Skip to content

Commit b1cbe7c

Browse files
committed
revert inadvertent LAPLACIAN change
1 parent a7e1611 commit b1cbe7c

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

param_templates/MOM_input.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -990,9 +990,7 @@ Global:
990990
If true, use a Laplacian horizontal viscosity."
991991
datatype: logical
992992
units: Boolean
993-
value:
994-
$OCN_GRID == "tx2_3v2": False
995-
else: True
993+
value: True
996994
KH:
997995
description: |
998996
"[m2 s-1] default = 0.0

param_templates/json/MOM_input.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -747,10 +747,7 @@
747747
"description": "\"[Boolean] default = False\nIf true, use a Laplacian horizontal viscosity.\"\n",
748748
"datatype": "logical",
749749
"units": "Boolean",
750-
"value": {
751-
"$OCN_GRID == \"tx2_3v2\"": false,
752-
"else": true
753-
}
750+
"value": true
754751
},
755752
"KH": {
756753
"description": "\"[m2 s-1] default = 0.0\nThe background Laplacian horizontal viscosity.\"\n",

0 commit comments

Comments
 (0)