Go to the documentation of this file. 1 #ifndef MOJA_MODULES_CBM_PLGROWTHPARAS_H_
2 #define MOJA_MODULES_CBM_PLGROWTHPARAS_H_
4 #include "moja/modules/cbm/_modules.cbm_exports.h"
5 #include "moja/flint/modulebase.h"
15 double FAr()
const {
return _FAr; }
16 double NPPagls()
const {
return _NPPagls; }
17 double Bagls()
const {
return _Bagls; }
18 double a()
const {
return _a; }
19 double b()
const {
return _b; }
20 double AFfls()
const {
return _AFfls; }
21 double Bags()
const {
return _Bags; }
22 double GCs()
const {
return _GCs; }
23 double AgBgS()
const {
return _AgBgS; }
24 double GCsp()
const {
return _GCsp; }
25 double NPPsp()
const {
return _NPPsp; }
26 double Rsp()
const {
return _Rsp; }
27 double GCfm()
const {
return _GCfm; }
28 double NPPfm()
const {
return _NPPfm; }
29 double Rfm()
const {
return _Rfm; }
30 double Magls()
const {
return _Magls; }
31 double SBags()
const {
return _SBags; }
32 double aNPPs()
const {
return _aNPPs; }
42 void setValue(
const DynamicObject& data)
override;
65 void applyGrowthParameterFunctions();
double NPPfm() const
Definition: peatlandgrowthparameters.h:28
double aNPPs() const
Definition: peatlandgrowthparameters.h:32
double Bags() const
Definition: peatlandgrowthparameters.h:21
Definition: ageclasshelper.cpp:12
double Magls() const
Definition: peatlandgrowthparameters.h:30
double NPPagls() const
Definition: peatlandgrowthparameters.h:16
double GCs() const
Definition: peatlandgrowthparameters.h:22
double NPPsp() const
Definition: peatlandgrowthparameters.h:25
double AFfls() const
Definition: peatlandgrowthparameters.h:20
double b() const
Definition: peatlandgrowthparameters.h:19
double Rfm() const
Definition: peatlandgrowthparameters.h:29
double FAr() const
Definition: peatlandgrowthparameters.h:15
Definition: peatlandgrowthparameters.h:13
PeatlandGrowthParameters()
Default constructor
Definition: peatlandgrowthparameters.h:38
double AgBgS() const
Definition: peatlandgrowthparameters.h:23
double Rsp() const
Definition: peatlandgrowthparameters.h:26
double SBags() const
Definition: peatlandgrowthparameters.h:31
Definition: peatlandparameters.h:15
double GCsp() const
Definition: peatlandgrowthparameters.h:24
PeatlandLandCoverType
Definition: peatlandparameters.h:12
PeatlandType
Definition: peatlandparameters.h:11
double a() const
Definition: peatlandgrowthparameters.h:18
double GCfm() const
Definition: peatlandgrowthparameters.h:27
double Bagls() const
Definition: peatlandgrowthparameters.h:17
Definition: ageclasshelper.cpp:10