ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
PLWinterWheat.cpp This file contains the source for the PLWinterWheat class
More...
Variables | |
CfgBool | cfg_pest_winterwheat_on |
Turn on pesticides for winter wheat. More... | |
CfgFloat | l_pest_insecticide_amount |
CfgInt | cfg_WW_InsecticideDay |
Provided to allow configuration control of the first insecticide spray in winter wheat - this changes the day in the month. More... | |
CfgInt | cfg_WW_InsecticideMonth |
Provided to allow configuration control of the first insecticide spray in winter wheat - this changes the month. More... | |
CfgArray_Double | cfg_pest_product_amounts |
Amount of pesticide applied in grams of active substance per hectare for each of the 10 pesticides. More... | |
CfgFloat | cfg_WW_conv_tillage_prop1 |
Provided to allow configuration control of the proportion of farmers doing first conventional tillage in winter wheat - this changes between 0 and 1. More... | |
CfgFloat | cfg_WW_conv_tillage_prop2 |
Provided to allow configuration control of the proportion of farmers doing second conventional tillage in winter wheat - this changes between 0 and 1. More... | |
CfgFloat | cfg_WW_NINV_tillage_prop1 |
Provided to allow configuration control of the proportion of farmers doing first non-inversion tillage in winter wheat - this changes between 0 and 1. More... | |
CfgFloat | cfg_WW_NINV_tillage_prop2 |
Provided to allow configuration control of the proportion of farmers doing second non-inversion tillage in winter wheat - this changes between 0 and 1. More... | |
CfgFloat | cfg_WW_isecticide_prop1 |
Provided to allow configuration control of the proportion of farmers doing first insecticide spray in winter wheat - this changes between 0 and 1. More... | |
CfgFloat | cfg_WW_isecticide_prop2 |
Provided to allow configuration control of the proportion of farmers doing second insecticide spray in winter wheat - this changes between 0 and 1. More... | |
CfgFloat | cfg_WW_isecticide_prop3 |
Provided to allow configuration control of the proportion of farmers doing third insecticide spray in winter wheat - this changes between 0 and 1. More... | |
CfgBool | cfg_seedcoating_winterwheat_on |
Turn on seed coating for winter wheat. More... | |
CfgArray_Double | cfg_seedcoating_product_amounts |
Amount of seed coating pesticide applied in grams of active substance per hectare for each of the 10 pesticides. More... | |
PLWinterWheat.cpp This file contains the source for the PLWinterWheat class
by Chris J. Topping
modified by Elzbieta Ziolkowska
Version of October 2017
All rights reserved.
With additions as noted in:
Doxygen formatted comments in July 2008
CfgArray_Double cfg_pest_product_amounts |
Amount of pesticide applied in grams of active substance per hectare for each of the 10 pesticides.
Referenced by PLWinterWheat::Do().
CfgBool cfg_pest_winterwheat_on |
Turn on pesticides for winter wheat.
Referenced by PLWinterWheat::Do().
CfgArray_Double cfg_seedcoating_product_amounts |
Amount of seed coating pesticide applied in grams of active substance per hectare for each of the 10 pesticides.
Referenced by PLWinterWheat::Do().
CfgBool cfg_seedcoating_winterwheat_on |
Turn on seed coating for winter wheat.
Referenced by PLWinterWheat::Do().
CfgFloat cfg_WW_conv_tillage_prop1 |
Provided to allow configuration control of the proportion of farmers doing first conventional tillage in winter wheat - this changes between 0 and 1.
Referenced by PLWinterWheat::Do().
CfgFloat cfg_WW_conv_tillage_prop2 |
Provided to allow configuration control of the proportion of farmers doing second conventional tillage in winter wheat - this changes between 0 and 1.
Referenced by PLWinterWheat::Do().
CfgInt cfg_WW_InsecticideDay |
Provided to allow configuration control of the first insecticide spray in winter wheat - this changes the day in the month.
CfgInt cfg_WW_InsecticideMonth |
Provided to allow configuration control of the first insecticide spray in winter wheat - this changes the month.
CfgFloat cfg_WW_isecticide_prop1 |
Provided to allow configuration control of the proportion of farmers doing first insecticide spray in winter wheat - this changes between 0 and 1.
Referenced by PLWinterWheat::Do().
CfgFloat cfg_WW_isecticide_prop2 |
Provided to allow configuration control of the proportion of farmers doing second insecticide spray in winter wheat - this changes between 0 and 1.
Referenced by PLWinterWheat::Do().
CfgFloat cfg_WW_isecticide_prop3 |
Provided to allow configuration control of the proportion of farmers doing third insecticide spray in winter wheat - this changes between 0 and 1.
Referenced by PLWinterWheat::Do().
CfgFloat cfg_WW_NINV_tillage_prop1 |
Provided to allow configuration control of the proportion of farmers doing first non-inversion tillage in winter wheat - this changes between 0 and 1.
Referenced by PLWinterWheat::Do().
CfgFloat cfg_WW_NINV_tillage_prop2 |
Provided to allow configuration control of the proportion of farmers doing second non-inversion tillage in winter wheat - this changes between 0 and 1.
Referenced by PLWinterWheat::Do().
CfgFloat l_pest_insecticide_amount |