Mercurial > repos > greg > insect_phenology_model
comparison insect_phenology_model.xml @ 29:dd0f1b7528aa draft
Uploaded
author | greg |
---|---|
date | Mon, 12 Mar 2018 09:26:03 -0400 |
parents | afe6d8bac0c0 |
children | 0e49e1d1c5a1 |
comparison
equal
deleted
inserted
replaced
28:afe6d8bac0c0 | 29:dd0f1b7528aa |
---|---|
45 --photoperiod $photoperiod | 45 --photoperiod $photoperiod |
46 --replications $replications | 46 --replications $replications |
47 --plot_generations_separately $plot_generations_separately | 47 --plot_generations_separately $plot_generations_separately |
48 --plot_std_error $plot_std_error | 48 --plot_std_error $plot_std_error |
49 --young_nymph_accumulation $young_nymph_accumulation | 49 --young_nymph_accumulation $young_nymph_accumulation |
50 --output '$output']]></command> | 50 --output '$output' |
51 &>ipm_log.txt; | |
52 if [[ $? -ne 0 ]]; then | |
53 cp ipm_log.txt '$output'; | |
54 exit 1; | |
55 fi]]></command> | |
51 <inputs> | 56 <inputs> |
52 <param name="input" type="data" format="csv" label="Temperature data" /> | 57 <param name="input" type="data" format="csv" label="Temperature data" /> |
53 <param name="location" type="text" value="" optional="false" label="Location" /> | 58 <param name="location" type="text" value="" optional="false" label="Location" /> |
54 <param name="insect" type="select" label="Select insect"> | 59 <param name="insect" type="select" label="Select insect"> |
55 <option value="BMSB" selected="True">Brown Marmorated Stink Bug</option> | 60 <option value="BMSB" selected="True">Brown Marmorated Stink Bug</option> |