Skip to content

Commit f7f067f

Browse files
authored
Update roughness_lengths.jl
1 parent b53fcf1 commit f7f067f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OceanSeaIceModels/InterfaceComputations/roughness_lengths.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function MomentumRoughnessLength(FT=Oceananigans.defaults.FloatType;
8888
gravitational_acceleration = default_gravitational_acceleration,
8989
maximum_roughness_length = 1,
9090
air_kinematic_viscosity = 1.5e-5,
91-
wave_formulation = 0.02,
91+
wave_formulation = 0.04,
9292
smooth_wall_parameter = 0.11)
9393

9494
if wave_formulation isa Number

0 commit comments

Comments
 (0)