Subversion Repositories public iLand

Rev

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

Rev 230 Rev 251
Line 64... Line 64...
64
    for (int i=0;i<12;i++) {
64
    for (int i=0;i<12;i++) {
65
        utilizable_rad = calculateUtilizablePAR(i); // utilizable radiation of the month times ...
65
        utilizable_rad = calculateUtilizablePAR(i); // utilizable radiation of the month times ...
66
        epsilon = calculateEpsilon(i); // ... photosynthetic efficiency ...
66
        epsilon = calculateEpsilon(i); // ... photosynthetic efficiency ...
67
        mUPAR[i] = utilizable_rad ;
67
        mUPAR[i] = utilizable_rad ;
68
        mGPP[i] =utilizable_rad * epsilon * gC_to_kg_biomass; // ... results in GPP of the month kg Biomass/m2 (converted from gC/m2)
68
        mGPP[i] =utilizable_rad * epsilon * gC_to_kg_biomass; // ... results in GPP of the month kg Biomass/m2 (converted from gC/m2)
69
        year_raw_gpp += mGPP[i]; // gC/m2
-
 
-
 
69
        year_raw_gpp += mGPP[i]; // kg Biomass/m2
70
    }
70
    }
71
    // calculate fac
71
    // calculate fac
72
    mRootFraction = 1. - abovegroundFraction();
72
    mRootFraction = 1. - abovegroundFraction();
73
73
74
    // global value set?
74
    // global value set?