-
Notifications
You must be signed in to change notification settings - Fork 10
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
The road to OMIP #28
Comments
Another option for bathymetry via @navidcy: https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021EA002069 |
Happy to provide COSIMA tools and datasets for 1-4 above - let me know and I can give details. |
Agreed with all the steps. Let's meet to see what I already have. For sure something for bathymetry. |
I like the roadmap. It's definitely the logical way to go about it. |
Let’s try next week? Depending on @aekiss availability. |
sounds good, happy to chat |
I only saw this today and wanted to compliment everyone on such a good plan, and it seems it has progressed quite a bit since this was first posted. Has victory been declared on bathymetry, or any other points yet? I am happy to help with this as needed. At the moment I’m most curious about the winds but it’s all very interesting. |
@glwagner I was trying to figure out if we are currently using relative atmos-ocean or just atmos velocity for the momentum fluxes; I think it's the latter, right? If not, could you point me to where the relative velocity is computed? |
ClimaOcean.jl/src/OceanSeaIceModels/CrossRealmFluxes/similarity_theory_turbulent_fluxes.jl Lines 374 to 387 in 0baa94f
|
Thanks! |
We'd like to make a (reproducible, well-documented) OMIP setup. Here's my proposed roadmap. I'm going to start with 1/4 degree resolution on
LatitudeLongitudeGrid
, though the ultimate goal will be a somewhat higher resolution on the cubed sphere. Feedback very welcome on the plan below. After we have some discussion about these steps, I'll open issues / PRs for each step individually. @navidcy @simone-silvestri @siddharthabishnu @jm-c @christophernhillBathymetry generation.
LatitudeLongitudeGrid
but generalizing to toCubedSphereGrid
and other resolutions). The edits are things like, removing inland seas, widening narrow regions, deepening problematically shallow areas.Initialization
Forcing by JRA55-do winds
FieldTimeSeries
, so we can possible tackle it that way and gain a useful Oceananigans feature.Add heat and salinity fluxes from JRA55-do atmospheric state. I'm not sure how exactly this works. Perhaps it's easiest to start with radiative fluxes, and then add simple bulk formula after that. Probably rinse and repeat what was done for momentum forcing. I think the heat/salinity depend on momentum forcing, since fluxes are zero if momentum fluxes are zero via the bulk formula.
Now things get a little hazier...
@simone-silvestri I think you've done some of these steps, but I'm not sure where the code is (eg the setups here download bathymetry and initial conditions from somewhere, but I don't know where the code is that generates the bathymetry or initial state). Any help for any of these steps is extremely welcome.
I'll probably lean on COSIMA for some of the JRA55-do stuff and maybe WOA too. We'll see.
Scope of Work
The text was updated successfully, but these errors were encountered: