# HG changeset patch
# User greg
# Date 1524491338 14400
# Node ID 64132300c62e825250544d4a104b92f512c8f4e6
# Parent f4d683709b7f652c2838786890503bf79e1cedf4
Uploaded
diff -r f4d683709b7f -r 64132300c62e insect_phenology_model.xml
--- a/insect_phenology_model.xml Wed Apr 11 13:26:56 2018 -0400
+++ b/insect_phenology_model.xml Mon Apr 23 09:48:58 2018 -0400
@@ -30,7 +30,10 @@
--adult_mortality $adult_mortality
--adult_accumulation $adult_accumulation
--egg_mortality $egg_mortality
---input_ytd '$input_ytd'
+#if str($merge_ytd_temperature_data_cond.merge_ytd_temperature_data) == "yes":
+ --input_ytd '$merge_ytd_temperature_data_cond.input_ytd'
+ --num_days_ytd $input_ytd.metadata.data_lines
+#end if
--input_norm '$input_norm'
--insect '$insect'
--insects_per_replication $insects_per_replication
@@ -45,7 +48,6 @@
--max_clutch_size $max_clutch_size
--min_clutch_size $min_clutch_size
--nymph_mortality $nymph_mortality
---num_days_ytd $input_ytd.metadata.data_lines
--old_nymph_accumulation $old_nymph_accumulation
--oviposition $oviposition
--photoperiod $photoperiod
@@ -59,28 +61,37 @@
exit 1;
fi]]>
-
- value is not None and value.metadata.columns==6
-
value is not None and value.metadata.columns==10 and value.metadata.data_lines==366
-
+
+
+
+
+
+
+
+ value is not None and value.metadata.columns==6
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -125,22 +136,22 @@
-
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -150,11 +161,28 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -166,13 +194,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -184,10 +212,10 @@
-
-
-
-
+
+
+
+
@@ -211,8 +239,12 @@
**Required options**
+ * **30 year normals temperature data** - the dataset from your history containing the 30-year normals temperature data (available at http://pestwatch.psu.edu/ghcn).
+ * **Merge year-to-date temperature data with 30 year normals temperature data** - select Yes to merge a year-to-date temperature dataset from your history into the selected 30 year normals temperature data.
+
+ * **Year-to-date temperature data** - the dataset from your history containing the year-to-date temperature data (available at http://pestwatch.psu.edu/minmax).
+
* **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 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.