Changes between Version 89 and Version 90 of DevelopmentActivities/MergeOCN/Vuichard


Ignore:
Timestamp:
2014-05-16T10:14:29+02:00 (10 years ago)
Author:
nvuilsce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/MergeOCN/Vuichard

    v89 v90  
    364364 
    365365 * In OCN, there is an option that assumes that root turnover is independant of the phenology. See the "rtp" parameter. We do not assume this option in the new version. 
     366 
     367 * Section 6.2 An additional condition has been added in OCN 
     368{{{ 
     369             WHERE ( ( biomass(:,j,ileaf,icarbon) .GT. 0.0 ) .AND. senescence(:,j) .AND. & 
     370                     ( ( biomass(:,j,ileaf,icarbon) .LT. (pheno_crit%lai_initmin(j) / 2.)/sla(j) ) & 
     371                        .OR. (gpp_week(:,j).LT.aut_resp(:,j).AND.leaf_meanage(:,j) .GT.30.) ) ) 
     372}}} 
     373It is not accounted for in the current version.