Skip to content

Commit 1752706

Browse files
FPMix parameter changes (#199)
* turn on REMAP_VEL_CONSERVE_KE for t232 * parameter changes for wave coupling
1 parent 8158b69 commit 1752706

2 files changed

Lines changed: 49 additions & 2 deletions

File tree

param_templates/MOM_input.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2210,7 +2210,7 @@ Global:
22102210
The background gustiness in the winds."
22112211
datatype: real
22122212
units: Pa
2213-
value: 0.02
2213+
value: 0.0004
22142214
FIX_USTAR_GUSTLESS_BUG:
22152215
description: |
22162216
"[Boolean] default = False
@@ -2730,6 +2730,23 @@ Global:
27302730
units: Boolean
27312731
value:
27322732
$OCN_GRID == "tx0.25v1": True
2733+
FPMIX:
2734+
description: |
2735+
"[Boolean] default = False
2736+
If true, add non-local momentum flux increments and diffuse down the Eulerian
2737+
gradient.
2738+
datatype: logical
2739+
units: Boolean
2740+
value:
2741+
$COMP_WAV == "ww3" and $WAV_GRID in ["wtx2_3v2", "wgx3v7"]: True
2742+
CEMP_NL:
2743+
description: |
2744+
"default = 3.6
2745+
Empirical coefficient of non-local momentum mixing."
2746+
datatype: real
2747+
units: nondim
2748+
value:
2749+
$COMP_WAV == "ww3" and $WAV_GRID in ["wtx2_3v2", "wgx3v7"]: 2.0
27332750

27342751
# MISOMIP-only variables:
27352752

@@ -3694,5 +3711,12 @@ KPP:
36943711
datatype: string
36953712
value:
36963713
$COMP_WAV == "ww3": VR12
3714+
STOKES_MOST:
3715+
description: |
3716+
default = False
3717+
If True, use Stokes Similarity package.
3718+
datatype: logical
3719+
value:
3720+
$COMP_WAV == "ww3" and $WAV_GRID in ["wtx2_3v2", "wgx3v7"]: True
36973721

36983722
...

param_templates/json/MOM_input.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@
17311731
"description": "\"[Pa] default = 0.02\n The background gustiness in the winds.\"\n",
17321732
"datatype": "real",
17331733
"units": "Pa",
1734-
"value": 0.02
1734+
"value": 0.0004
17351735
},
17361736
"FIX_USTAR_GUSTLESS_BUG": {
17371737
"description": "\"[Boolean] default = False\nIf true correct a bug in the time-averaging of the gustless wind\nfriction velocity.\"\n",
@@ -2168,6 +2168,22 @@
21682168
"$OCN_GRID == \"tx0.25v1\"": true
21692169
}
21702170
},
2171+
"FPMIX": {
2172+
"description": "\"[Boolean] default = False\nIf true, add non-local momentum flux increments and diffuse down the Eulerian\ngradient.\n",
2173+
"datatype": "logical",
2174+
"units": "Boolean",
2175+
"value": {
2176+
"$COMP_WAV == \"ww3\" and $WAV_GRID in [\"wtx2_3v2\", \"wgx3v7\"]": true
2177+
}
2178+
},
2179+
"CEMP_NL": {
2180+
"description": "\"default = 3.6\nEmpirical coefficient of non-local momentum mixing.\"\n",
2181+
"datatype": "real",
2182+
"units": "nondim",
2183+
"value": {
2184+
"$COMP_WAV == \"ww3\" and $WAV_GRID in [\"wtx2_3v2\", \"wgx3v7\"]": 2.0
2185+
}
2186+
},
21712187
"REENTRANT_X": {
21722188
"description": "\"[Boolean] default = True\nIf true, the domain is zonally reentrant.\"\n",
21732189
"datatype": "logical",
@@ -2991,6 +3007,13 @@
29913007
"value": {
29923008
"$COMP_WAV == \"ww3\"": "VR12"
29933009
}
3010+
},
3011+
"STOKES_MOST": {
3012+
"description": "default = False\nIf True, use Stokes Similarity package.\n",
3013+
"datatype": "logical",
3014+
"value": {
3015+
"$COMP_WAV == \"ww3\" and $WAV_GRID in [\"wtx2_3v2\", \"wgx3v7\"]": true
3016+
}
29943017
}
29953018
}
29963019
}

0 commit comments

Comments
 (0)