Changes between Version 10 and Version 11 of DevelopmentActivities/AccelerationSpinup


Ignore:
Timestamp:
2011-07-22T08:33:28+02:00 (13 years ago)
Author:
dsolyga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/AccelerationSpinup

    v10 v11  
    131131we are unable to represent the inter-annual variability of a carbon pool. This phenomenom is particularly 
    132132striking for the carbon pools with a strong variability like the metabolic litter. 
     133 
     134 
     135=== Relative error === 
     136 
     137The following figures show the evolution of the relative error for the algebraic.  
     138We assume that the value found in the last restart file of the job represents the real "equilibrium". 
     139 
     140 
     141 
     142In order to reduce the oscillations due to the decimal part of the values, we "smooth"  
     143the curves. Without this treatment, we obtain in the case of the metabolic litter (below) : 
     144 
     145[[Image(error_LITTER_MET_AB_inferior_to_0.5%.gif)]] 
     146 
     147So we use the following instruction in our ferret script : 
     148 
     149{{{ 
     150let error_$1=100*abs($2 - $1_star[d=2,k=10,l=1:7000@sbx:40])/$2 
     151}}} 
     152 
     153This means we smooth our curves. Finally, we got : 
     154 
     155[[Image(error_LITTER_STR_AB_inferior_to_0.2%.gif)]] [[Image(error_LITTER_STR_BE_inferior_to_0.2%.gif)]] 
     156[[Image(error_LITTER_MET_AB_inferior_to_0.2%.gif)]]  [[Image(error_LITTER_MET_BE_inferior_to_0.5%.gif)]] 
     157[[Image(error_CARBON_ACTIVE_inferior_to_0.5%.gif)]]   [[Image(error_CARBON_SLOW_inferior_to_0.5%.gif)]] 
     158[[Image(error_CARBON_PASSIVE_inferior_to_2%.gif)]]   
     159 
    133160 
    134161=== Comparison with Forcesoil ===