comparison insect_phenology_model.xml @ 118:e0bd1edbd8e4 draft

Uploaded
author greg
date Tue, 29 May 2018 14:20:25 -0400
parents 88b409324611
children da67a24b04ba
comparison
equal deleted inserted replaced
117:9c998fd06628 118:e0bd1edbd8e4
54 --photoperiod $photoperiod 54 --photoperiod $photoperiod
55 --plot_generations_separately $plot_generations_separately 55 --plot_generations_separately $plot_generations_separately
56 --plot_std_error $plot_std_error 56 --plot_std_error $plot_std_error
57 --replications $replications 57 --replications $replications
58 #if str($custom_date_interval) == "yes": 58 #if str($custom_date_interval) == "yes":
59 --start_date '$start_date' 59 --start_date '$custom_date_interval_cond.start_date'
60 --end_date '$end_date' 60 --end_date '$custom_date_interval_cond.end_date'
61 #end if 61 #end if
62 --young_nymph_accumulation $young_nymph_accumulation 62 --young_nymph_accumulation $young_nymph_accumulation
63 &>ipm_log.txt; 63 &>ipm_log.txt;
64 if [[ $? -ne 0 ]]; then 64 if [[ $? -ne 0 ]]; then
65 cp ipm_log.txt '$error_file'; 65 cp ipm_log.txt '$error_file';