ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
Struct for storing actual data on crop type, area of a field it is grown in, biomass at harvest, numbers of pesticide applications and missed pesticide applications. More...
#include <elements.h>
Public Attributes | |
bool | taken |
TTypesOfVegetation | tov_type |
double | biomass_at_harvest |
bool | harvested |
double | area |
int | no_herb_app |
int | missed_herb_app |
int | no_fi_app |
int | missed_fi_app |
Struct for storing actual data on crop type, area of a field it is grown in, biomass at harvest, numbers of pesticide applications and missed pesticide applications.
Definition at line 555 of file elements.h.
double CropActualValues::area |
Definition at line 560 of file elements.h.
Referenced by OptimisingFarm::ActualProfit(), VegElement::Clean_CropDataStorage(), and VegElement::Set_area_in_crop_data().
double CropActualValues::biomass_at_harvest |
Definition at line 558 of file elements.h.
Referenced by OptimisingFarm::ActualProfit(), VegElement::Clean_CropDataStorage(), and VegElement::Set_biomass_at_harvest().
bool CropActualValues::harvested |
Definition at line 559 of file elements.h.
Referenced by OptimisingFarm::ActualProfit(), VegElement::Clean_CropDataStorage(), VegElement::Get_harvested(), and VegElement::Set_harvested().
int CropActualValues::missed_fi_app |
Definition at line 564 of file elements.h.
Referenced by OptimisingFarm::ActualProfit(), VegElement::Add_missed_fi_app(), and VegElement::Clean_CropDataStorage().
int CropActualValues::missed_herb_app |
Definition at line 562 of file elements.h.
Referenced by OptimisingFarm::ActualProfit(), VegElement::Add_missed_herb_app(), and VegElement::Clean_CropDataStorage().
int CropActualValues::no_fi_app |
Definition at line 563 of file elements.h.
Referenced by OptimisingFarm::ActualProfit(), VegElement::Add_no_fi_app(), and VegElement::Clean_CropDataStorage().
int CropActualValues::no_herb_app |
Definition at line 561 of file elements.h.
Referenced by OptimisingFarm::ActualProfit(), VegElement::Add_no_herb_app(), and VegElement::Clean_CropDataStorage().
bool CropActualValues::taken |
Definition at line 556 of file elements.h.
Referenced by OptimisingFarm::ActualProfit(), VegElement::Clean_CropDataStorage(), VegElement::Get_taken(), and VegElement::Set_taken().
TTypesOfVegetation CropActualValues::tov_type |
Definition at line 557 of file elements.h.
Referenced by OptimisingFarm::ActualProfit(), VegElement::Clean_CropDataStorage(), and VegElement::Set_tov_type().