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

[Meta] Seasonal dynamics in leaf area #347

Open
2 of 8 tasks
davidorme opened this issue Nov 6, 2024 · 4 comments
Open
2 of 8 tasks

[Meta] Seasonal dynamics in leaf area #347

davidorme opened this issue Nov 6, 2024 · 4 comments
Labels
enhancement New feature or request meta Issues that act as the central point of reference for a larger piece of work

Comments

@davidorme
Copy link
Collaborator

davidorme commented Nov 6, 2024

This is a meta issue to coordinate tasks needed to implement a new model of the seasonal dynamics in leaf area.

Theoretical background

The theoretical background of this issue builds on two recent papers from Lemontree:

  1. Cai et al. (2023) "A unifying principle for global greenness patterns and trends" bioRxiv. This paper establishes a simple model for global greenness as the minimum of water and energy limitations to productivity. It generates a prediction of annual maximum fraction of absorbed photosynthetically active radiation (fAPAR, $f_{APAR}$) from the predictions of the P Model for a year, plus some additional data on precipitation and aridity.
  2. Zhou et al (2024) "A general model for the seasonal to decadal dynamics of leaf area" bioRkiv. This paper takes the predicted annual maximum $f_{APAR}$ from above, along with the resulting predicted leaf area index LAI, and then uses this information to calculate daily time series within modelled years of the steady state and realised LAI to give seasonal patterns.

Implementation

Boya Zhou (@zhouboya), who is an author on both papers and lead on the second has provided the following draft implementation, which uses a single site to calculate the required values, and which we should be able to use as a golden dataset for regression tests. [TODO - I'm just sorting out some issues with the data but will upload shortly].

Phenology_methods.docx

The sub-issues below break out suggested steps in that word document describing the calculations, except that I've broken out the routine for estimating growing season.

@j-emberton
Copy link
Collaborator

How does this new LAI calculation method interact with the two leaf model which depends on LAI? I guess as LAI changes the sunlit/shaded balance also changes?

@davidorme
Copy link
Collaborator Author

This new approach can be used to calculate a daily LAI prediction for a site, so provides an alternative route to generating LAI for use in e.g. the two leaf model.

@j-emberton
Copy link
Collaborator

This new approach can be used to calculate a daily LAI prediction for a site, so provides an alternative route to generating LAI for use in e.g. the two leaf model.

ah ok, I get it now

@j-emberton
Copy link
Collaborator

Hi @MarionBWeinzierl , would you like to pick up this work stream?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request meta Issues that act as the central point of reference for a larger piece of work
Projects
Status: Todo
Development

No branches or pull requests

3 participants