Subversion Repositories public iLand

Rev

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

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