-
Notifications
You must be signed in to change notification settings - Fork 235
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 infrastructure to reset age clock in the model code at Jan 1 1860 #109
Labels
Milestone
Comments
CMIP Document has conflicting date (Jan-1-1901). |
nikizadehgfdl
pushed a commit
to nikizadehgfdl/MOM6
that referenced
this issue
Oct 9, 2017
…ates User/jpk/dora web updates
This would still be nice to have ... except the start of the historical runs are now 1850, not 1861 |
MJHarrison-GFDL
pushed a commit
to MJHarrison-GFDL/MOM6
that referenced
this issue
Jun 15, 2021
…tart_fix Fix for specified ice restart issue mom-ocean#107
marshallward
pushed a commit
to marshallward/MOM6
that referenced
this issue
Apr 15, 2022
* Fix non-standard white space Made widespread corrections to indentation and other white space issues to conform to the MOM6 standards, as documented in the white space section of the MOM6 style guide, at https://github.com/mom-ocean/MOM6/wiki/Code-style-guide. - MOM6 code uses a 2-point indent scheme. - There should be a space around all assignment (" = ") operators. - The names of optional arguments do not use whitespace, to differentiate them from assignments. - There is a space around the semicolons for stacked enddo statements. After this change, greping for '^ [a-zA-Z]', '^ [a-zA-Z]' or '^ [a-zA-Z]' does not find any lines in the MOM6 src or config_src/infra code. All answers and output are bitwise identical.
ashao
pushed a commit
to ashao/MOM6
that referenced
this issue
Apr 19, 2022
* Fix non-standard white space Made widespread corrections to indentation and other white space issues to conform to the MOM6 standards, as documented in the white space section of the MOM6 style guide, at https://github.com/mom-ocean/MOM6/wiki/Code-style-guide. - MOM6 code uses a 2-point indent scheme. - There should be a space around all assignment (" = ") operators. - The names of optional arguments do not use whitespace, to differentiate them from assignments. - There is a space around the semicolons for stacked enddo statements. After this change, greping for '^ [a-zA-Z]', '^ [a-zA-Z]' or '^ [a-zA-Z]' does not find any lines in the MOM6 src or config_src/infra code. All answers and output are bitwise identical.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resetting the age tracer is currently done by manually editing the restart file used by the model. We need a mechanism within the model code to reset the age tracer at a specified date, such as Jan-1-1860 00:00:00.00
The text was updated successfully, but these errors were encountered: