forked from CICE-Consortium/CICE
-
Notifications
You must be signed in to change notification settings - Fork 13
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 end of run functionality to CICE #77
Merged
DeniseWorthen
merged 8 commits into
NOAA-EMC:emc/develop
from
dpsarmie:feature/endofrun_restart
Jun 25, 2024
Merged
Add end of run functionality to CICE #77
DeniseWorthen
merged 8 commits into
NOAA-EMC:emc/develop
from
dpsarmie:feature/endofrun_restart
Jun 25, 2024
Commits on Apr 23, 2024
-
Add end of run restart file functionality
This commit changes the ice_comp_nuopc file to add the ability to create a restart file at the end of a run. When the stop_alarm is active, the code will now force a restart file to be written.
Configuration menu - View commit details
-
Copy full SHA for 9e30017 - Browse repository at this point
Copy the full SHA 9e30017View commit details
Commits on Apr 24, 2024
-
Add CICE write_restart_at_endofrun config option call
This will allow the user to set the write_restart_at_endofrun option in the ufs.configure.*.IN file to control the creation of the restart file at the end of the run. This single config option controls restart files for CMEPS, MOM, and CICE.
Configuration menu - View commit details
-
Copy full SHA for 40c5cce - Browse repository at this point
Copy the full SHA 40c5cceView commit details
Commits on Apr 25, 2024
-
Move configuration check to IntializeAdvertise
The check for the write_restart_at_endofrun config option was going to run at each model step. This change will run the check once and set a logical variable for the subsequent check.
Configuration menu - View commit details
-
Copy full SHA for 0dfc2bb - Browse repository at this point
Copy the full SHA 0dfc2bbView commit details
Commits on May 6, 2024
-
Turn off stop_alarm check when write at end of run restart is called.
Configuration menu - View commit details
-
Copy full SHA for 09ca939 - Browse repository at this point
Copy the full SHA 09ca939View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc376d3 - Browse repository at this point
Copy the full SHA fc376d3View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2be706c - Browse repository at this point
Copy the full SHA 2be706cView commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29b4763 - Browse repository at this point
Copy the full SHA 29b4763View commit details
Commits on Jun 13, 2024
-
Change precision of variable being logged
Configuration menu - View commit details
-
Copy full SHA for 9733e45 - Browse repository at this point
Copy the full SHA 9733e45View commit details
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.