Compute and export heat content associated with glc runoffs #489
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Addition of glc runoff enthalpy fluxes in CESM.
Specific notes
The recent separation of river runoff (
rofi
androfl
) and land ice runoff (rofi_glc
androfl_glc
) requires calculating and exporting the heat content associated with glc runoffs from the mediator to the ocean. This pull request introduces the following fluxes to address this requirement:Foxx_hrofl_glc
andFoxx_hrofi_glc
. However, because river runoff (rof) and land ice runoff are still merged in the mediator, these new fluxes are currently computed and exported as 0.0. Once the runoff fields are fully separated, these fluxes should be validated to ensure they are computed accurately.CMEPS Issues Fixed (include github issue #):
NCAR/MOM6#281
Are changes expected to change answers? (specify if bfb, different at roundoff, more substantial)
No answer changes (yet).
Testing performed
pr_mom on derecho with cesm3.0 beta1.