Changes between Version 4 and Version 5 of DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Evaluation


Ignore:
Timestamp:
2015-08-27T19:19:41+02:00 (9 years ago)
Author:
maignan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Evaluation

    v4 v5  
    100100 
    101101=== '''Bugs''' === 
    102 * '''stomate_permafrost_carbon / snow_interpol / ! 5. inter- or extrapolate''' (2015/08/24)[[BR]] 
     102 
     103* '''stomate.f90 / call writerestart''' (2015/08/27) 
     104The following correction should be applied: 
     105{{{ 
     106... 
     107        &          litterpart, litter, dead_leaves, & 
     108!@FM_150827        &          carbon, lignin_struc,turnover_time,& 
     109        &          carbon, lignin_struc,&               !@FM_150827 
     110        &          ni_acc,fuel_1hr,fuel_10hr,fuel_100hr,fuel_1000hr, & 
     111        &          turnover_time, &                     !@FM_150827 
     112... 
     113}}} 
     114to have a call consistent with the interface of writerestart in stomate_io.f90, otherwise some variables are crushed in the restart file. 
     115 
     116* '''stomate_permafrost_carbon.f90 / snow_interpol / ! 5. inter- or extrapolate''' (2015/08/24)[[BR]] 
    103117{{{ 
    104118IF ( dzio(ip,iv) .GT. 0. ) THEN