Previous changeset 109:8871797b1be4 (2017-12-05) Next changeset 111:37ac68b6ff10 (2018-02-13) |
Commit message:
Uploaded |
modified:
insect_phenology_model.xml |
b |
diff -r 8871797b1be4 -r 1e28f7f61bb0 insect_phenology_model.xml --- a/insect_phenology_model.xml Tue Dec 05 15:16:14 2017 -0500 +++ b/insect_phenology_model.xml Tue Feb 13 13:47:23 2018 -0500 |
b |
@@ -27,7 +27,7 @@ <param name="input" type="data" format="csv" label="Temperature data" /> <param name="location" type="text" value="" optional="false" label="Location" /> <param name="insect" type="select" label="Select insect"> - <option value="Brown Marmolated Stink Bug" selected="True">Brown Marmolated Stink Bug</option> + <option value="Brown Marmorated Stink Bug" selected="True">Brown Marmorated Stink Bug</option> </param> <param name="replications" type="integer" value="10" min="1" label="Number of replications" /> <param name="insects_per_replication" type="integer" value="1000" min="1" label="Number of insects with which to start each replication" /> @@ -68,7 +68,7 @@ * **Location** - the location associated with the selected temperature data. * **Temperature data** - select the dataset from your history containing the temperature data. - * **Select insect** - currently only the Brown Marmolated Stink Bug can be analyzed. + * **Select insect** - currently only the Brown Marmorated Stink Bug can be analyzed. * **Number of replications** - number of replications. * **Number of insects with which to start each replication** - the analysis for each replication will start with this number of insects. * **Critical photoperiod for diapause induction/termination** - critical photoperiod for diapause induction/termination. |