Update hydraulic failure mortality for places with frozen soils#50
Merged
mvdebolskiy merged 16 commits intoNorESMhub:noresmfrom Feb 27, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
This PR address issue NGEET#1492 on the NGEET repo.
Hydraulic failure mortality (hmort) occurs when btran is less than a soil moisture threshold. If soils are frozen then btran is zero. To prevent hmort of plants at high latitude during winter there is an if statement that prevents hmort being calculated if any soil layer is frozen. However, in regions with permafrost this essentially turns of hmort entirely, even in summer months when plants may actually be water stressed.
This PR adds additional logic so that we still calculate hmort if soil layers with 90% of the root biomass are not frozen.
Collaborators:
@rosiealice @mvdebolskiy
Expectation of Answer Changes:
This will change hmort rates of plants at high latitudes.
Checklist:
Test Results:
I ran a 5 year test with current code and updates - both with the current parameter file but with hmort scalar set to 0.6 for all PFTs - to make differences easier to see. Not seeing huge differences in the high latitudes.
Here is hmort by PFT for the control:

and with new boreal hmort logic:
