Migrate a_min and m_min dynamics thresholds to namelist, rename to dyn_area_min and dyn_mass_min#1016
Conversation
used to active dynamics calculations on a particular gridcell. a_min is the minimum area concentration (non-dimensional) and m_min is the minimum mass (kg/m2). Defaults are 0.001 (1/10th of 1%) and 0.01 (kg/m2) respectively.
|
I need some input for this PR. See also #963.
Once we finalize, I will complete testing. I have run quick_suites on derecho for 6 compilers so far and it's bit-for-bit. |
|
I suggest |
|
I updated the names to dyn_area_min and dyn_mass_min. I have run full test suites on derecho with Icepack and CICE and all testing looks good. Results are bit-for-bit. Will merge tomorrow unless there are other concerns. |
PR checklist
Migrate a_min and m_min dynamics thresholds to namelist
apcraig
all results are bit-for-bit, full test suites run on derecho with CICE
Migrate a_min and m_min to namelist. These are the threshold values used to active dynamics calculations on a particular gridcell. a_min is the minimum area concentration (non-dimensional) and m_min is the minimum mass (kg/m2). Defaults are 0.001 (1/10th of 1%) and 0.01 (kg/m2) respectively.
Rename a_min and m_min to dyn_area_min and dyn_mass_min respectively.
Update documentation to add new namelist and update naming convention.
Closes #963