Subversion Repositories public iLand

Rev

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

Rev 287 Rev 298
Line 133... Line 133...
133
133
134
}
134
}
135
135
136
/** production() is the "stand-level" part of the biomass production (3PG).
136
/** production() is the "stand-level" part of the biomass production (3PG).
137
    - The amount of radiation intercepted by the stand is calculated
137
    - The amount of radiation intercepted by the stand is calculated
138
    - The 3PG production for each species and ressource unit is invoked  */
-
 
-
 
138
    - The 3PG production for each species and ressource unit is invoked
-
 
139
    see also: http://iland.boku.ac.at/individual+tree+light+availability */
139
void ResourceUnit::production()
140
void ResourceUnit::production()
140
{
141
{
141
142
142
    if (mAggregatedWLA==0 || mPixelCount==0) {
143
    if (mAggregatedWLA==0 || mPixelCount==0) {
143
        // nothing to do...
144
        // nothing to do...