20#ifndef PRODUCTION3PG_H
21#define PRODUCTION3PG_H
36 inline double calculateUtilizablePAR(
const int month)
const;
37 inline double calculateEpsilon(
const int month)
const;
38 inline double abovegroundFraction()
const;
Definition: production3pg.h:26
double fEnvYear() const
f_env,yr: aggregate environmental factor [0..1}
Definition: production3pg.h:34
Production3PG()
Definition: production3pg.cpp:28
void clear()
clear production values
Definition: production3pg.cpp:80
void setResponse(const SpeciesResponse *response)
Definition: production3pg.h:29
double GPPperArea() const
fraction of biomass that should be distributed to roots
Definition: production3pg.h:33
double rootFraction() const
Definition: production3pg.h:32
ProductionOut describes finegrained production details on the level of resourceunits per month.
Definition: productionout.h:27
Environmental responses relevant for production of a tree species on resource unit level.
Definition: speciesresponse.h:27
double calculate()
return year GPP/rad: kg Biomass/MJ PAR/m2
Definition: production3pg.cpp:94