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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Branches/MergeOCN/Goll

    v26 v27  
    221221                      !++++++++++++             
    222222}}} 
    223  
     223== '''7. Mass conservation issue: stomate_phenology.f90''' == 
     224see in code comment for explanation 
    224225{{{ 
    225226                ! Calculate the available biomass in roots, sapwood and leaves (gC ind-1) 
     
    230231                ELSE 
    231232                   WRITE(6,*) 'There is leaf or root carbon that should not be here, something could have gone wrong in senescence' 
    232                    !DSGdebug_07: that doesn't give you the right to violate mass consrvation  
     233                   !DSGdebug_07: that doesn't justify to violate mass conservation 
    233234                   !Cs_grass = biomass(i,j,isapabove,icarbon) 
    234235                   Cs_grass = biomass(i,j,isapabove,icarbon) +  & 
    235                               biomass(i,j,ileaf,icarbon) +  & 
    236                               biomass(i,j,iroot,icarbon) 
     236                              biomass(i,j,ileaf    ,icarbon) +  & 
     237                              biomass(i,j,iroot    ,icarbon) 
    237238                   !DSGdebug_07:  
    238                 ENDIF 
     239                ENDIF               
    239240}}} 
    240241