# HG changeset patch # User greg # Date 1512504949 18000 # Node ID 9d5824e4b5d0a9a815ca62988097d727a4b4eb0c # Parent 2c2903e7ce6825dad6d83d7117be6f99062ac663 Uploaded diff -r 2c2903e7ce68 -r 9d5824e4b5d0 insect_phenology_model.xml --- a/insect_phenology_model.xml Tue Dec 05 11:32:33 2017 -0500 +++ b/insect_phenology_model.xml Tue Dec 05 15:15:49 2017 -0500 @@ -5,23 +5,24 @@ +--adult_mortality $adult_mortality +--adult_accumulation $adult_accumulation +--egg_mortality $egg_mortality +--input '$input' +--insect '$insect' +--insects_per_replication $insects_per_replication +--location '$location' +--max_clutch_size $max_clutch_size +--min_clutch_size $min_clutch_size +--nymph_mortality $nymph_mortality +--num_days $input.metadata.data_lines +--old_nymph_accumulation $old_nymph_accumulation +--output '$output' +--oviposition $oviposition +--photoperiod $photoperiod +--replications $replications +--std_error_plot $std_error_plot +--young_nymph_accumulation $young_nymph_accumulation]]> @@ -29,6 +30,7 @@ + @@ -66,7 +68,9 @@ * **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 Marmolated 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. * **Critical photoperiod for diapause induction/termination** - critical photoperiod for diapause induction/termination. * **Adjustment rate for egg mortality** - adjustment rate for egg mortality. * **Adjustment rate for nymph mortality** - adjustment rate for nymph mortality. @@ -77,7 +81,7 @@ * **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. + * **Plot standard error** - add standard error lines to plot.