Changes between Version 2 and Version 3 of Branches/MergeOCN/Goll


Ignore:
Timestamp:
2015-05-07T09:03:31+02:00 (9 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Branches/MergeOCN/Goll

    v2 v3  
    1515          ! calculated maintenance respiration may exceed the available carbon 
    1616 
    17           !DSGdebug_01 
     17          !DSGdebug_01  
    1818          deficit = zero 
    1919          !DSGdebug_01 
     
    3232                resp_maint(ipts,j) = bm_alloc_tot(ipts,j) 
    3333 
    34                 !DSGdebug_01 
     34                !DSGdebug_01  
    3535                deficit = zero 
    3636                !DSGdebug_01 
     
    4343          bm_alloc_tot(ipts,j) = bm_alloc_tot(ipts,j) - resp_maint(ipts,j) 
    4444 
    45           !DSGdebug_01 
     45          !DSGdebug_01  
    4646          biomass(ipts,j,ilabile,icarbon) = biomass(ipts,j,ilabile,icarbon) - & 
    4747                                            (resp_maint(ipts,j) + deficit) 
     
    5959          bm_alloc_tot(ipts,j) = bm_alloc_tot(ipts,j) - resp_growth(ipts,j) 
    6060 
    61           !DSGdebug_01 
     61          !DSGdebug_01  
    6262          biomass(ipts,j,ilabile,icarbon) = biomass(ipts,j,ilabile,icarbon) - & 
    6363                                            resp_growth(ipts,j)