Subversion Repositories public iLand

Rev

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

Rev 391 Rev 468
Line 12... Line 12...
12
    // list of settings
12
    // list of settings
13
    // general on/off switches
13
    // general on/off switches
14
    bool growthEnabled; ///< if false, trees will apply/read light patterns, but do not grow
14
    bool growthEnabled; ///< if false, trees will apply/read light patterns, but do not grow
15
    bool mortalityEnabled; ///< if false, no natural (intrinsic+stress) mortality occurs
15
    bool mortalityEnabled; ///< if false, no natural (intrinsic+stress) mortality occurs
16
    bool regenerationEnabled; ///< if true, seed dispersal, establishment, ... is modelled
16
    bool regenerationEnabled; ///< if true, seed dispersal, establishment, ... is modelled
-
 
17
    bool carbonCycleEnabled; ///< if true, snag dynamics and soil CN cycle is modelled
17
    // light
18
    // light
18
    double lightExtinctionCoefficient; ///< "k" parameter (beer lambert) used for calc. of absorbed light on resourceUnit level
19
    double lightExtinctionCoefficient; ///< "k" parameter (beer lambert) used for calc. of absorbed light on resourceUnit level
19
    double lightExtinctionCoefficientOpacity; ///< "k" for beer lambert used for opacity of single trees
20
    double lightExtinctionCoefficientOpacity; ///< "k" for beer lambert used for opacity of single trees
20
    // climate
21
    // climate
21
    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