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.
This PR focuses on testing MOM6 parameters, specifically targeting the files
MOM_input
andMOM_parameter_doc.all
.The
MOM_input
file contains only the non-default parameters, while theMOM_parameter_doc.all
is an auto-generated log that includes all used parameters.As proposed in COSIMA/access-om3#117,
MOM_parameter_doc.all
along withMOM_parameter_doc.layout
andMOM_parameter_doc.debugging
provides comprehensive parameter documentation. To avoid confusion,MOM_parameter_doc.all
will be updated along withMOM_input
in this PR. Please note that there is an existing bug:MOM_parameter_doc.all
does not include all used parameters.The following MOM6 parameter updates will be implemented based on the existing ACCESS-OM2 0.25deg, a namelist discussion, GFDL OM4 0.25deg, and GFDL OM5 0.25deg.
For each commit, a block of parameters will be modified, accompanied by a detailed commit message explaining the reasons behind these changes. Additionally, an issue will be created to document and track each change.