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

The total land-ice freshwater flux is zero in simulations with data ice-shelf melt fluxes (DISMF) #6719

Open
xylar opened this issue Oct 30, 2024 · 0 comments · May be fixed by #6729
Open
Assignees

Comments

@xylar
Copy link
Contributor

xylar commented Oct 30, 2024

Whereas the total land-ice freshwater flux (landIceFreshwaterFluxTotal is computed correctly in simulations with prognostic ice-shelf melt fluxes (PISMF) as the sum of the flux at the ice-ocean interface, landIceFreshwaterFlux, and the frazil flux, frazilIceFreshwaterFlux, this is not the case when ice-shelf melt fluxes come from a data file (DISMF).

See, for example, these MPAS-Analysis plots showing seemingly no melt fluxes:
https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/ac.dcomeau/E3SMv3_dev/20241018.v3.SORRME3r3.piControl.scaledDISMF.chrysalis/mpas_analysis/develop/yrs1-10/ocean/index.html#antmelttime

@xylar xylar self-assigned this Oct 30, 2024
jonbob added a commit that referenced this issue Nov 7, 2024
Fix total land-ice freshwater flux in data mode

Previously, the total was only being computed when thermodynamics below
ice shelves are actively computed, whereas we need to compute the total
of the interface flux and the frazil flux when the interface flux comes
from a data file as well. While we expect the frazil flux to be zero,
these code modifications do not assume or require this to be true.

Fixes #6719
[BFB] purely diagnostic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant