Changes between Version 98 and Version 99 of DevelopmentActivities/MergeOCN/Vuichard


Ignore:
Timestamp:
2015-05-12T18:13:06+02:00 (9 years ago)
Author:
nvuilsce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/MergeOCN/Vuichard

    v98 v99  
    432432* __src_stomate/stomate_prescribe.f90__ (9 diffs) => Calculation of the N pools of bm_sapl, circ_class_biomass and biomass were not done before.  
    433433* __src_stomate/stomate_soilcarbon.f90__ (36 diffs) => '''In som_dynamic''' :surface microbial pool is now considered as an input flow from litter. CN_target is no more calculated here. Heterotrophic component from the surface microbial pool decomposition was not accounted for before. Some confusion between the slow and surface pools in the MatrixA calculation has been removed. Air pressure is in hPa not Pa. '''In nitrogen_dynamic''' :  one dimension of the leaching variable was incorrectly set to nnspec instead of nionspec. soil_n_min was incorrectly impacted by immob : a "dt" was missing. Funbction ft_uptake was expected to get a temperature in Kelvin, not in degree celsius. Some 'dt' was missing in the calculation of the N-compounds emissions. Many histwrite instructions for N-related variables have been added.  
     434 
     435=== Revision r2682 === 
     436 
     437* __src_parameters/constantes_mtc.f90___ (3 diffs) => Associated changes consecutive to the update of the stomate_growth_fun_all subroutine. 
     438* __src_parameters/pft_parameters.f90__ (14 diffs) => Associated changes consecutive to the update of the stomate_growth_fun_all subroutine. 
     439* __src_sechiba/intersurf.f90__ (1 diff) => Associated changes consecutive to the update of the stomate_growth_fun_all subroutine.  
     440* __src_sechiba/slowproc.f90__ (1 diff) => Initialization of the silt fraction was not done before. 
     441* __src_stomate/stomate_growth_fun_all.f90__ (175 diffs) => The former version of stomate_growth_fun_all originates from an old version of the DOFOCO branch (summer 2013). In order to benefit of many bugs fixed in the DOFOCO branch since the summer 2013, I updated the stomate_growth_fun_all subroutine with the most updated version from the DOFOCO branch. 
     442* __src_stomate/stomate_io.f90__ (7 diffs) => In the restart subroutine, the variable name'carbon' was still used instead of 'som'. The dimension over the element (carbon or nitrogen) was also missing for this variable. 
     443* __src_stomate/stomate_lpj.f90__ (3 diffs) 
     444* __src_stomate/stomate_phenology.f90__ (4 diffs) => Calculation of the nitrogen pools of the biomass and bm_use_n variables were not done before.  
     445* __src_stomate/stomate_soilcarbon.f90__ (4 diffs) => Contribution to the heterotrophic respiration from the surface pool was missing.  
     446* __src_stomate/stomate_turnover.f90__ (15 diffs) => Calculation of the nitrogen pool for the turnover, circ_class_biomass and biomass variables was not done correctly.