Subversion Repositories public iLand

Rev

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

Rev 546 Rev 547
Line 24... Line 24...
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 and soil model
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 topLayerWaterContent; ///< for the calculation of the climate-modifier of the snag/wood decay rate (Snag::calculateClimateFactors())
-
 
30
    // site variables (for now!)
29
    // site variables (for now!)
31
    double latitude; ///< latitude of project site in radians
30
    double latitude; ///< latitude of project site in radians
32
    // production
31
    // production
33
    double epsilon; ///< maximum light use efficency used for the 3PG model
32
    double epsilon; ///< maximum light use efficency used for the 3PG model
34
    bool usePARFractionBelowGroundAllocation; ///< if true, the 'correct' version of the calculation of belowground allocation is used (default=true)
33
    bool usePARFractionBelowGroundAllocation; ///< if true, the 'correct' version of the calculation of belowground allocation is used (default=true)