Changes between Version 12 and Version 13 of Documentation/UserGuide/FutureTime


Ignore:
Timestamp:
2016-11-26T21:17:40+01:00 (8 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/FutureTime

    v12 v13  
    4141The following, further, changes were made to the COMP/lmdz.card: 
    4242 
    43  (1) Specify in the list of parameter files that the BC should be based on the predefined present day settings. These settings contain the TOA solar incoming radiation, atmospheric CO2, CH4 and N2O among other settings. Have a look in PARAM/config.def_preind to get a better idea of these settings. 
     43 (1) Specify in the list of parameter files that the BC should be based on the future settings (need to be compiled from rcp45 simulations/settings). These settings contain the TOA solar incoming radiation, atmospheric CO2, CH4 and N2O among other settings. Have a look in PARAM/config.def_preind to get a better idea of these settings. 
    4444{{{   
    45 (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \ 
     45(${SUBMIT_DIR}/PARAM/config.def_rcp45     ,  config.def),    \ 
    4646}}} 
    4747 (2) In the DRIVER/lmdz.driver it is specified that in the absence of the Oasis coupler, which is the case for LMDZOR, the ocean is forced. Hence the need of SST and sea ice files for all years in the experiment. These cyclic files created above have now to be used in COMP/lmdz.card. Therefore, change the boundary files as follows and note that the tsol and pourc_sic files should be renamed as histmth_sst.nc and histmth_sic.nc (for more options see http://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocImodelBlmdz): 
     
    6161pmagic = 0.000 
    6262}}} 
     63Keep the default setting for solaire (1366.0896 Wm-2). Change the settings for co2_pmm = 0.5384E+03, ch4_ppb = 0.1576E+04, N2O_ppb = 0.372E+03, CFC11_ppt = 3.2E+01, CFC12_ppt = 0.185E+03. 
    6364 
    6465Now the ELI-128x118x39-2010 can be launched. It takes about 70 seconds per year so in this example it will take over 30 minutes to complete this 30-year job 
     
    6768}}} 
    6869 
    69  
    70 [[BR]] 
    71 [[BR]] 
    72 [[BR]] 
    73 [[BR]] 
    74  
    75 +++ CONTINUE, CHECK, ADJUST & TEST +++ 
    76  
    77 [[BR]] 
    78 [[BR]] 
    7970== The future experiment == 
    8071Where for the BC run, an LMD experiment was copied, we now have to copy a LMDZOR experiment. We haven't tried whether LMDZ/clim BC files can be combined with LMDZOR/amip experiments but to keep it simple we propose to be consistent and thus combine LMDZ/amip BC files with an LMDZOR/amip experiment 
     
    9182cd JOBNAME 
    9283}}} 
     84 
    9385=== config.card === 
    9486Make sure to use a begin and an end date that falls within the ELI experiment. Given 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!  
     
    221213[BoundaryFiles] 
    222214List= () 
    223 ListNonDel= (/ccc/work/cont003/dofoco/dofoco/MAPS/LITTER_DEMAND/RGRID/litter_demand_map_2010.nc, litter_map.nc), \ 
    224             (/ccc/work/cont003/dofoco/dofoco/MAPS/FM/RGRID/fm_strat_map_2010_mean.nc, FMmap.nc) 
     215ListNonDel= (/ccc/work/cont003/dofoco/dofoco/MAPS/FM/RGRID/fm_strat_map_2010_mean.nc, FMmap.nc) 
    225216 
    226217[SmoothFiles] 
     
    230221 
    231222=== PARAM/config.def_future === 
    232 Go to the PARAM folder and copy config.def_actuel.  
    233 {{{ 
    234 cp config.def_actuel config.def_future 
    235 }}} 
    236 Renaming this file is not essential but it makes the set-up more consistent. Double check whether in PARAM/config.def_preind the pmagic setting matches the setting of the actual ELI experiment and in turn the setting of Pmagic of the pre-industrial run. In this set-up pmagic was 0.000 thus 
     223Go to the PARAM folder and rename config.def_actuel.  
     224{{{ 
     225mv config.def_actuel config.def_rcp45 
     226}}} 
     227Renaming this file is not essential but it makes the set-up more consistent. Double check whether in PARAM/config.def_future the pmagic setting matches the setting of the future ELI experiment and in turn the setting of Pmagic of the pre-industrial run. In this set-up pmagic was 0.000 thus 
    237228{{{ 
    238229pmagic=0.000 
    239230}}} 
    240 and check whether the aerosol setting is as follows: 
     231and check whether the aerosol setting is as follows (keep the actuel setting): 
    241232{{{ 
    242233aer_type=actuel 
     
    244235All other settings are set to _AUTO_ and should thus be automatically taken into account.  
    245236 
     237 
     238[[BR]] 
     239[[BR]] 
     240[[BR]] 
     241[[BR]] 
     242 
     243+++ CONTINUE, CHECK, ADJUST & TEST +++ 
     244 
     245[[BR]] 
     246[[BR]] 
    246247 
    247248=== COMP/lmdz.card ===