-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add timestamp to rpointers #4689
Add timestamp to rpointers #4689
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Are all these commits related to adding timestamps to rpointers? Doesn't look like it. |
@jedwards4b it might be the merge of master in to this branch. You may want to rebase it instead. That gives a cleaner commit history. |
9b68bbc
to
a320d61
Compare
I've backed up and rebased - how does it look now? |
It seems that the website https://web.lcrc.anl.gov/public/e3sm/inputdata/ is down. |
Looks much better! We are looking in to the website issue. |
website is fixed. |
a5d2b83
to
c74e7a2
Compare
Revert "remove unused import" This reverts commit 403d693.
c74e7a2
to
6990a0a
Compare
Curious how this feature is being used. |
By adding the timestamp to rpointer files it is much easier to restart from intermediate restart files. Currently in order to do this the rpointer files must be constructed by hand, an error prone and tedious step. |
Modifies tests to allow for timestamps on rpointer files. Fully backward compatible to non-timestamped rpointers.
Test suite: cesm prealpha and prebeta tests
Test baseline:
Test namelist changes:
Test status: bit for bit
Fixes
User interface changes?:
Update gh-pages html (Y/N)?: