Changes between Version 53 and Version 54 of Branches/MergeOCN/Goll


Ignore:
Timestamp:
2015-06-15T14:11:01+02:00 (9 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Branches/MergeOCN/Goll

    v53 v54  
    636636                         + circ_class_biomass(:,ivm,icirc,iroot ,initrogen) * recycle_root(ivm) 
    637637}}}     
     638=== 13. Stoichiometry issue: stomate_growth_fun_all.f90 === 
     639In case of limited growth (alloc_tot(ipts,j,icarbon).LT.min_stomate) all *_alloc must be set to zero: 
     640{{{ 
     641             ELSE ! no biomass growth; thus set allocated nutrients to zero 
     642                alloc_tot(ipts,j,:)      = zero 
     643                !DSGdebug_16 
     644                bm_alloc(ipts,j,:,:)     = zero 
     645                !DSGdebug_16 
     646}}} 
    638647 
    639648