Skip to content

Commit

Permalink
Set INTERPOLATION_SCHEME=PPM_CW for all but MISOMIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed May 3, 2024
1 parent 8bffcb9 commit d710d60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion param_templates/MOM_input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3558,8 +3558,8 @@ Global:
"TODO"
datatype: string
value:
$OCN_GRID == "tx2_3v2": "PPM_CW"
$MOM6_VERTICAL_GRID == "MISOMIP": "PPM_H4"
else: "PPM_CW"
MLE_USE_PBL_MLD:
description: |
"TODO"
Expand Down
4 changes: 2 additions & 2 deletions param_templates/json/MOM_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -2887,8 +2887,8 @@
"description": "\"TODO\"\n",
"datatype": "string",
"value": {
"$OCN_GRID == \"tx2_3v2\"": "PPM_CW",
"$MOM6_VERTICAL_GRID == \"MISOMIP\"": "PPM_H4"
"$MOM6_VERTICAL_GRID == \"MISOMIP\"": "PPM_H4",
"else": "PPM_CW"
}
},
"MLE_USE_PBL_MLD": {
Expand Down

0 comments on commit d710d60

Please sign in to comment.