Subversion Repositories public iLand

Rev

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

Rev 369 Rev 370
Line 186... Line 186...
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
        if (i->LAIfactor()>0)
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
            qDebug() << "species" << (*i).species()->id() << "LAIfraction" << i->LAIfactor() << "raw_gpp_m2" << i->prod3PG().GPPperArea() << "area:" << productiveArea() << "gpp:" << productiveArea()*i->prod3PG().GPPperArea();
192
    }
192
    }
193
}
193
}
194
194
195
void ResourceUnit::calculateInterceptedArea()
195
void ResourceUnit::calculateInterceptedArea()
196
{
196
{