39 double calculateGDD(
const Climate *clim,
double threshold_temp)
const;
40 static QStringList mClimateVars;
Definition: biteclimate.h:31
BiteClimate()
Definition: biteclimate.cpp:37
double value(int var_index, const ResourceUnit *ru) const
retrieve the climate variable with the given index (raise an exception if invalid)
Definition: biteclimate.cpp:61
void setup(QJSValue clim_vars, BITE::BiteWrapperCore &wrapper)
Definition: biteclimate.cpp:42
Definition: bitewrapper.h:31
Climate handles climate input data and performs some basic related calculations on that data.
Definition: climate.h:66
ResourceUnit is the spatial unit that encapsulates a forest stand and links to several environmental ...
Definition: resourceunit.h:49
Definition: biteagent.cpp:32