Subversion Repositories public iLand

Rev

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

Rev 671 Rev 697
Line 19... Line 19...
19
********************************************************************************************/
19
********************************************************************************************/
20
20
21
/** @class ResourceUnit
21
/** @class ResourceUnit
22
  ResourceUnit is the spatial unit that encapsulates a forest stand and links to several environmental components
22
  ResourceUnit is the spatial unit that encapsulates a forest stand and links to several environmental components
23
  (Climate, Soil, Water, ...).
23
  (Climate, Soil, Water, ...).
-
 
24
  @ingroup core
-
 
25
  A resource unit has a size of (currently) 100x100m. Many processes in iLand operate on the level of a ResourceUnit.
-
 
26
  Each resource unit has the same Climate and other properties (e.g. available nitrogen).
-
 
27
  Proceses on this level are, inter alia, NPP Production (see Production3PG), water calculations (WaterCycle), the modeling
-
 
28
  of dead trees (Snag) and soil processes (Soil).
24

29

25
  */
30
  */
26
#include <QtCore>
31
#include <QtCore>
27
#include "global.h"
32
#include "global.h"
28
33