Subversion Repositories public iLand

Rev

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

Rev 281 Rev 340
Line 22... Line 22...
22
    double heatCapacityAir; // Specific heat capacity of air [J  / (kg °C)]
22
    double heatCapacityAir; // Specific heat capacity of air [J  / (kg °C)]
23
    double airPressure; // atmospheric pressure (mbar)
23
    double airPressure; // atmospheric pressure (mbar)
24
    double airDensity; // density of air [kg / m3]
24
    double airDensity; // density of air [kg / m3]
25
    // site variables (for now!)
25
    // site variables (for now!)
26
    double latitude; ///< latitude of project site in radians
26
    double latitude; ///< latitude of project site in radians
27
    //double nitrogenAvailable; ///< nitrogen content (kg/m2/year) -> will be moved!
-
 
28
    //double waterholdingCapacity; ///< waterholding capacity (mm) -> will be removed!!!
-
 
29
    // production
27
    // production
30
    double epsilon; ///< maximum light use efficency used for the 3PG model
28
    double epsilon; ///< maximum light use efficency used for the 3PG model
31
};
29
};
32
30
33
#endif // MODELSETTINGS_H
31
#endif // MODELSETTINGS_H