Aalto spring2019
Compare changes
- jtn authored
The tracking starts from the first day of the weather data, and tracks if enough days have passed. If enough days have passed, the effect of tillage will be changed from Tillage to TillageEffectAfter parameter in the configuration file. TillageEffectDays sets the number of days for this to happen. If the effect is not wanted in a model run, it can be disabled by setting the timeTillageEffects parameter to false. By default, the effect is in use.
+ 6
− 0
@@ -9,6 +9,8 @@
@@ -9,6 +9,8 @@
"CropSusceptibility":{ "Sensitive":{ "Value":1.5 }, "Normal":{ "Value":1 }, "Resistant":{ "Value":0.5 } },
"DiseaseProgress":{ "[0,9]":{ "Value":1 }, "[10,19]":{ "Value":1 }, "[20,29]":{ "Value":1 }, "[30,44]":{ "Value":1.1 }, "[45,[":{ "Value":1.2 } },
@@ -42,6 +44,8 @@
@@ -42,6 +44,8 @@
"CropSusceptibility":{ "Sensitive":{ "Value":1.5 }, "Normal":{ "Value":1 }, "Resistant":{ "Value":0.5 } },
"DiseaseProgress":{ "[0,9]":{ "Value":1 }, "[10,19]":{ "Value":1 }, "[20,29]":{ "Value":1 }, "[30,44]":{ "Value":1 }, "[45,[":{ "Value":1.2 } },
@@ -76,6 +80,8 @@
@@ -76,6 +80,8 @@
"CropSusceptibility":{ "Sensitive":{ "Value":1.5 }, "Normal":{ "Value":1 }, "Resistant":{ "Value":0.5 } },
"DiseaseProgress":{ "[0,9]":{ "Value":1 }, "[10,19]":{ "Value":1 }, "[20,29]":{ "Value":1 }, "[30,44]":{ "Value":1.1 }, "[45,[":{ "Value":1.2 } },