Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default scheme for HydrostaticSphericalCoriolis #3500

Merged
merged 8 commits into from
Mar 7, 2024
2 changes: 1 addition & 1 deletion src/Coriolis/hydrostatic_spherical_coriolis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end
"""
HydrostaticSphericalCoriolis([FT=Float64;]
rotation_rate = Ω_Earth,
scheme = EnergyConserving())
scheme = ActiveCellEnstrophyConserving())

Return a parameter object for Coriolis forces on a sphere rotating at `rotation_rate`.
By default, `rotation_rate` is assumed to be Earth's.
Expand Down