iLand
Public Member Functions | Public Attributes | List of all members
BITE::BAgentStats Struct Reference

#include <biteagent.h>

Public Member Functions

 BAgentStats ()
 
void clear ()
 

Public Attributes

int nDispersal
 number of cells that are active source of dispersal More...
 
int nColonizable
 number of cells that are tested for colonization More...
 
int nActive
 number of cells that are active at the end of the year More...
 
int nNewlyColonized
 number of cells that are colonized (successfully) More...
 
double agentBiomass
 total agent biomass in all active cells More...
 
int treesKilled
 number of all killed trees (>4m) More...
 
double m3Killed
 volume of all killed trees (>4m) More...
 
double totalImpact
 impact on tree compartments (depending on the mode) More...
 
int saplingsKilled
 number of saplings (cohorts) killed (<4m) More...
 
int saplingsImpact
 number of saplings affected (e.g. by browsing) (<4m) More...
 

Constructor & Destructor Documentation

◆ BAgentStats()

BITE::BAgentStats::BAgentStats ( )
inline

Member Function Documentation

◆ clear()

void BITE::BAgentStats::clear ( )
inline

Member Data Documentation

◆ agentBiomass

double BITE::BAgentStats::agentBiomass

total agent biomass in all active cells

◆ m3Killed

double BITE::BAgentStats::m3Killed

volume of all killed trees (>4m)

◆ nActive

int BITE::BAgentStats::nActive

number of cells that are active at the end of the year

◆ nColonizable

int BITE::BAgentStats::nColonizable

number of cells that are tested for colonization

◆ nDispersal

int BITE::BAgentStats::nDispersal

number of cells that are active source of dispersal

◆ nNewlyColonized

int BITE::BAgentStats::nNewlyColonized

number of cells that are colonized (successfully)

◆ saplingsImpact

int BITE::BAgentStats::saplingsImpact

number of saplings affected (e.g. by browsing) (<4m)

◆ saplingsKilled

int BITE::BAgentStats::saplingsKilled

number of saplings (cohorts) killed (<4m)

◆ totalImpact

double BITE::BAgentStats::totalImpact

impact on tree compartments (depending on the mode)

◆ treesKilled

int BITE::BAgentStats::treesKilled

number of all killed trees (>4m)


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