Skip to content

Commit

Permalink
revert inadvertent LAPLACIAN change
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Jan 14, 2025
1 parent a7e1611 commit b1cbe7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions param_templates/MOM_input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -990,9 +990,7 @@ Global:
If true, use a Laplacian horizontal viscosity."
datatype: logical
units: Boolean
value:
$OCN_GRID == "tx2_3v2": False
else: True
value: True
KH:
description: |
"[m2 s-1] default = 0.0
Expand Down
5 changes: 1 addition & 4 deletions param_templates/json/MOM_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -747,10 +747,7 @@
"description": "\"[Boolean] default = False\nIf true, use a Laplacian horizontal viscosity.\"\n",
"datatype": "logical",
"units": "Boolean",
"value": {
"$OCN_GRID == \"tx2_3v2\"": false,
"else": true
}
"value": true
},
"KH": {
"description": "\"[m2 s-1] default = 0.0\nThe background Laplacian horizontal viscosity.\"\n",
Expand Down

0 comments on commit b1cbe7c

Please sign in to comment.