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

Reconcile parameters and scales driving leaf phenology and mortality #1363

Open
mpaiao opened this issue Mar 17, 2025 · 1 comment
Open

Reconcile parameters and scales driving leaf phenology and mortality #1363

mpaiao opened this issue Mar 17, 2025 · 1 comment
Labels
science: mortality Pertaining to changes to plant mortality science: phenology

Comments

@mpaiao
Copy link
Contributor

mpaiao commented Mar 17, 2025

Deciduousness can be thought as a defence mechanism against environmental conditions. For example, drought deciduous should make plants resistant to hydraulic failure mortality, because plants abscise leaves during the dry season.

However, the parameters that drive leaf phenological cycles are completely independent from those that impact mortality. In fact, they do not even use the same environmental driver to predict mortality and deciduousness: drought deciduous is driven by soil matric potential, whereas hydraulic failure mortality is driven by either BTRAN or fraction of maximum conductivity. There is a mismatch in time scale too: phenology uses 10-day averages of environmental drivers, whereas hydraulic failure mortality seems to use instantaneous values (please correct me if I am wrong). This set of inconsistencies creates the risk of deciduous PFTs dying of the very mechanism deciduousness should protect them from.

Below are some initial thoughts about how to address this for drought deciduous in an upcoming pull request that I plan to submit. However, I am not entirely sure how to go about this, so would be quite appreciated!

  1. Use a single environmental driver for both mortality and phenology. I am agnostic to it, but maybe we can use what is currently used for hydraulic failure mortality.
  2. Add consistency tests in subroutine PRTCheckParams to prevent simulations to start whenever the environmental threshold for phenology would be less than the threshold for mortality. Alternatively, we can drop the lower bound for phenology parameter altogether and use the hydraulic failure parameters for both hydraulic failure and mortality, though maybe we want to keep some "safety margin" between them.
  3. Ensure that the time scale mismatch is no longer an issue. I can see two approaches:
    • If we keep both phenology and hydraulic failure thresholds, impose leaf abscission whenever the 10-day average falls below the phenology threshold OR the instantaneous value falls below the hydraulic failure mortality. For leaf flushing, this may still lead to risks of failure.
    • Start using 10-day averages for hydraulic failure mortality. This would effectively eliminate inconsistencies and simplify the number of logical tests and make flushing safer. However, this depends on whether hydraulic failure mortality is nearly instantaneous or if it requires multiple dry days to effectively kill the plant. This would also likely impact existing calibrations for both evergreen and deciduous PFTs, though hopefully not by a lot.

I am focussing on drought deciduous here, but I can see a similar case for cold deciduous too: we use of growing degree days and chilling days for phenology, and average temperature for cold-related mortality.

@glemieux glemieux added science: phenology science: mortality Pertaining to changes to plant mortality labels Mar 24, 2025
@mpaiao
Copy link
Contributor Author

mpaiao commented Mar 31, 2025

Following the FATES software engineering meeting discussion last week, we agreed with the following plan:

  • Update the drought deciduous phenology code, to ensure that the variable driving phenology is the same variable that drives hydraulic failure mortality.
  • For now, we will keep the 10-day averaging for drought deciduous phenology, but we will not change the hydraulic failure mortality, which uses instantaneous data.

This approach should not have any impact on ongoing calibrations that involve the hydraulic failure mortality parameters, at least for evergreen and cold-deciduous PFTs. We will see how this goes, and decide if this solution is sufficient or if it requires changes in the hydraulic failure mortality module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
science: mortality Pertaining to changes to plant mortality science: phenology
Projects
Status: ❕Todo
Development

No branches or pull requests

2 participants