Changes between Version 47 and Version 48 of Documentation/UserGuide/PreIndSim


Ignore:
Timestamp:
2014-10-25T22:15:48+02:00 (10 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/PreIndSim

    v47 v48  
    22The page follows the workflow of [wiki:HowTo/CoupledDofoco] and [wiki:HowTo/SetupZoomEurope]. For the commands and actions consult those pages. On this page the settings are specified. 
    33 
    4 The aim is to run an equilibrium simulation for the year 1750. Orchidee off-line line was used to simulate the surface area in 1750 and now we want to know how the climate looked liked for such a surface. The coupled run is zoomed over Europe, nudged at the edges of Europe uses the CWRR hydrology and all the DOFOCO features. 
     4The aim is to run a 20 year long equilibrium simulation for the year 1751. Orchidee off-line line was used to simulate the surface area in 1750 and now we want to know how the climate looked liked for such a surface. The coupled run is zoomed over Europe, nudged at the edges of Europe uses the CWRR (a.k.a. 11-layer) hydrology and all the DOFOCO features. 
    55 
    66== The boundary conditions == 
     
    8080}}} 
    8181=== config.card === 
    82 {{{ 
    83 !!!!!!!!!!!!! 
    84 SPECIFY THE RESTART FILES!!!!!!!!!!!!! 
    85 !!!!!!!!!!!!! 
     82Given we want to simulate the equilibrium climate with the surface we should provide an initial condition of the vegetation. As an initial condition we use the restarts of an off-line simulation. Remember to use a restart for both the SRF and SBG component!  
     83{{{ 
     84# If config_Restarts_OverRule == 'n' next 4 params are read 
     85Restart=y 
     86#-- Last day of the experience used as restart for this component if Restart=y 
     87RestartDate=1750-12-31 
     88# Define restart simulation name for this component 
     89RestartJobName=ACLF 
     90RestartPath==/ccc/store/cont003/dsm/cheny/IGCM_OUT/OL2/PROD/SECSTO 
    8691}}} 
    8792 
     
    198203Within the 20-year coupled run the land surface will stay constant to that described by the restart file that will be used, i.e., 1750. Forest management and litter raking are still activated (else we will affect the C-pools). We will keep these settings constant to their values for the year 1750. We simply hard code the years for these maps as detailed below: 
    199204{{{ 
     205[InitialStateFiles] 
    200206List=       (/ccc/work/cont003/dofoco/dofoco/MAPS/SOIL/RGRID/soils_param_itype4.nc, soils_param.nc), \ 
    201207            (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc,          . ), \ 
    202208            (/ccc/work/cont003/dofoco/dofoco/MAPS/ROUTING/RGRID/cartepente_2d_15min_itype7.nc, cartepente2d_15min.nc), \ 
    203209            (/ccc/work/cont003/dofoco/dofoco/MAPS/LITTER_DEMAND/RGRID/litter_demand_map_1750.nc, litter_map.nc), \ 
    204             (/ccc/work/cont003/dofoco/dofoco/MAPS/FM/RGRID/fm_strat_map_1750.nc, FMmap.nc),\ 
    205210            (/ccc/work/cont003/dofoco/dofoco/MAPS/PFT/RGRID/combined_species_mtc_1750.nc, PFTmap.nc) 
     211... 
     212[BoundaryFiles]/[SmoothFiles]??? 
     213List=       (/ccc/work/cont003/dofoco/dofoco/MAPS/FM/RGRID/fm_strat_map_1750.nc, FMmap.nc) 
    206214}}} 
    207215