Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions param_templates/MOM_input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ Global:
The molecular value, ~1e-6 m2 s-1, may be used."
datatype: real
units: m2 s-1
value: 1.0E-04
value: 0.0
MAXVEL:
description: |
"[m s-1] default = 3.0E+08
Expand Down Expand Up @@ -1446,7 +1446,7 @@ Global:
value:
$OCN_GRID == "tx0.25v1": 1.5E-05
$OCN_GRID == "MISOMIP": 5.0E-05
else: 2.0E-05
else: 0.0
KDML:
description: |
"[m2 s-1]
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 @@ -744,7 +744,7 @@
"description": "\"[m2 s-1]\nThe background kinematic viscosity in the interior.\nThe molecular value, ~1e-6 m2 s-1, may be used.\"\n",
"datatype": "real",
"units": "m2 s-1",
"value": 0.0001
"value": 0.0
},
"MAXVEL": {
"description": "\"[m s-1] default = 3.0E+08\nThe maximum velocity allowed before the velocity\ncomponents are truncated.\"\n",
Expand Down Expand Up @@ -1056,7 +1056,7 @@
"value": {
"$OCN_GRID == \"tx0.25v1\"": 1.5e-05,
"$OCN_GRID == \"MISOMIP\"": 5e-05,
"else": 2e-05
"else": 0.0
}
},
"KDML": {
Expand Down