You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
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
The text was updated successfully, but these errors were encountered: