8000 Source for current Number of Chilling Days "clock reset" dates? · Issue #1384 · NGEET/fates · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Source for current Number of Chilling Days "clock reset" dates? #1384

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

Open
mpaiao opened this issue Apr 8, 2025 · 0 comments
Open

Source for current Number of Chilling Days "clock reset" dates? #1384

mpaiao opened this issue Apr 8, 2025 · 0 comments

Comments

@mpaiao
Copy link
Contributor
mpaiao commented Apr 8, 2025

I think this is a rather minor one, but in refactoring some of the code from phenology, and I came across these dates to "reset" the clocks for Growing Degree Days (GDD) and Number of Chilling Days (NCD).

!Zero growing degree and chilling day counters
if (currentSite%lat > 0)then
ncdstart = 270 !Northern Hemisphere begining November
gddstart = 1 !Northern Hemisphere begining January
else
ncdstart = 120 !Southern Hemisphere beginning May
gddstart = 181 !Northern Hemisphere begining July
endif

The values on the comments for the Northern Hemisphere, Nov 1 for NCD and Jan 1 for GDD, correspond to the Botta et al. (2000) phenology algorithm, however the coded value for NCD (ncdstart ) is Sept 27. The values for the Southern Hemisphere are consistent with Botta et al. (2000).

Presumably the earlier date is useful for when running FATES at very high latitudes, but I wanted to check that this was the intention for switching the dates, and adjust the comments accordingly. If we keep the coded value, I am also wondering if we should make the Southern Hemisphere values mirror those for the Northern Hemisphere (i.e., Mar 27 for ncdstart). Probably we could use the equinox dates or Oct 1 / Apr 1 because the current date seems a bit arbitrary.

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

No branches or pull requests

1 participant
0