forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+Always call initialization routines to get_params
Modified MOM_state_initialization and all of the thickness, temperature, and velocity initialization routines it calls so that the relevant routines are always called, regardless of whether this run segment is for a new run or started from a restart file, so that all valid parameters are read. This will enable detection of misspelled or invalid runtime parameters without requiring that the MOM input files be changed between run segments. Several MOM_parameter_doc files have been changed by the addition of missing log_version calls for some initialization routines. All answers are bitwise identical, but there are new optional arguments to numerous intialization routines. This commit addresses and should close NOAA-GFDL/MOM6-examples Issue #135.
- Loading branch information
1 parent
0c4f909
commit e6b7df2
Showing
18 changed files
with
1,115 additions
and
705 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.