Mercurial > repos > greg > insect_phenology_model
comparison insect_phenology_model.xml @ 7:ad26f07a7dd8 draft
Uploaded
author | greg |
---|---|
date | Tue, 13 Feb 2018 13:53:29 -0500 |
parents | fe3f86012394 |
children | d9371485aaf5 |
comparison
equal
deleted
inserted
replaced
6:fe3f86012394 | 7:ad26f07a7dd8 |
---|---|
25 --young_nymph_accumulation $young_nymph_accumulation]]></command> | 25 --young_nymph_accumulation $young_nymph_accumulation]]></command> |
26 <inputs> | 26 <inputs> |
27 <param name="input" type="data" format="csv" label="Temperature data" /> | 27 <param name="input" type="data" format="csv" label="Temperature data" /> |
28 <param name="location" type="text" value="" optional="false" label="Location" /> | 28 <param name="location" type="text" value="" optional="false" label="Location" /> |
29 <param name="insect" type="select" label="Select insect"> | 29 <param name="insect" type="select" label="Select insect"> |
30 <option value="Brown Marmolated Stink Bug" selected="True">Brown Marmolated Stink Bug</option> | 30 <option value="Brown Marmorated Stink Bug" selected="True">Brown Marmorated Stink Bug</option> |
31 </param> | 31 </param> |
32 <param name="replications" type="integer" value="10" min="1" label="Number of replications" /> | 32 <param name="replications" type="integer" value="10" min="1" label="Number of replications" /> |
33 <param name="insects_per_replication" type="integer" value="1000" min="1" label="Number of insects with which to start each replication" /> | 33 <param name="insects_per_replication" type="integer" value="1000" min="1" label="Number of insects with which to start each replication" /> |
34 <param name="photoperiod" type="float" value="13.5" min="0" label="Critical photoperiod for diapause induction/termination" /> | 34 <param name="photoperiod" type="float" value="13.5" min="0" label="Critical photoperiod for diapause induction/termination" /> |
35 <param name="egg_mortality" type="integer" value="1" min="0" label="Adjustment rate for egg mortality" /> | 35 <param name="egg_mortality" type="integer" value="1" min="0" label="Adjustment rate for egg mortality" /> |
66 | 66 |
67 **Required options** | 67 **Required options** |
68 | 68 |
69 * **Location** - the location associated with the selected temperature data. | 69 * **Location** - the location associated with the selected temperature data. |
70 * **Temperature data** - select the dataset from your history containing the temperature data. | 70 * **Temperature data** - select the dataset from your history containing the temperature data. |
71 * **Select insect** - currently only the Brown Marmolated Stink Bug can be analyzed. | 71 * **Select insect** - currently only the Brown Marmorated Stink Bug can be analyzed. |
72 * **Number of replications** - number of replications. | 72 * **Number of replications** - number of replications. |
73 * **Number of insects with which to start each replication** - the analysis for each replication will start with this number of insects. | 73 * **Number of insects with which to start each replication** - the analysis for each replication will start with this number of insects. |
74 * **Critical photoperiod for diapause induction/termination** - critical photoperiod for diapause induction/termination. | 74 * **Critical photoperiod for diapause induction/termination** - critical photoperiod for diapause induction/termination. |
75 * **Adjustment rate for egg mortality** - adjustment rate for egg mortality. | 75 * **Adjustment rate for egg mortality** - adjustment rate for egg mortality. |
76 * **Adjustment rate for nymph mortality** - adjustment rate for nymph mortality. | 76 * **Adjustment rate for nymph mortality** - adjustment rate for nymph mortality. |