Mercurial > repos > greg > insect_phenology_model
comparison insect_phenology_model.xml @ 121:da67a24b04ba draft
Uploaded
author | greg |
---|---|
date | Thu, 31 May 2018 13:09:22 -0400 |
parents | e0bd1edbd8e4 |
children | 24f389a2dd93 |
comparison
equal
deleted
inserted
replaced
120:635b6dc6b268 | 121:da67a24b04ba |
---|---|
96 <param name="max_clutch_size" type="integer" value="0" min="0" label="Adjustment of maximum clutch size"/> | 96 <param name="max_clutch_size" type="integer" value="0" min="0" label="Adjustment of maximum clutch size"/> |
97 <param name="young_nymph_accumulation" type="integer" value="0" min="0" label="Adjustment of degree-days accumulation (egg->young nymph)"/> | 97 <param name="young_nymph_accumulation" type="integer" value="0" min="0" label="Adjustment of degree-days accumulation (egg->young nymph)"/> |
98 <param name="old_nymph_accumulation" type="integer" value="0" min="0" label="Adjustment of degree-days accumulation (young nymph->old nymph)"/> | 98 <param name="old_nymph_accumulation" type="integer" value="0" min="0" label="Adjustment of degree-days accumulation (young nymph->old nymph)"/> |
99 <param name="adult_accumulation" type="integer" value="0" min="0" label="Adjustment of degree-days accumulation (old nymph->adult)"/> | 99 <param name="adult_accumulation" type="integer" value="0" min="0" label="Adjustment of degree-days accumulation (old nymph->adult)"/> |
100 <conditional name="custom_date_interval_cond"> | 100 <conditional name="custom_date_interval_cond"> |
101 <param name="custom_date_interval" type="select" label="Set custom date interval for plots?"> | 101 <param name="custom_date_interval" type="select" label="Set date interval for plots?" help="Scales the x axis in plots from weeks to days"> |
102 <option value="no" selected="true">No</option> | 102 <option value="no" selected="true">No</option> |
103 <option value="yes">Yes</option> | 103 <option value="yes">Yes</option> |
104 </param> | 104 </param> |
105 <when value="no"/> | 105 <when value="no"/> |
106 <when value="yes"> | 106 <when value="yes"> |