Changes between Version 27 and Version 28 of Branches/MergeOCN/Goll


Ignore:
Timestamp:
2015-05-27T12:00:41+02:00 (9 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Branches/MergeOCN/Goll

    v27 v28  
    232232                   WRITE(6,*) 'There is leaf or root carbon that should not be here, something could have gone wrong in senescence' 
    233233                   !DSGdebug_07: that doesn't justify to violate mass conservation 
    234                    !Cs_grass = biomass(i,j,isapabove,icarbon) 
    235                    Cs_grass = biomass(i,j,isapabove,icarbon) +  & 
    236                               biomass(i,j,ileaf    ,icarbon) +  & 
    237                               biomass(i,j,iroot    ,icarbon) 
    238                    !DSGdebug_07:  
     234                   Cs_grass = biomass(i,j,isapabove,icarbon) 
     235 
    239236                ENDIF               
    240237}}} 
     238{{{ 
     239                  ! Cl_init and Cr_init were recalculated to properly account for bm_use (the available C) 
     240                   IF (j==test_pft)  WRITE (6,*) 'Cr_init (end)=',Cr_init 
     241 
     242!DSGdebug_07                   biomass(i,j,ileaf,icarbon)      = Cl_init 
     243!DSGdebug_07                   biomass(i,j,iroot,icarbon)      = Cr_init 
     244                   biomass(i,j,ileaf,icarbon)      = biomass(i,j,ileaf,icarbon) + Cl_init 
     245                   biomass(i,j,iroot,icarbon)      = biomass(i,j,iroot,icarbon) + Cr_init 
     246!DSGdebug_07 
     247}}} 
     248 
    241249 
    242250= '''Mass conservation checks''' =