Subversion Repositories public iLand

Rev

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

Rev 1180 Rev 1196
Line 653... Line 653...
653
            DebugList &out = GlobalSettings::instance()->debugList(mId, GlobalSettings::dTreeNPP);
653
            DebugList &out = GlobalSettings::instance()->debugList(mId, GlobalSettings::dTreeNPP);
654
            dumpList(out); // add tree headers
654
            dumpList(out); // add tree headers
655
            out << mLRI * mRU->LRImodifier() << mLightResponse << effective_area << raw_gpp << gpp << d.NPP << aging_factor;
655
            out << mLRI * mRU->LRImodifier() << mLightResponse << effective_area << raw_gpp << gpp << d.NPP << aging_factor;
656
        }
656
        }
657
    //); // DBGMODE()
657
    //); // DBGMODE()
658
    if (d.NPP>0.)
-
 
659
        partitioning(d); // split npp to compartments and grow (diameter, height)
-
 
-
 
658
    if (Globals->model()->settings().growthEnabled) {
-
 
659
        if (d.NPP>0.)
-
 
660
            partitioning(d); // split npp to compartments and grow (diameter, height)
-
 
661
    }
660
662
661
    // mortality
663
    // mortality
662
#ifdef ALT_TREE_MORTALITY
664
#ifdef ALT_TREE_MORTALITY
663
    // alternative variant of tree mortality (note: mStrssIndex used otherwise)
665
    // alternative variant of tree mortality (note: mStrssIndex used otherwise)
664
    altMortality(d);
666
    altMortality(d);