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

Implement a routine for calculating growing season from datetime and temperature series. #352

Open
Tracked by #347
davidorme opened this issue Nov 6, 2024 · 1 comment · May be fixed by #359
Open
Tracked by #347

Implement a routine for calculating growing season from datetime and temperature series. #352

davidorme opened this issue Nov 6, 2024 · 1 comment · May be fixed by #359

Comments

@davidorme
Copy link
Collaborator

davidorme commented Nov 6, 2024

The seasonal phenology dynamics requires estimates of conditions within the growing season of a site, so we need a routine to identify the growing season within a time series of observations across years.

This basically just takes a year or longer time series of temperature values and their timestamps and the growing season is "just" where the temperatures within years are above 0°C, but needs:

  • Arguments to tweak treatment of cold snaps: how long a snap breaks a season?
  • We might also need hemisphere to handle array inputs that include northern and southern summers and hence where the season should be measured around winter not summer equinox.
  • This is going to differ for models on daily data versus subdaily data: is it mean daily temperature or mean daytime temperature.
@davidorme
Copy link
Collaborator Author

Relevant comments from this #348 (comment) by @Shirleycwj

It's a little bit more complicated when it comes to the growing season. I think we should open up the option of different methods to define growing season but use the temperature threshold as the simplest, default method. Using the temperature threshold only (above 0 degree), timestep up to monthly is actually acceptable due to temperature oscillation at the beginning and end of the growing season. Currently there are no absolute consensus on how growing season is defined (thermal or radiative or productive growing season, see Körner et al 2023 Ecology letters and Fu et al 2022 Global change biology ) or method to define growing season...so we could ask the user to provide DOY of start of the growning season (SOS) and end of growing season (EOS) to calculate growing season value for input variables. If the user works on phenology then they would have such information, otherwise they could use our simplified way to define productive growning season.

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

Successfully merging a pull request may close this issue.

1 participant