Skip to content
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

*New baselines for tx2_3v2 05/03/2024 #162

Merged
merged 12 commits into from
May 10, 2024
Merged
Prev Previous commit
Next Next commit
Add MEKE_POSITIVE option, which is always true for tx2_3v2
  • Loading branch information
gustavo-marques committed May 9, 2024
commit 20418bd485e24e19b771adf5d10085b3c2bebe69
9 changes: 9 additions & 0 deletions param_templates/MOM_input.yaml
Original file line number Diff line number Diff line change
@@ -2434,6 +2434,15 @@ Global:
value:
$OCN_GRID == "tx0.66v1": -1.0
$OCN_GRID == "tx2_3v2": 0.3
MEKE_POSITIVE:
description: |
"[Boolean] default = False
If true, it guarantees that MEKE will always be greater than zero.
"
datatype: logical
units: Boolean
value:
$OCN_GRID == "tx2_3v2": True
USE_SIMPLER_EADY_GROWTH_RATE:
description: |
"[Boolean] default = False
8 changes: 8 additions & 0 deletions param_templates/json/MOM_input.json
Original file line number Diff line number Diff line change
@@ -1935,6 +1935,14 @@
"$OCN_GRID == \"tx2_3v2\"": 0.3
}
},
"MEKE_POSITIVE": {
"description": "\"[Boolean] default = False\nIf true, it guarantees that MEKE will always be greater than zero.\n\"\n",
"datatype": "logical",
"units": "Boolean",
"value": {
"$OCN_GRID == \"tx2_3v2\"": true
}
},
"USE_SIMPLER_EADY_GROWTH_RATE": {
"description": "\"[Boolean] default = False\nIf true, use a simpler method to calculate the Eady growth rate that avoids\ndivision by layer thickness. Recommended.\"\n",
"datatype": "logical",