Mercurial > repos > greg > insect_phenology_model
changeset 89:1615e60cf61c draft
Uploaded
author | greg |
---|---|
date | Fri, 01 Dec 2017 09:20:49 -0500 |
parents | b387ea636ff8 |
children | 7433448e313d |
files | insect_phenology_model.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/insect_phenology_model.xml Wed Nov 22 13:18:49 2017 -0500 +++ b/insect_phenology_model.xml Fri Dec 01 09:20:49 2017 -0500 @@ -18,7 +18,7 @@ -p $oviposition -q $photoperiod -s $replications --t $se_plot +-t $std_error_plot -v '$input' -y $young_nymph_accum -x '$insect']]></command> @@ -39,7 +39,7 @@ <param name="young_nymph_accum" type="integer" value="0" min="0" label="Adjustment of DD accumulation (egg->young nymph)" /> <param name="old_nymph_accum" type="integer" value="0" min="0" label="Adjustment of DD accumulation (young nymph->old nymph)" /> <param name="adult_accum" type="integer" value="0" min="0" label="Adjustment of DD accumulation (old nymph->adult)" /> - <param name="se_plot" type="select" label="Plot SE?"> + <param name="std_error_plot" type="select" label="Plot standard error?"> <option value="1" selected="True">Yes</option> <option value="0">No</option> </param>