make datestamps in rpointer configurable#70
Merged
jedwards4b merged 3 commits intoESCOMP:mainfrom May 21, 2025
Merged
Conversation
Contributor
Author
|
Hi @jedwards4b - is this something you could look at? If it's problematic we can carry it along in our fork instead but this makes it slightly easier. |
jedwards4b
approved these changes
May 20, 2025
Contributor
jedwards4b
left a comment
There was a problem hiding this comment.
Yes, this is fine. Sorry for the delay.
Contributor
|
I have resolved the conflict and pushed back to my fork here: To https://github.com/jedwards4b/CESM_share
|
Merged
18 tasks
Contributor
Author
|
Thanks @jedwards4b - I refined a little :) |
apcraig
pushed a commit
to CICE-Consortium/CICE
that referenced
this pull request
Sep 11, 2025
…) (#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 <[email protected]> Co-authored-by: Dougie Squire <[email protected]>
TillRasmussen
pushed a commit
to TillRasmussen/CICE
that referenced
this pull request
Oct 17, 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 <[email protected]> Co-authored-by: Dougie Squire <[email protected]>
andrewpauling
pushed a commit
to andrewpauling/CICE
that referenced
this pull request
Nov 30, 2025
…ICE-Consortium#9) (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 (CICE-Consortium#9) * set across all io options consistently * use ice_restart_shared consistently across all 3 methods --------- Co-authored-by: Andrew Kiss <[email protected]> Co-authored-by: Dougie Squire <[email protected]>
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.
Closes #69
This change makes use of datestamps in rpointer files configurable
There is no change to default behaviour. If
restart_pointer_append_date = falseis added to the configuration, then datestamps are turned off.