Subversion Repositories public iLand

Rev

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

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