Changes between Version 87 and Version 88 of DevelopmentActivities/MergeOCN/Vuichard


Ignore:
Timestamp:
2014-05-06T18:47:12+02:00 (10 years ago)
Author:
nvuilsce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/MergeOCN/Vuichard

    v87 v88  
    347347estab_rate_max_tree(:) = estab_max_tree * factor(:) * MAX(0.11, nstress_season(:,j))  
    348348}}} 
    349   
     349 
     350=== lpj_pftinout === 
     351 
     352 * In the trunk version, this block of code looks strange: 
     353{{{ 
     354             co2_to_bm(:,j) = & 
     355                  co2_to_bm(:,j) / dt * & 
     356                  ( biomass(:,j,ileaf,icarbon) + biomass(:,j,isapabove,icarbon) + & 
     357                  biomass(:,j,isapbelow,icarbon) + biomass(:,j,iheartabove,icarbon) + & 
     358                  biomass(:,j,iheartbelow,icarbon) + biomass(:,j,iroot,icarbon) + & 
     359                  biomass(:,j,ifruit,icarbon) + biomass(:,j,icarbres,icarbon) ) 
     360}}} 
     361 At least it differs from OCN code.