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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Branches/MergeOCN/Peng

    v5 v6  
    8989}}} 
    9090 
    91 6. 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. 
     916. 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.  
     92DSG: I can confirm, (1-frac_growthresp(j)) must not be subtracted. 
    9293 
    9394in src_stomate/stomate_growth_fun_all.f90