| Previous changeset 117:9c998fd06628 (2018-05-29) Next changeset 119:833f70d9001d (2018-05-29) |
|
Commit message:
Uploaded |
|
modified:
insect_phenology_model.xml |
| b |
| diff -r 9c998fd06628 -r e0bd1edbd8e4 insect_phenology_model.xml --- a/insect_phenology_model.xml Tue May 29 14:18:14 2018 -0400 +++ b/insect_phenology_model.xml Tue May 29 14:20:25 2018 -0400 |
| b |
| @@ -56,8 +56,8 @@ --plot_std_error $plot_std_error --replications $replications #if str($custom_date_interval) == "yes": - --start_date '$start_date' - --end_date '$end_date' + --start_date '$custom_date_interval_cond.start_date' + --end_date '$custom_date_interval_cond.end_date' #end if --young_nymph_accumulation $young_nymph_accumulation &>ipm_log.txt; |