Hardening and frost mortality schemes #836
Open
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 concerns the inclusion of a hardening scheme, which provides each PFT and site with a unique hardiness level. The hardiness level is updated every model day and depends on the daily mean temperature, 5 year running mean of the minimum yearly temperature index, PFTfreezetol parameter, daylength. The hardiness level is between -70 and -2 for all PFTs.
If use_frost_hard=.true. -->The hardiness level is used to predict frost mortality instead of the fixed PFTfreezetol parameter.The magnitude of a frost event is given by the difference between the minimum temperature and the hardiness level, and frost occurs when the minimum temperature is below the hardiness level. --> Frost can now be experienced by all PFTs if temperature decreases faster than the acclimation rate of plants. Even PFTs with a PFTfreezetol of -80 might endure frost. The new implementation keeps the purpose of constraining PFT distribution as PFTfreezetol limits the hardiness level.
If use_hydro_hard=.true. : The hardiness level is also used to constrain stomatal transpiration and hydraulic conductivity. The hardiness level reduces hydraulic failure mortality and modifies the PV curves. The hardening scheme may potentially (not in this PR) be used to modify plant phenology and more specifically the timing of leaf onset and offset.
Collaborators:
@huitang-earth, @rosiealice, @rgknox
Expectation of Answer Changes:
frost_hard: While we keep the distribution purpose of the previous frost parametrization, now there is frost when there should be frost, --> total biomass levels are usually only slightly impacted
--> Side effect of frost_hard: In the previous frost parametrization, damage started 5deg above the PFTfreezetol parameter, here it starts at the hardiness level and is maximum 5deg below the hardiness level. So PFTs with a freezetol of 2.5 will now have injury at -2 instead of 7.5, this might have some impacts on enhancing the growth of topical PFTs in the arctic region. However in a multi-PFT run they won't be competitive enough, and in single PFT runs, they do not grow much as much as extratropical PFTs.
hydro_hard : Has major impacts of the biomass in northern regions as this prevents water fluxes during winter. Plants do not desiccate to the same extent as before and survive cold winters.
I also changed FatesHydroWTFMod.F90 to not allow water potentials below -25Mpa.
Checklist:
Test Results:
CTSM (or) E3SM (specify which) test hash-tag:
CTSM (or) E3SM (specify which) baseline hash-tag:
FATES baseline hash-tag:
Test Output: