-
Notifications
You must be signed in to change notification settings - Fork 362
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
Separate removal of Antarctic river and ice runoff #6510
Separate removal of Antarctic river and ice runoff #6510
Conversation
The totals are computed incorrectly (they are missing areaCell) and are not currently used for anything within MPAS-Ocean or any diagnostics.
This is needed so so we can remove ice (solid) runoff but not river (liquid) runoff.
@jonbob, could you double check that I haven't messed up the namelist propagation from Registry to E3SM? |
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.
Approved based on review in Ocean Discussions PR
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.
Approved based on review in E3SM-Ocean-Discussion#105. Let me know if you'd like any help with further testing.
@xylar -- the bld files all look perfect. Thanks! |
I ran e3sm_cryo_developer on chrysalis and got NML DIFFs for all of the tests, but these were otherwise BFB:
only
was non-BFB. But maybe that makes sense -- CORE-II forcing doesn't have any frozen runoff |
A test of
also passes but has a NML DIFF, as expected |
…ext (PR #6510) Separate removal of Antarctic river and ice runoff This is needed so we can remove ice (solid) runoff but not river (liquid) runoff. This merge also removes totalRemoved*RunoffFlux variables. These fields are computed incorrectly (they are missing areaCell) and are not currently used for anything within MPAS-Ocean or any diagnostics. [NML] for all configurations with mpas-ocean [non-BFB] only for simulations with JRA forcing, DIB and either DISMF or PISMF (data icebergs and data or prognostic melt rates)
merged to next |
merged to master and expected NML and regular DIFFs blessed |
This merge updates the E3SM-Project submodule from [c7d7998](https://github.com/E3SM-Project/E3SM/tree/c7d7998) to [727ad81](https://github.com/E3SM-Project/E3SM/tree/727ad81). This update includes the following MPAS-Ocean and MPAS-Frameworks PRs (check mark indicates bit-for-bit with previous PR in the list): - [ ] (ocn) E3SM-Project/E3SM#6456 - [ ] (ocn) E3SM-Project/E3SM#6510 - [ ] (ocn) E3SM-Project/E3SM#6535
This is needed so we can remove ice (solid) runoff but not river (liquid) runoff.
This merge also removes
totalRemoved*RunoffFlux
variables. These fields are computed incorrectly (they are missingareaCell
) and are not currently used for anything within MPAS-Ocean or any diagnostics.This is part of the design: https://acme-climate.atlassian.net/wiki/spaces/PSC/pages/4210098268/Design+Document+Data+iceberg+and+ice-shelf+melt+flux+patterns+for+E3SM+spin-up+runs
This is a high priority for the Polar team.
See E3SM-Ocean-Discussion#105 for some useful discussion and testing
[NML]
[non-BFB] for simulations with DIB and either DISMF or PISMF (data icebergs and data or prognostic melt rates)
[BFB] for simulations with snow-capping (e.g. current E3SM v3 production runs)