Make datestamps in pointer filenames configurable#9
Merged
anton-seaice merged 3 commits intomainfrom Jan 24, 2025
Merged
Conversation
65cca6d to
4181d46
Compare
4181d46 to
00a9dd8
Compare
Collaborator
Author
|
This is needed to finalise the updated CICE version. So is a companion to COSIMA/access-om3#250, where the same change is needed, see nuopc_shr_methods.F90.patch |
aekiss
reviewed
Jan 17, 2025
Co-authored-by: Andrew Kiss <31054815+aekiss@users.noreply.github.com>
aekiss
reviewed
Jan 17, 2025
aekiss
approved these changes
Jan 17, 2025
aekiss
left a comment
There was a problem hiding this comment.
LGTM, just a couple of small suggestions
dougiesquire
requested changes
Jan 24, 2025
dougiesquire
left a comment
There was a problem hiding this comment.
Thanks @anton-seaice. Currently, if a user sets restart_pointer_append_date without CESMCOUPLED it will have no effect. See my suggested change to fix this below.
Co-authored-by: Dougie Squire <42455466+dougiesquire@users.noreply.github.com>
dougiesquire
approved these changes
Jan 24, 2025
anton-seaice
added a commit
that referenced
this pull request
May 21, 2025
This adds support in cice for the addition of datestamps to the pointer filenames to be configured through the nuopc option restart_pointer_append_date . Co-authored-by: Andrew Kiss <31054815+aekiss@users.noreply.github.com> Co-authored-by: Dougie Squire <42455466+dougiesquire@users.noreply.github.com>
anton-seaice
added a commit
that referenced
this pull request
Aug 4, 2025
This adds support in cice for the addition of datestamps to the pointer filenames to be configured through the nuopc option restart_pointer_append_date . Co-authored-by: Andrew Kiss <31054815+aekiss@users.noreply.github.com> Co-authored-by: Dougie Squire <42455466+dougiesquire@users.noreply.github.com>
anton-seaice
added a commit
that referenced
this pull request
Oct 9, 2025
…) (CICE-Consortium#1031) This adds support in NUOPC/CMEPS driver for the addition of datestamps to the pointer filenames to be configurable through the nuopc option restart_pointer_append_date . This is a companion change to ESCOMP/CESM_share#70, and does not impact any current default behaviour. * Make datestamps in pointer filenames configurable (#9) * set across all io options consistently * use ice_restart_shared consistently across all 3 methods --------- Co-authored-by: Andrew Kiss <31054815+aekiss@users.noreply.github.com> Co-authored-by: Dougie Squire <42455466+dougiesquire@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds support in cice for the addition of datestamps to the pointer filenames to be configured through the nuopc option restart_pointer_append_date .
Contributes to https://github.com/COSIMA/access-om3/issues/237