-
Notifications
You must be signed in to change notification settings - Fork 58
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
NB2 function of the "aez.getOptimumCycleStartDateRainfed()" #110
Comments
Hi @WeirdCxychen, In short, optimum cycle start date means the day of year indicating that if you start plantation on that day, you will obtain the corresponding maximum attainable yield. It is not the starting date of the growing period. Note that PyAEZ M2 simulates all possible cycles, each with different starting dates, from the given window of user-defined start and end dates, and for output, it only selects the DOY which maximum yield is obtained amongst the cycles as optimum cycle starting data and the corresponding yield is your maximum attainable yield. Both rainfed and irrigated conditions are simulated separately. Regards, Swun Wunna Htet |
Hi, Could I use this way to interpret your answer? And another question: Regards, Xinyue Chang |
Hello @WeirdCxychen, For the first question, it is correct. For question 2, I agree with your interpretation. A small input to consider is the rainfed yield, fc2 factor, fc1 factor and optimum starting date interpreted together. Note that moisture deficit condition is checked for every available cycles for rainfed yield simulation in PyAEZ. A small example: Regards, Swun Wunna Htet |
Hi, @NokuzaSezo97, For question 2, in a rain-fed zone, could I say it's normal for the "maiz_ccd_rain" to be later than the actual planting date by about 40 days (the planting date in my study area is about the 120th day of the year if there is a drought during that day and lasts for 40 days without precipitation)? According to the small example, as for my study area, fc1 and fc2 result in the area which corresponds to my delayed part in "maiz_ccd_rain" result shows that fc1 is quite low (0.68 compared to the other part is about 0.9), fc2 is ok (value 1). Could I say the delayed part encountered a moisture deficit to delay the start date of rainfed? |
Fc2 map in green box says there 10% yield reduction which I think not so severe, and fc1 is quite good. What is your obtained yield from that green box? If you're collecting the evidence of drought before that crop starting date, my only suggestion is checking temperature, solar radiation, and precipitation before the starting date, and see whether either one of the condition has a big setback. Regards, Swun Wunna Htet |
I would like to ask, the ccd in my NB2 comes out to be 365, is this the 365th day of the year before winter wheat starts growing and what is the relationship between ccd and DOY? I am a little confused about the relationship and concepts between LGP of NB1, cycle, maxcycle, mincycle, ccd and DOY of NB2 parameters. |
@maobw12 |
Thank you very much, I have another question, cycle is not DOY, ccd is DOY right? Some of the ccd's I got from NB2 are 365, so what this means is that the growth doesn't start until the last day of the year? My crop is winter wheat. I am confused about this. |
@maobw12 |
Thanks for your answer! |
Hi,
The conception of "aez.getOptimumCycleStartDateRainfed()"&"aez.getOptimumCycleStartDateIrrigated()" confused me a lot, the hashtag said in this part we could get the start date of the growing cycle, but I think that the two variables aim to get the start date of rainfed and irrigation, not the start date of the growing cycle. I wonder if the output "maiz_ccd_rain"&"maiz_ccd_irr" in NB2 are the start date of the growing period or the start date of rainfed & irrigation.
Regards,
Xinyue Chang
The text was updated successfully, but these errors were encountered: