File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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...
Original file line number Diff line number Diff line change 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\n If true correct a bug in the time-averaging of the gustless wind\n friction velocity.\"\n " ,
21682168 "$OCN_GRID == \" tx0.25v1\" " : true
21692169 }
21702170 },
2171+ "FPMIX" : {
2172+ "description" : " \" [Boolean] default = False\n If true, add non-local momentum flux increments and diffuse down the Eulerian\n gradient.\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\n Empirical 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\n If true, the domain is zonally reentrant.\"\n " ,
21732189 "datatype" : " logical" ,
29913007 "value" : {
29923008 "$COMP_WAV == \" ww3\" " : " VR12"
29933009 }
3010+ },
3011+ "STOKES_MOST" : {
3012+ "description" : " default = False\n If 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}
You can’t perform that action at this time.
0 commit comments