Skip to content

Commit 0e6358f

Browse files
authored
Fixed typo in EGOMv20b settings; resolves #1450 (#1451)
Issue 1450: Resolves #1450.
1 parent d0883ed commit 0e6358f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/mesh_defaults.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ case $GRIDNAME in
11271127
time_weighting_coefficients="0.0 1.0 0.0" # A00 B00 C00 in fort.15
11281128
lateral_turbulence="smagorinsky" # "smagorinsky" or "eddy_viscosity"
11291129
eddy_viscosity_coefficient="20.0" # ESLM
1130-
smagorinsky_coefficient="2.0"
1130+
smagorinsky_coefficient="0.2"
11311131
bottom_friction_limit=0.001 # min when using Manning's n (CF/FFACTOR)
11321132
h0=0.1 # min depth (m) to be considered wet
11331133
velmin=0.01

0 commit comments

Comments
 (0)