| Previous changeset 19:396d95e7ddc0 (2017-09-28) Next changeset 21:a61f74f6d165 (2017-11-09) |
|
Commit message:
Uploaded |
|
modified:
insect_phenology_model.xml |
| b |
| diff -r 396d95e7ddc0 -r 20bb9dee4b48 insect_phenology_model.xml --- a/insect_phenology_model.xml Thu Sep 28 14:02:54 2017 -0400 +++ b/insect_phenology_model.xml Thu Sep 28 14:03:43 2017 -0400 |
| b |
| @@ -9,8 +9,7 @@ -a $adult_mort -b $adult_accum -c $egg_mort --d $location.fields.latitude --e '$location.fields.name' +-e '$location' -f $max_clutch_size -i $min_clutch_size -j $nymph_mort @@ -28,9 +27,9 @@ <inputs> <param name="location" type="select" label="Global Historical Climatology Network Station"> <options from_file="ghcnd_stations.txt"> - <column name="name" index="2"/> - <column name="value" index="2"/> - <column name="latitude" index="1"/> + <column name="name" index="1"/> + <column name="value" index="0"/> + <column name="state" index="2"/> </options> </param> <param name="temperature_data" type="data" format="csv" label="Temperature data" /> |