-
Notifications
You must be signed in to change notification settings - Fork 73
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
How to solve not enough growing degree days in simulation to reach maturity? #111
Comments
Hi @Rachael001l . This error occurs when there are insufficient gdds between planting and harvest to reach maturity. You have a few options to deal with this depending on your simulation location and crop: |
Thank you very much for your reply. I will continue to try to modify what you mentioned for the simulation. I would like to know the difference between Maize, MaizeGDD, and MaizeChampionGDD and Wheat, WheatGDD, and WheatLongGDD. And which one to choose for my simulation. |
@Rachael001l Wheat vs WheatGDD (or equivalents for other crops) are the files set up to run in either calendar days or growing degree days modes. The other two files you mention are customised crop files used in some of the testing we did of the code. Should you wish to further customise some of the crop parameters, there are instructions on how to do this in the Notebook 1 (Appendix C section) |
@tfoster88 I see, thanks a lot for your reply. I'm working on the crop parameter rates for the model, and I've looked very carefully at note 1, I'd like to know what some of the crop parameters mean exactly so I can correspond better. For example, in note 1, it is mentioned that SenescenceCD is the number of days from sowing to senescence, which period does senescence refer to? HIstartCD?MaxRootingCD? Do you have any recommendations for papers or manuals where I can find out exactly what they mean? Or do you have a recommendation for a paper or manual that explains the principles of the model more understandably? I am very confused. Thank you very much for your help! |
I have the following problem with rate crop parameters.
AssertionError: not enough growing degree days in simulation (1559.7499999999998) to reach maturity (1700.0)
Does anybody know that I should adjust which parameters?
The text was updated successfully, but these errors were encountered: