Subversion Repositories public iLand

Rev

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

Rev 367 Rev 369
Line 185... Line 185...
185
185
186
    // invoke species specific calculation (3PG)
186
    // invoke species specific calculation (3PG)
187
    for (i=mRUSpecies.begin(); i!=iend; ++i) {
187
    for (i=mRUSpecies.begin(); i!=iend; ++i) {
188
        i->statistics().clear();
188
        i->statistics().clear();
189
        i->calculate();
189
        i->calculate();
190
        qDebug() << "species" << (*i).species()->id() << "raw_gpp_m2" << i->prod3PG().GPPperArea() << "area:" << productiveArea() << "gpp:" << productiveArea()*i->prod3PG().GPPperArea();
-
 
-
 
190
        if (i->LAIfactor()>0)
-
 
191
            qDebug() << "species" << (*i).species()->id() << "raw_gpp_m2" << i->prod3PG().GPPperArea() << "area:" << productiveArea() << "gpp:" << productiveArea()*i->prod3PG().GPPperArea();
191
    }
192
    }
192
}
193
}
193
194
194
void ResourceUnit::calculateInterceptedArea()
195
void ResourceUnit::calculateInterceptedArea()
195
{
196
{