Closed schmidtfederico closed 9 years ago
that's a good question. because we use a template and search and replace approach to generate the experiment files, it was expedient at the beginning to just set a number of management events. in the case where we only want one fertilizer applciation we just set the fertilizer amount as N for event1 and 0 for event2.
i don't know the answer regarding irrigation. we have not made any attempt to support manual irrigation thus far (only automatic irrigation) so i can't really say whether or not this would work. the problem with this obviously is that you'd have to add many new events to the template and right now i don't think the translators are smart enough to support that. we hope that in the next version psims will be able to support arbitrary events and manual irrigation and etc.
Hello,
I've noticed that the experiment template supplied in the repo has two fertilizer management events specified and that if I remove one of them pSIMS fails to create a DSSAT experiment file.
Is there a reason why there should always be two of them? Also, looking through
camp2json.py
script I found that the script is looking for the events in the specific order found in that template (at hard-coded indexes):This also brings me another question: is there a way I can specify two irrigation events in the management section?
Thank you very much for your help, Federico.