-
Notifications
You must be signed in to change notification settings - Fork 37
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
For initialization with ice-shelf cavities, adjust SSH not land ice pressure #813
Conversation
This merge requires E3SM-Ocean-Discussion/E3SM#90 |
0a85620
to
b7b16ee
Compare
This worked for both the Icos30 and SORRM meshes. |
753f935
to
cfb8a31
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xylar This looks good to me! Let me know if you'd like me to look it over again once you've finished the documentation.
81ffc62
to
2456db9
Compare
TestingI have successfully run the |
Waiting on E3SM-Project/E3SM#6375 |
dafb634
to
11ffbf9
Compare
I rebased this and successfully ran the |
bb9dc26
to
f9843fe
Compare
Testing. See notes at E3SM-Project/E3SM#6375 (comment) |
No, I would advise you to use the current compass. This process is important for meshes that will be used (eventually) for Antarctic Ice Sheet coupling, which I do not believe you are planning to do. |
Thanks, that is all very helpful information. |
In the meantime, tough, I will attempt to get RRSwISC6to18 working with these changes. |
Use the density of ice from BedMachine Antarctica v3
We want the ice draft to be more consistent with land ice pressure in MPAS-Ocean so we use land ice thickness to compute both, and use the density of seawater from E3SM rather than the one used in BedMachine Antarctica v3.
They need landIcePressureObserved and landIceFloatingFracObserved, not landIceGroundedFracObserved
This merge reorganizes SSH adjustment substantially. It is now a sequence of alternating init and forward runs, with decreasing minimum water column thickness. The sea surface height is adjusted instead of `landIcePressure` for better consistency with planned coupling to MALI.
this is a more accurate description for how it is uses, since it can determine where we modify either ssh or landIcePressure, depending on the approach.
This will make results more consistent between BedMachine and MALI (for future coupled simulations).
f9843fe
to
1af70f8
Compare
TestingI ran the |
Following MPAS-Dev#813, the initial state is the same whether ice shelf cavities are present or not. It is the result of the `init/initial_state` step
Checklist
api.rst
) has any new or modified class, method and/or functions listedE3SM-Project
submodule has been updated with relevant E3SM changesTesting
in this PR) any testing that was used to verify the changespr
suite to run