Changes between Version 6 and Version 7 of Branches/MergeOCN/Peng


Ignore:
Timestamp:
2015-05-07T10:41:33+02:00 (9 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Branches/MergeOCN/Peng

    v6 v7  
    9090 
    91916. nitrogen demand for new biomass problem, I think in the code, the N demand for the new biomass is not equal to bm_alloc. Two problems: 1) the growth_resp is already subtracted before, and do not need to add (1-frac_growthresp(j)) to calculate N demand; 2) bm_alloc_tot should be equal to sum of bm_alloc = bm_alloc_tot(ipts,j) - residual(ipts,j). Here I think it is better to use the demand as the total new biomass allocated in one timestep.  
    92 DSG: I can confirm, (1-frac_growthresp(j)) must not be subtracted. 
     92>>DSG: I can confirm, (1-frac_growthresp(j)) must not be subtracted. 
    9393 
    9494in src_stomate/stomate_growth_fun_all.f90