Loading [MathJax]/extensions/ams.js
ALMaSS  1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CropActualValues Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ area

double CropActualValues::area

◆ biomass_at_harvest

double CropActualValues::biomass_at_harvest

◆ harvested

bool CropActualValues::harvested

◆ missed_fi_app

int CropActualValues::missed_fi_app

◆ missed_herb_app

int CropActualValues::missed_herb_app

◆ no_fi_app

int CropActualValues::no_fi_app

◆ no_herb_app

int CropActualValues::no_herb_app

◆ taken

bool CropActualValues::taken

◆ tov_type

TTypesOfVegetation CropActualValues::tov_type

The documentation for this struct was generated from the following file: