Subversion Repositories public iLand

Rev

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

Rev 468 Rev 530
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
-
 
28
    bool useDynamicAvailableNitrogen; ///< if true, iLand utilizes the dynamically calculated NAvailable
27
    // site variables (for now!)
29
    // site variables (for now!)
28
    double latitude; ///< latitude of project site in radians
30
    double latitude; ///< latitude of project site in radians
29
    // production
31
    // production
30
    double epsilon; ///< maximum light use efficency used for the 3PG model
32
    double epsilon; ///< maximum light use efficency used for the 3PG model
-
 
33
31
};
34
};
32
35
33
#endif // MODELSETTINGS_H
36
#endif // MODELSETTINGS_H