changeset 95:08571981adb3 draft

Uploaded
author greg
date Mon, 04 Dec 2017 10:57:52 -0500
parents 89492de287a6
children f0c65c9f1078
files insect_phenology_model.xml
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/insect_phenology_model.xml	Fri Dec 01 09:49:09 2017 -0500
+++ b/insect_phenology_model.xml	Mon Dec 04 10:57:52 2017 -0500
@@ -36,9 +36,9 @@
         <param name="oviposition" type="integer" value="1" min="0" label="Adjustment oviposition rate" />
         <param name="min_clutch_size" type="integer" value="0" min="0" label="Adjustment of minimum clutch size" />
         <param name="max_clutch_size" type="integer" value="0" min="0" label="Adjustment of maximum clutch size" />
-        <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="young_nymph_accum" type="integer" value="0" min="0" label="Adjustment of degree-days accumulation (egg->young nymph)" />
+        <param name="old_nymph_accum" type="integer" value="0" min="0" label="Adjustment of degree-days accumulation (young nymph->old nymph)" />
+        <param name="adult_accum" type="integer" value="0" min="0" label="Adjustment of degree-days accumulation (old nymph->adult)" />
         <param name="std_error_plot" type="select" label="Plot standard error?">
             <option value="1" selected="True">Yes</option>
             <option value="0">No</option>
@@ -57,7 +57,7 @@
     </tests>
     <help>
 **What it does**
- 
+
 Provides an agent-based stochastic model expressing stage-specific phenology and population dynamics for an insect species across geographic regions.
 
 -----
@@ -74,11 +74,11 @@
  * **Adjustment oviposition rate** - adjustment oviposition rate.
  * **Adjustment of minimum clutch size** - adjustment of minimum clutch size.
  * **Adjustment of maximum clutch size** - adjustment of maximum clutch size
- * **Adjustment of DD accumulation (egg->young nymph)** - adjustment of DD accumulation (egg->young nymph).
- * **Adjustment of DD accumulation (young nymph->old nymph)** - adjustment of DD accumulation (young nymph->old nymph).
- * **Adjustment of DD accumulation (old nymph->adult)** - adjustment of DD accumulation (old nymph->adult).
+ * **Adjustment of degree-days accumulation (egg->young nymph)** - adjustment of degree-days accumulation (egg->young nymph).
+ * **Adjustment of degree-days accumulation (young nymph->old nymph)** - adjustment of degree-days accumulation (young nymph->old nymph).
+ * **Adjustment of degree-days accumulation (old nymph->adult)** - adjustment of degree-days accumulation (old nymph->adult).
  * **Plot SE** - add SE lines to plot for eggs, nymphs and adults.
- 
+
     </help>
     <citations>
         <citation type="doi">10.3389/fphys.2016.00165</citation>