Subversion Repositories public iLand

Rev

Rev 523 | Rev 525 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 523 Rev 524
Line 87... Line 87...
87
    QList<QVariant> list;
87
    QList<QVariant> list;
88
88
89
    // totals
89
    // totals
90
    list << mTotalSnagCarbon << mTotalIn.C << mTotalToAtm.C << mSWDtoSoil.C << mSWDtoSoil.N;
90
    list << mTotalSnagCarbon << mTotalIn.C << mTotalToAtm.C << mSWDtoSoil.C << mSWDtoSoil.N;
91
    // fluxes to labile soil pool and to refractory soil pool
91
    // fluxes to labile soil pool and to refractory soil pool
92
    list << mLabileFlux.C << mLabileFlux.N << mRefractoryFlux.C << mRefractoryFlux.N << mSWDtoSoil.C << mSWDtoSoil.N;
92
    list << mLabileFlux.C << mLabileFlux.N << mRefractoryFlux.C << mRefractoryFlux.N;
93
93
94
    for (int i=0;i<3;i++) {
94
    for (int i=0;i<3;i++) {
95
        // pools "swdx_c", "swdx_n", "swdx_count", "swdx_tsd", "toswdx_c", "toswdx_n"
95
        // pools "swdx_c", "swdx_n", "swdx_count", "swdx_tsd", "toswdx_c", "toswdx_n"
96
        list << mSWD[i].C << mSWD[i].N << mNumberOfSnags[i] << mTimeSinceDeath[i] << mToSWD[i].C << mToSWD[i].N;
96
        list << mSWD[i].C << mSWD[i].N << mNumberOfSnags[i] << mTimeSinceDeath[i] << mToSWD[i].C << mToSWD[i].N;
-
 
97
        list << mAvgDbh[i] << mAvgHeight[i] << mAvgVolume[i];
97
    }
98
    }
98
99
99
    // branch pools (5 yrs)
100
    // branch pools (5 yrs)
100
    list << mBranches[mBranchCounter].C << mBranches[mBranchCounter].N
101
    list << mBranches[mBranchCounter].C << mBranches[mBranchCounter].N
101
            << mBranches[(mBranchCounter+1)%5].C << mBranches[(mBranchCounter+1)%5].N
102
            << mBranches[(mBranchCounter+1)%5].C << mBranches[(mBranchCounter+1)%5].N