Skip to content

Commit

Permalink
Add MEKE_POSITIVE option, which is always true for tx2_3v2
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed May 9, 2024
1 parent 451a0b5 commit 20418bd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions param_templates/MOM_input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions param_templates/json/MOM_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 20418bd

Please sign in to comment.