-
Notifications
You must be signed in to change notification settings - Fork 2
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
Why do we need cubic_profile
in the forcing functions?
#1
Comments
I decided to use a piecewise cubic function for the wind stress (and salinity flux). I guess we could use a parabolic one also |
Is it constant values in between? |
How about τ₀ * (cos(3π * φ/Δφ) - exp(-φ^2 / 2Δφₑ^2)) ? |
I think that should work. Perhaps we should ensure that wind stress goes to zero at the North-South latitudinal boundaries otherwise you get Kelvin waves and circulation at the boundaries. |
Ah nice. Then |
E.g., here:
OceanScalingTests.jl/src/bathymetry_and_forcings.jl
Lines 61 to 70 in f034fdb
cc @glwagner
The text was updated successfully, but these errors were encountered: