Subversion Repositories public iLand

Rev

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

Rev 453 Rev 458
Line 1... Line 1...
1
Redirecting to URL 'https://iland.boku.ac.at/svn/iland/tags/release_1.0/src/core/resourceunitspecies.cpp':
1
Redirecting to URL 'https://iland.boku.ac.at/svn/iland/tags/release_1.0/src/core/resourceunitspecies.cpp':
2
/** @class ResourceUnitSpecies
-
 
3
    The class contains data available at ResourceUnit x Species scale.
-
 
4
    Data stored is either statistical (i.e. number of trees per species) or used
-
 
5
    within the model (e.g. fraction of utilizable Radiation)
-
 
6
  */
-
 
7
#include "global.h"
2
#include "global.h"
8
#include "resourceunitspecies.h"
3
#include "resourceunitspecies.h"
9
4
10
#include "species.h"
5
#include "species.h"
11
#include "resourceunit.h"
6
#include "resourceunit.h"
12
7
-
 
8
/** @class ResourceUnitSpecies
-
 
9
    The class contains data available at ResourceUnit x Species scale.
-
 
10
    Data stored is either statistical (i.e. number of trees per species) or used
-
 
11
    within the model (e.g. fraction of utilizable Radiation)
-
 
12
  */
13
13
14
double ResourceUnitSpecies::leafArea() const
14
double ResourceUnitSpecies::leafArea() const
15
{
15
{
16
    // Leaf area of the species:
16
    // Leaf area of the species:
17
    // total leaf area on the RU * fraction of leafarea
17
    // total leaf area on the RU * fraction of leafarea