Skip to content

Commit

Permalink
Define KV for all tested grids
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed May 4, 2024
1 parent d710d60 commit 221af09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
13 changes: 2 additions & 11 deletions param_templates/MOM_input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1094,14 +1094,6 @@ Global:
needed."
datatype: string
value: "V_velocity_truncations"
KV:
description: |
"[m2 s-1]
The background kinematic viscosity in the interior.
The molecular value, ~1e-6 m2 s-1, may be used."
datatype: real
units: m2 s-1
value: 1.0E-04
MAXVEL:
description: |
"[m s-1] default = 3.0E+08
Expand Down Expand Up @@ -1610,10 +1602,8 @@ Global:
datatype: real
units: m2 s-1
value:
$OCN_GRID == "gx1v6": 2.0E-06
$OCN_GRID == "tx0.66v1": 2.0E-06
$OCN_GRID == "tx2_3v2": 2.0E-07
$OCN_GRID == "tx0.25v1": 2.0E-06
else: 2.0E-06
INT_TIDE_DECAY_SCALE:
description: |
"[m] default = 500.0
Expand Down Expand Up @@ -3248,6 +3238,7 @@ Global:
units: m2 s-1
value:
$OCN_GRID == "tx2_3v2": 0.0
else: 1.0E-04
KV_BBL_MIN:
description: |
"[m2 s-1] default = 1.0E-04
Expand Down
21 changes: 10 additions & 11 deletions param_templates/json/MOM_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -816,14 +816,6 @@
"datatype": "string",
"value": "V_velocity_truncations"
},
"KV": {
"description": "\"[m2 s-1]\nkinematic viscosity in the interior. The molecular value, ~1e-6\nm2 s-1, may be used.\"\n",
"datatype": "real",
"units": "m2 s-1",
"value": {
"$OCN_GRID == \"tx2_3v2\"": 0.0
}
},
"MAXVEL": {
"description": "\"[m s-1] default = 3.0E+08\nThe maximum velocity allowed before the velocity\ncomponents are truncated.\"\n",
"datatype": "real",
Expand Down Expand Up @@ -1212,10 +1204,8 @@
"datatype": "real",
"units": "m2 s-1",
"value": {
"$OCN_GRID == \"gx1v6\"": 2e-06,
"$OCN_GRID == \"tx0.66v1\"": 2e-06,
"$OCN_GRID == \"tx2_3v2\"": 2e-07,
"$OCN_GRID == \"tx0.25v1\"": 2e-06
"else": 2e-06
}
},
"INT_TIDE_DECAY_SCALE": {
Expand Down Expand Up @@ -2612,6 +2602,15 @@
"$OCN_GRID == \"MISOMIP\"": 20.0
}
},
"KV": {
"description": "\"[m2 s-1]\nkinematic viscosity in the interior. The molecular value, ~1e-6\nm2 s-1, may be used.\"\n",
"datatype": "real",
"units": "m2 s-1",
"value": {
"$OCN_GRID == \"tx2_3v2\"": 0.0,
"else": 0.0001
}
},
"KV_BBL_MIN": {
"description": "\"[m2 s-1] default = 1.0E-04\nThe minimum viscosities in the bottom boundary layer.\"\n",
"datatype": "real",
Expand Down

0 comments on commit 221af09

Please sign in to comment.