-
Notifications
You must be signed in to change notification settings - Fork 132
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
Fix history and restart frequency, new features to scripts #610
Merged
Commits on Jun 18, 2021
-
Fix history/restart frequency bugs and update scripts
- Fix bugs in history/restart frequency associated with new calendar (CICE-Consortium#589) - Define frequency in absolute terms relative to 0000-01-01-00000 and document (CICE-Consortium#589) - Update set_nml.histall to include hourly output (CICE-Consortium#589) - Update test scripts to cleanly abort if run fails where possible (CICE-Consortium#608) - Update decomp test so it's rerunable, remove restart at start of run (CICE-Consortium#601) - Add ability to do bfbcomp tests with additional options set on command line (CICE-Consortium#569) - Update documentation of calendar frequency computation, calendar types, and closed boundaries (CICE-Consortium#541) - Add optional doabort flag to abort_ice to control whether the method aborts. This is useful for testing and code coverage statistics, although doabort=.false. will not call the actual abort method, but we can test the interfaces and rest of the code.
Configuration menu - View commit details
-
Copy full SHA for 92fa331 - Browse repository at this point
Copy the full SHA 92fa331View commit details -
- Add histfreq_base and dumpfreq_base ('init' or 'zero') to specify
reference data for history and restart output. Defaults are 'zero' and 'init' respectively for hist and dump. Setting histfreq_base to 'zero' allows for consistent output across multiple runs. Setting dumpfreq_base to 'init' allows the standard testing which requires restarts be written, for example, 5 days after the start of the run. - Remove extra abort calls in bcstchk and sumchk on runs that complete fine but don't pass checks. These aborts should never have been there. - Update documentation.
Configuration menu - View commit details
-
Copy full SHA for 99f839b - Browse repository at this point
Copy the full SHA 99f839bView commit details
Commits on Jun 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0cd4402 - Browse repository at this point
Copy the full SHA 0cd4402View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e1a7a - Browse repository at this point
Copy the full SHA b0e1a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d992aec - Browse repository at this point
Copy the full SHA d992aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eef50f - Browse repository at this point
Copy the full SHA 6eef50fView commit details
Commits on Jun 22, 2021
-
- modify initial/restart implementation
- restart namelist is deprecated, now computed internally - modify initial/continue init checks and set restart and use_restart_time as needed - create compute_relative_elapsed method in ice_calendar to improve code reuse - update documentation with regard to initial/continue modes
Configuration menu - View commit details
-
Copy full SHA for a19a2f8 - Browse repository at this point
Copy the full SHA a19a2f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc1756 - Browse repository at this point
Copy the full SHA ebc1756View commit details
Commits on Jun 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b8ab20e - Browse repository at this point
Copy the full SHA b8ab20eView commit details
Commits on Jun 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 961bbca - Browse repository at this point
Copy the full SHA 961bbcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 894ec3d - Browse repository at this point
Copy the full SHA 894ec3dView 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.