aquacropos/aquacrop

Irrigation schedule is not calculated correctly.

YuqiLiunx opened this issue · 2 comments

When I define the irrigation schedule in IrrigationManagement(), the amount of irrigation in the final simulation result is still zero (even where I set the irrivalue to 390).
Pls how can I fix this.

e4a770c390f46388d3e25138893513b

a7d4c43ad911fbe7f4f0a332080f618

Hi Yuqi, as a quick potential solution, can you try changing 'schedule=schedule' to 'Schedule=schedule' in your irrigation management definition? I realise that you have done it correctly according to the current notebook but this will be updated in future, the argument is actually capitalised 'Schedule'.

Hi Bowhaven, following your suggestion, I changed "schedule=schedule" to "Schedule=schedule" and the program works correctly, I can see the seasonal irrigation value in the result, thanks!