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

psi_max or psi_min in leaf phenology #388

Open
Lo-hatch opened this issue May 3, 2023 · 1 comment
Open

psi_max or psi_min in leaf phenology #388

Lo-hatch opened this issue May 3, 2023 · 1 comment

Comments

@Lo-hatch
Copy link
Contributor

Lo-hatch commented May 3, 2023

when IPHEN_SCHEME=4, phenology is drought deciduous, the material to decide whether it is a low-psi day is :
cpatch%dmax_leaf_psi(ico) < leaf_psi_tlp(ipft)
however, leaf_psi_tlp always lower than -100m, while dmax_leaf_psi barely lower than -100m.
maybe using dmin_leaf_psi here is more reasonable?

https://github.com/EDmodel/ED2/blob/master/ED/src/dynamics/phenology_driv.f90#:~:text=cpatch%25dmax_leaf_psi(ico)%20%3C%20leaf_psi_tlp(ipft)

@xiangtaoxu
Copy link
Contributor

I tried dmin_leaf_psi before, which resulted in too much deciduousness in Costa Rica dry forests because leaf_psi can be very low during midday (for an hour or so). Ecologically, it might be an overreacted to drop your leaves just because leaf water potential was low for an hour or so during midday. Physiologically, TLP can become lower during midday due to higher sugar loading, which is not considered in ED2 right now.

Therefore, the philosophy to use dmax_leaf_psi is that plants shed leaves only when it is dry enough that they cannot recharge daytime water loss during the night. I usually tune belowground parameters (which are much more uncertain) or leaf/sapwood allometry (also uncertain) if you need to get desired phenology.

Brett Wolfe has a paper on drought-deciduousness in tropical seedlings, where he used the average of min/max water potential to predict leaf shedding. You can try that as well (https://nph.onlinelibrary.wiley.com/doi/10.1111/nph.14087)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants