Subversion Repositories public iLand

Rev

Rev 536 | Rev 546 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 536 Rev 541
Line 22... Line 22...
22
    double temperatureTau; ///< "tau"-value for delayed temperature calculation acc. to Mäkela 2008
22
    double temperatureTau; ///< "tau"-value for delayed temperature calculation acc. to Mäkela 2008
23
    // water
23
    // water
24
    double airDensity; // density of air [kg / m3]
24
    double airDensity; // density of air [kg / m3]
25
    double laiThresholdForClosedStands; // for calculation of max-canopy-conductance
25
    double laiThresholdForClosedStands; // for calculation of max-canopy-conductance
26
    double boundaryLayerConductance; // 3pg-evapotranspiration
26
    double boundaryLayerConductance; // 3pg-evapotranspiration
27
    // nitrogen
27
    // nitrogen and soil model
28
    bool useDynamicAvailableNitrogen; ///< if true, iLand utilizes the dynamically calculated NAvailable
28
    bool useDynamicAvailableNitrogen; ///< if true, iLand utilizes the dynamically calculated NAvailable
-
 
29
    double decayReferencePsi; ///< for the calculation of the climate-modifier of the snag/wood decay rate (Snag::calculateClimateFactors())
29
    // site variables (for now!)
30
    // site variables (for now!)
30
    double latitude; ///< latitude of project site in radians
31
    double latitude; ///< latitude of project site in radians
31
    // production
32
    // production
32
    double epsilon; ///< maximum light use efficency used for the 3PG model
33
    double epsilon; ///< maximum light use efficency used for the 3PG model
33
    bool usePARFractionBelowGroundAllocation; ///< if true, the 'correct' version of the calculation of belowground allocation is used (default=true)
34
    bool usePARFractionBelowGroundAllocation; ///< if true, the 'correct' version of the calculation of belowground allocation is used (default=true)
-
 
35
34
36
35
};
37
};
36
38
37
#endif // MODELSETTINGS_H
39
#endif // MODELSETTINGS_H