Mercurial > repos > greg > insect_phenology_model
diff insect_phenology_model.xml @ 5:1878a03f9c9f draft
Uploaded
author | greg |
---|---|
date | Wed, 22 Nov 2017 13:22:49 -0500 (2017-11-22) |
parents | e7b1fc0133bb |
children | fe3f86012394 |
line wrap: on
line diff
--- a/insect_phenology_model.xml Mon Nov 13 12:57:46 2017 -0500 +++ b/insect_phenology_model.xml Wed Nov 22 13:22:49 2017 -0500 @@ -20,10 +20,14 @@ -s $replications -t $se_plot -v '$input' --y $young_nymph_accum]]></command> +-y $young_nymph_accum +-x '$insect']]></command> <inputs> <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> + </param> <param name="replications" type="integer" value="10" min="1" label="Number of replications" /> <param name="photoperiod" type="float" value="13.5" min="0" label="Critical photoperiod for diapause induction/termination" /> <param name="egg_mort" type="integer" value="1" min="0" label="Adjustment rate for egg mortality" />