We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0883ed commit 0e6358fCopy full SHA for 0e6358f
config/mesh_defaults.sh
@@ -1127,7 +1127,7 @@ case $GRIDNAME in
1127
time_weighting_coefficients="0.0 1.0 0.0" # A00 B00 C00 in fort.15
1128
lateral_turbulence="smagorinsky" # "smagorinsky" or "eddy_viscosity"
1129
eddy_viscosity_coefficient="20.0" # ESLM
1130
- smagorinsky_coefficient="2.0"
+ smagorinsky_coefficient="0.2"
1131
bottom_friction_limit=0.001 # min when using Manning's n (CF/FFACTOR)
1132
h0=0.1 # min depth (m) to be considered wet
1133
velmin=0.01
0 commit comments