Changes between Version 3 and Version 4 of DevelopmentActivities/AccelerationSpinup


Ignore:
Timestamp:
2011-06-22T10:00:22+02:00 (13 years ago)
Author:
dsolyga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/AccelerationSpinup

    v3 v4  
    5050So we have to take into account 2 more fluxes in the matrix.             
    5151 
     52We decided not to have the same stopping condition used by PASIM. We want for the moment to evaluate  
     53the relative error for each carbon pool and to consider the maximum of all these errors. 
     54 
     55== Implementation of the method in ORCHIDEE == 
     56 
     57Here you find a text file which explains the implemntation in ORCHIDEE (compare with the original papers) : 
     58 
     59 
     60== Validation of the method == 
     61 
     62The most difficult part is the validation of the method. We have to solve many problems to find the good 
     63setup. Moreover, we want ORCHIDEE to stop when the stopping criterion is reached even if the job is not 
     64finished.  
     65 
     66Finally, we consider the following reference job :[[BR]] 
     67 
     68- Full Orchidee (sechiba + stomate, no forcesoil)[[BR]] 
     69 
     70- Calendar type : no_leap (we modify a forcing file for the year 1982) 
     71 
     72- One grid cell ((6°-7°lon,49°-50°lat + IMPOSE_VEG=y (20% bare soil, 80% C3 grass)) 
     73 
     74- Length of the simulation : 7000Y 
     75 
     76- loop on the same forcing file (option norestart=y in COMP/driver.card + modification in readdim2.f90) 
     77 
     78- Annual outputs 
     79 
     80The results are accessible on /dmnfs12/cont003/p529sol/IGCM_OUT/OL2/OOL_SEC_STO7000Y. The results obtained 
     81are (gC/m²) : 
     82{{{ 
     831. litter_str_ab : 2339 
     842. litter_str_be : 559.2 
     853. litter_met_ab : 142 
     864. litter_met_be :  55 
     875. carbon active : 253 
     886. carbon slow : 5873 
     897. carbon passive : 9226 
     90}}} 
     91 
    5292 
    5393