-
Notifications
You must be signed in to change notification settings - Fork 245
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
Remove LM2-based models from examples suite #46
Comments
@jkrasting , @nikizadehgfdl I'm about to move CM2G63L from the directory coupled_AM2_LM2_SIS/ to coupled_AM2_LM3_SIS/. This is a heads up that we will have to correct the XMLs. |
- Part of moving CM2G63L from coupled_AM2_LM2_SIS/ to coupled_AM2_LM3_SIS/ (issue mom-ocean/MOM6#46) - New INPUT data has been installed in pdata/ and archive/ under datasets/CM2G63L/tikal/, all based on the INPUT/ directory of a clean ESM2G test. - These answers are different to coupled_AM2_LM2_SIS/CM2G63L because it uses LM3 instead of LM2. - To compile LM3, add '-DUSE_LOG_DIAG_FIELD_INFO' to the CPP defs. - All other experiments are unaffected.
- The timestats have been replaced with messages. This should provide us some time to make sure the XMLs are migrated off these example directories. - Step towards addressing issue mom-ocean/MOM6#46.
CM2G63L is now in the directory coupled_AM2_LM3_SIS/ (replacing LM2->LM3). XMLs using new tags (after today) will have to be checked that they are pointing to the right location. Ocean configuration is identical to the previous location, and the rest of the setup has been based on the run-directory from @nikizadehgfdl's ESM2G xml. |
Add tidal mixing module and cvmix tidal interface
Stop logging the deprecated run-time parameter NEW_SPONGES, and always log INTERPOLATE_SPONGE_TIME_SPACE as if NEW_SPONGES were not used. This commit will address MOM6 issue mom-ocean#46, which can be closed it is accepted. This will change the MOM_parameter_doc entries in some cases, but all answers are bitwise identical.
This is in reference to mom-ocean#46, and is a first attempt at adding these templates.
In the process of re-configuring the CM2G63L example to better match the production ESM2G (see issue #42) we were reminded that our CM2G63L example uses LM2 while ESM2G uses LM3.
If we reconfigure CM2G63L to use LM3 and abandon the
examples/coupled_AM2_SIS/AM2_MOM6i_1deg
this has added benefit of culling the LM2-linked coupled-executable, reducing the number of required executables to 6.In effect, this would move
examples/coupled_AM2_SIS/CM2G63L
toexamples/coupled_AM2_LM3_SIS/CM2G63L
and delete directoryexamples/coupled_AM2_SIS/
.@Hallberg-NOAA and @adcroft-gfdl have briefly discussed this off-line and see no-disadvantages since CM2G63L has recently been changed (#42, acf3628, d808041). Our normal response to changing a configuration for non-code related reasons is "no" but this change is moving the configuration towards the published model.
The text was updated successfully, but these errors were encountered: