Skip to content

Commit

Permalink
Merge pull request #487 from firedrakeproject/TBendall/SpongeFix
Browse files Browse the repository at this point in the history
Fix sponge layer
  • Loading branch information
jshipton authored Mar 8, 2024
2 parents bf27b9e + f6bc918 commit 972897d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/compressible/mountain_hydrostatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

# Equation
parameters = CompressibleParameters(g=9.80665, cp=1004.)
sponge = SpongeLayerParameters(H=H, z_level=H-20000, mubar=0.3/dt)
sponge = SpongeLayerParameters(H=H, z_level=H-20000, mubar=0.3)
eqns = CompressibleEulerEquations(domain, parameters, sponge=sponge)

# I/O
Expand Down

0 comments on commit 972897d

Please sign in to comment.