Changes between Initial Version and Version 1 of Documentation/UserGuide/FutureTime


Ignore:
Timestamp:
2016-10-20T09:54:57+02:00 (8 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/FutureTime

    v1 v1  
     1= Setting up a coupled climate run for future climate conditions =  
     2Before setting up a future simulation, a pre-industrial run will be required to check the radiation balance at the top of the atmosphere. You can find some extra information on the topic at http://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/VerifyClimate. The basic idea is that for a pre-industrial run the net radiation at the top of the atmosphere should be close to zero. If this is not the case then the albedo of the oceans can be adjusted to mimic several atmospheric processes which are not accounted for. The setting of the variable pmagic that was required to produce a pre-industrial run with zero net-radiation at the top of the atmosphere is also the value for pmagic that needs to used in the present day simulation. It is also a good idea to run a present day climate simulation to check whether the simulated land surface results in an acceptable present day climate. LibIGCM has several tools for this see https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/VerifyClimate   
     3 
     4Background of this set-up: The aim is to run a 20 year long equilibrium simulation for the year 2100. Orchidee off-line line was used to simulate the land surface in 2100 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. A set of coupled pre-industrial runs demonstrated that the net-radiation at the top of the atmosphere was close to zero (0.2 Wm2 over 15 years with a monthly std 5.4 Wm2 for a pmagic = 0.000).  
     5 
     6== The boundary conditions == 
     7CHECK +++ We want a 30-year equilibrium run but if we really use the boundary conditions from 1980 to 2010 we won't get anything near equilibrium given that this is the period in which climate change became very obvious. So we tried to limit the variation by copying the boundary conditions from 2008 to 2012 and cycling over these files to obtain a pseudo-chronology for 1981 to 2010. This approach enables us to run an experiment from 1981 to 2010 which makes LibIGCM happy and at the same time account for the inter-annual variability around 2010 which makes the coupled simulation more realistic. The pseudo-chronologies were aligned for 2010 (2010->2010, 2009->2009, 2008->2008, 2012->2007, 2011->2006, 2010->2005, etc). The original source files are the same as those used in the pre-industrial experiment and are stored at /ccc/work/cont003/dsm/p86ipsl/IGCM/INIT/ATM/LMDZOR/ATM/AMIP/. The cyclic boundary conditions for ocean surface temperature and sea ice extent are stored at /ccc/work/cont003/dofoco/dofoco/INPUT_FILES/OCEAN_COMP/. The same adjustments were made for the boundary condition files for ozone. The original source files are the same as those used in the pre-industrial experiment and are stored at /ccc/work/cont003/dsm/p86ipsl/IGCM/INIT/ATM/LMDZOR/Ozone/HYBRIDE/v2.clim/*.new.nc. These cyclic files to be used in this set-up can be found at /ccc/work/cont003/dofoco/dofoco/INPUT_FILES/ATM_COMP/OZON/.+++   
     8 
     9LMDZOR was installed once more to avoid any conflicts between the boundary files of the pre-industrial, present day, and future simulations. Hence, one installation will be used for the pre-industrial runs (and will thus use the pre-industrial boundary conditions), the other installation is to be used for present day simulations and the third installation is used for the future simulations. For all simulations an AMIP set-up was chosen. CHECH +++ Note that we use ERAI wind fields for nudging but AMIP for the other boundary conditions. It would be better to use ERAI for all boundary conditions but that is only possible for more recent simulations. This set-up comes with acceptable BC between 1870 and 2100 which allows us to focus on the climate and reduce issues with sea surface temperature, sea ice and aerosol concentrations. So copy the amip config.card to define the job that will create the BC +++ 
     10{{{ 
     11cd config/LMDZOR_v5.2/ 
     12cp EXPERIMENTS/LMDZ/CREATE_amip/config.card ./ 
     13}}} 
     14The following changes were made to the config.card: 
     15 (1) Add a suffix, i.e., -2100 (but keep the grid dimensions 128x118x39) to the job name so that the pre-industrial, present day and future boundary files will not interfere with each other on the store directory 
     16{{{ 
     17JobName= ELI-128x118x39-2100 
     18}}} 
     19 (2) Set the begin date to the earliest year available. We are planning 20 year long equilibrium simulations but we are not sure whether it will take 20 or 30 years so we simulate the BC for 30 years to be on the safe side. 
     20{{{ 
     21DateBegin=2101-01-01 
     22DateEnd=2130-12-31 
     23}}} 
     24 (3) There is no need to manually create a directory for this experiment. When you use ./../../util/ins_job the script will create a directory with a copy of the config.card as well as the COMP, DRIVER and PARAM folder.   
     25 
     26The following, further, changes were made to the COMP/lmdz.card: 
     27+++WORKING ON RIGHT NOW+++ 
     28 (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. 
     29{{{   
     30(${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \ 
     31}}} 
     32 (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 newly defined years now have to be used in COMP/lmdz.card. Therefore, change the boundary files as follows: 
     33{{{ 
     34List=   (/ccc/work/cont003/dofoco/dofoco/INPUT_FILES/OCEAN_COMP/amipbc_sst_360x180_${year}.nc, amipbc_sst_1x1.nc), \ 
     35        (/ccc/work/cont003/dofoco/dofoco/INPUT_FILES/OCEAN_COMP/amipbc_sic_360x180_${year}.nc, amipbc_sic_1x1.nc), \ 
     36        (/ccc/work/cont003/dofoco/dofoco/INPUT_FILES/ATM_COMP/OZON/tro3_${year}.new.nc, climoz.nc) 
     37}}} 
     38 
     39Most likely this is redundant at this stage but better safe than sorry so in PARAM/run.def set 
     40{{{ 
     41VEGET=y 
     42}}} 
     43 
     44Open PARAM/config.def_actuel and change pmagic to its pre-industrial value (0.000 in this experiment) 
     45{{{ 
     46pmagic = 0.000 
     47}}} 
     48 
     49Now 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 
     50{{{ 
     51ccc_msub Job_ELI-128x118x39-2010 
     52}}} 
     53 
     54 
     55 
     56 
     57 
     58+++ CHECK, ADJUST & TEST +++ 
     59== The present day experiment == 
     60Where 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 
     61{{{ 
     62cp ./EXPERIMENTS/LMDZOR/amip/config.card . 
     63}}} 
     64 
     65Edit the config card by changing the JOBNAME and setting the dates so that all dates of the experiment fall within the dates for which the BC were made. 
     66{{{ 
     67../../util/ins_job  
     68}}} 
     69This will create a new directory with the JOBNAME and copies the COMP, DRIVER and PARAM into that folder. Following the settings can be adjusted to the needs of the experiments 
     70{{{ 
     71cd JOBNAME 
     72}}} 
     73=== config.card === 
     74Use the same begin and end date of the ELI experiment. For the ELI experiment we have to make use observed BC so all BC will be from prior to 2010. A 30-year experiment does requires that we run the ELI from 1981 to 2010. We don't want to use the 1981 conditions so we will compensate for this by adjusting the dates of files in the COMP settings or by preparing cyclic or even static files. 
     75 
     76Given 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!  
     77{{{ 
     78# If config_Restarts_OverRule == 'n' next 4 params are read 
     79Restart=y 
     80#-- Last day of the experience used as restart for this component if Restart=y 
     81RestartDate=2010-12-31 
     82# Define restart simulation name for this component 
     83RestartJobName=ACLF 
     84RestartPath=/ccc/store/cont003/dsm/cheny/IGCM_OUT/OL2/PROD/SECSTO 
     85}}} 
     86 
     87=== COMP/orchidee.card (Part 1) === 
     88LMDZOR can use both the 2-layer and 11-layer hydrology. ORCHIDEE-DOFOCO can only use the 11-layer hydrology so there is no choice but to use the 11-layers or CWRR scheme. First open the COMP/orchidee.card 
     89and change the suffix to ensure that the correct run.def will be used. 
     90{{{ 
     91DefSuffix=CWRR 
     92}}} 
     93 
     94=== PARAM/orchidee.def_CWRR === 
     95When installing LMDZOR we substituted the trunk version of ORCHIDEE by the DOFOCO-branch. The coupled set-up has some left overs of previous ORCHIDEE versions. Earlier the run.def of ORCHIDEE contained all settings. Because such an extensive file was very difficult to read and maintain all parameters now get a default value and only when the default value needs to be changed, the parameter should be mentioned in the run.def. This basically resulted in an empty run.def when running a default set-up. LMDZOR still comes with the unreadable full run.def which in the LMDZOR world is called PARAM/orchidee.def_CWRR. We propose to delete all settings from the old run.def and only keep the following settings: 
     96 
     97{{{ 
     98# When using the new physics (NP) use the corrected potential evapotranspiration. Not needed 
     99# for the old physics (AP) 
     100evapot_corr= CHOOSE{y/n} for {NP/AP} 
     101 
     102# The river routing module does not like zoomed grids  
     103# because a zoom affects the coastal pixels.  
     104# Because in a zoomed grid, the coast may have moved  
     105# into the sea, some rivers are too short and  
     106# never make it to the ocean. The model notices  
     107# and will crash.  
     108RIVER_ROUTING = n  
     109 
     110# Use stomate (all the biogeochemical and anthropogenic processes) 
     111STOMATE_OK_STOMATE = y 
     112 
     113# To reset the time coming from SECHIBA restart file 
     114# This option allows the model to override the time 
     115# found in the restart file of SECHIBA with the time 
     116# of the first call. That is the restart time of the GCM. 
     117SECHIBA_reset_time = y 
     118 
     119# Name of restart to READ for initial conditions 
     120# This is the name of the file which will be opened 
     121# to extract the initial values of all prognostic 
     122# values of the model. This has to be a netCDF file. 
     123# Not truly COADS compliant. NONE will mean that 
     124# no restart file is to be expected. 
     125SECHIBA_restart_in = _AUTO_ 
     126 
     127# Name of restart to READ for initial conditions of STOMATE 
     128# If STOMATE_OK_STOMATE || STOMATE_WATCHOUT 
     129# This is the name of the file which will be opened of STOMATE 
     130# to extract the initial values of all prognostic values of STOMATE. 
     131STOMATE_RESTART_FILEIN = _AUTO_ 
     132 
     133# Frequency in seconds at which to WRITE output 
     134# This variables gives the frequency the output of 
     135# the model should be written into the netCDF file. 
     136# It does not affect the frequency at which the 
     137# operations such as averaging are done. 
     138WRITE_STEP = _AUTO_ 
     139 
     140# Frequency in seconds at which to WRITE output 
     141# If SECHIBA_HISTFILE2 
     142# This variables gives the frequency the output 2 of 
     143# the model should be written into the netCDF file. 
     144# It does not affect the frequency at which the 
     145# operations such as averaging are done. 
     146# That is IF the coding of the calls to histdef 
     147#  are correct ! 
     148WRITE_STEP2 = _AUTO_ 
     149 
     150# STOMATE history time step (d) 
     151# Time step of the STOMATE history file 
     152# Care : this variable must be higher than DT_SLOW 
     153STOMATE_HIST_DT = _AUTO_ 
     154 
     155# Interception reservoir coefficient. 
     156# Transforms leaf area index into size of interception reservoir 
     157#  for slowproc_derivvar or stomate. 
     158SECHIBA_QSINT = 0.02 
     159# default = 0.1 
     160 
     161# If HYDROL_OK_HDIFF 
     162# Defines how fast diffusion occurs horizontally between 
     163#  the individual PFTs' water reservoirs. If infinite, no 
     164#  diffusion. 
     165HYDROL_TAU_HDIFF = 1800. 
     166# default = 86400. 
     167}}} 
     168 
     169IF you are using ORCHIDEE-DOFOCO to its full potential, 13 PFTs - which is the default - is low. The two tested DOFOCO set-ups have either 28 PFTs (without age classes) or 64 PFTs (with four age classes for each of the European tree species. This implies that you have to add all the PFT specific parameters as well. These parameters can be found in a table stored on /ccc/work/cont003/dofoco/dofoco/PARAMETERS/PARAMETER_VALUES/. The script Parameter_table_to_run_def0303.py at /ccc/work/cont003/dofoco/dofoco/SCRIPTS/rundef_from_table/ can be used to convert the table in run.def. The script allows a more or less flexible way of defining which PFTs need age classes. Have a look at the readme.txt file in the same folder. 
     170 
     171Given that off-line ORCHIDEE runs were used to forward the land surface in time, the off-line runs may account for land cover change, forest management and litter raking. To increase the chances that an equilibrium climate is reached in under 20 years it is advised to switch off as many of these changes as possible. 
     172 
     173{{{ 
     174READ_FM_MAP=y 
     175LAND_COVER_CHANGE=n 
     176VEGET_UPDATE=0Y 
     177LIGNORE_LCC_STOPS=y 
     178USE_LITTER_RAKING=y  
     179}}} 
     180 
     181Make sure that stomate is on by looking in PARAM/orchidee.def_CWRR 
     182{{{ 
     183STOMATE_OK_STOMATE = y 
     184}}} 
     185and in config.card (if this line is missing, there will be no STOMATE) 
     186{{{ 
     187SBG= ("", "") 
     188}}} 
     189 
     190=== COMP/orchidee.card (Part 2) === 
     191Use the minimally required output level, i.e., 2, to limit the size of the history files. Land cover change is now switched off.  
     192{{{ 
     193sechiba_LEVEL=2 
     194VEGET_UPDATE=0Y 
     195LAND_COVER_CHANGE=n 
     196}}} 
     197Within the 20-year coupled run the land surface will stay constant to that described by the restart file that will be used, i.e., 2010. 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 2010. We simply hard code the years for these maps as detailed below. Note that because we start from a restart file the [!InitialStateFiles] are not used. We have to define the litter and FM maps as [!BoundaryFiles] which are read only once during the year. Note that 1:12: means that the file will be copied to the working directory at the first integration step and then every 12 iterations until the simulation is finished. More information on the difference between !InitialStateFiles, !BoundaryFilesn and !SmoothFiles can be found at http://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocEsetup#COMPdirectory  
     198CAREFUL: the example here is for BCLF, when BC, BCF or BCL are to be set different fm_start maps need to be used.   
     199{{{ 
     200[InitialStateFiles] 
     201List= () 
     202 
     203[BoundaryFiles] 
     204List= () 
     205ListNonDel= (/ccc/work/cont003/dofoco/dofoco/MAPS/LITTER_DEMAND/RGRID/litter_demand_map_2010.nc, litter_map.nc), \ 
     206            (/ccc/work/cont003/dofoco/dofoco/MAPS/FM/RGRID/fm_strat_map_2010_mean.nc, FMmap.nc) 
     207 
     208[SmoothFiles] 
     209List= () 
     210}}} 
     211 
     212 
     213=== PARAM/config.def_actuel === 
     214Double 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 
     215{{{ 
     216pmagic=0.000 
     217}}} 
     218and check whether the aerosol setting is as follows: 
     219{{{ 
     220aer_type=actuel 
     221}}} 
     222All other settings are set to _AUTO_ and should thus be automatically taken into account.  
     223 
     224 
     225=== COMP/lmdz.card === 
     226More details on the settings of COMP/lmdz.card are given on [http://forge.ipsl.jussieu.fr/igcmg/wiki/platform/documentation/modeles/LMDZ] section 5. For the new physics, set in COMP/lmdz.card 
     227{{{ 
     228LMDZ_Physics=NPv3.1 
     229}}} 
     230For the old physics set in COMP/lmdz.card 
     231{{{ 
     232LMDZ_Physics=AP 
     233}}} 
     234 
     235The aerosols that are being used are set in PARAM/config.def_preind (see above). In COMP/lmdz.card we have some additional manual control but it is better not to touch it. 
     236{{{ 
     237#flag_aerosol=6 
     238#ok_ade=y 
     239#ok_aie=y 
     240#aerosol_couple=n 
     241#read_climoz=2 
     242#ok_cdnc=y 
     243}}} 
     244We can choose from 5 aerosol groups which groups we want to account for during the simulation. 6 means that all 5 groups will be used. Activating ok_ade and ok_aie implies that the model accounts for both the direct and indirect effects of aerosols. Because we run without INCA, the aerosols are coupled and aerosol_couple is set to n. For ozone it a day time climatology, a night time climatology or both (=2) can be used. cdnc stands for cloud number count. The path of the aerosol files is also specified in COMP/lmdz.card (see below). For a more detailed description of the these aerosols settings have a look at [http://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocImodelBlmdz#Informationabouttheaerosolradiativeforcing]. As we are not sure which information is read first, i.e., the PARAM/config.def_preind or the COMP/lmdz.card we don't want to take the risk that the present day settings get overwritten and so we commented-out the setting in the COMP/lmdz.card. In case you want to regrid your own aerosol files the relevant scripts and instructions (in French) can be found at [http://forge.ipsl.jussieu.fr/igcmg/wiki/InfosAerosol#Cr%C3%A9ationetinterpolationdesfichiersdefor%C3%A7ages]. Interesting to know but NOT part of this set-up: it is also possible to deactivate aerosol forcing. To do so, remove the lines containing aerosols_ from the List section and change lmdz.card to the following : flag_aerosol=0, ok_ade=n, ok_aie=n, aerosol_couple=n, read_climoz=0, ok_cdnc=n. Note that read_climoz=0 will also deactivate the reading of ozone. Ozone is regridded by the job LMDZ/CREATE_ (as are some other boundary conditions such as SST, sea ice, ...) so this is not necessary to deactivate.     
     245 
     246Activate nudging by setting ok_guide=y and add the path to the nudging files in Boundary Files section List in lmdz.card. (the French for 'nudging' is 'guider') 
     247{{{ 
     248ok_guide=y 
     249}}} 
     250 
     251Because we want to calculate the difference in climate between 1750 and 2010 it is more important to make sure that our wind fields come from the same phase in the North Atlanic Oscillation (NOA). If not, the change in climate that will be assigned to our treatment could be just due to a change in NOA.The 1980 to 2011 wind fields are used to nudge the present day simulation. The years 1980 to 2011 have been prepared for the 128x118 zoomed grid and are stored at /ccc/work/cont003/dsm/p86ipsl/IGCM/BC/ATM/LMDZ/LMD128118/NUDGE_FILES/ERAI. If you are not using a zoomed grid that has been used previously, or you want to use the 128*118 grid for different years, you will have to prepare your own nudging files.  ERAI nudging files for wind (u and v) can be interpolated to the zoomed grid using the method described here : ​[https://forge.ipsl.jussieu.fr/igcmg/wiki/platform/en/documentation/I_modeles/B_LMDZ#Interpolationofnudgefiles]. Note that you must be in the group subipsl to have the permission to access these files. Contact Anne Cozic for TGCC to be added to subipsl.  
     252 
     253We need to tell the model which nudging files it should use. This requires a change to COMP/lmdz.card so that libIGCM knows to copy the files before the run.   
     254{{{ 
     255[BoundaryFiles] 
     256List= (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/NUDGE_FILES/ERAI/${year}/u_${year}${month}_erai.nc, u.nc),\ 
     257      (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/NUDGE_FILES/ERAI/${year}/v_${year}${month}_erai.nc, v.nc) 
     258}}} 
     259 
     260The aerosols have to be interpolated to the zoomed model grid. The years 1980-2000 for HISTORIQUE run version _v5 have been done. They are found at the standard place : /ccc/work/cont003/dsm/p86ipsl/IGCM/BC/ATM/LMDZ/LMD128118/AR5/HISTORIQUE . You need to change _v3 into _v5 in lmdz.card to use these files. Similar to the pre-industrial run in which we only used the aerosols of 1860 we will now only use the aerosols of 2000 to avoid adding more variability to the present day runs compared to the pre-industrial run. Because we want to calculate the net climate effect of both biogeochemical and biophysical effects of forest manangement and land cover change, we have to recalculate the atmospheric CO2 concentration for the different treatments. To do so we first applied the BERN2.5 box model to account for the equilibrium between the atmosphere, the land and the oceans (thus the reason why ~40% of the emissions stay in the atmosphere). Following we converted this CO2 uptake/release into a change in atmospheric CO2 concentration. Finally, this change was subtracted from the present day atmospheric CO2. Note that $$$ below should be BC, BCF, BCL or BCLF depending on the experimental treatment.    
     261{{{ 
     262[InitialStateFiles] 
     263List=   (${ARCHIVE}/IGCM_OUT/LMDZ/${CREATE}/ATM/Output/Restart/${CREATE}_${year}_start.nc,    start.nc),\ 
     264        (${ARCHIVE}/IGCM_OUT/LMDZ/${CREATE}/ATM/Output/Restart/${CREATE}_${year}_startphy.nc, startphy.nc)  
     265 
     266[BoundaryFiles] 
     267List= (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/NUDGE_FILES/ERAI/${year}/u_${year}${month}_erai.nc, u.nc),\ 
     268      (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/NUDGE_FILES/ERAI/${year}/v_${year}${month}_erai.nc, v.nc) 
     269 
     270# With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM) 
     271# With AR5 ozone(tropo + strato from LMDZOR-INCA-REPROBUS simulations) 
     272ListNonDel= (/ccc/work/cont003/dofoco/dofoco/INPUT_FILES/ATM_COMP/SOLAR_ACTUAL.txt, SOLARANDVOLCANOES.txt),\ 
     273    (/ccc/work/cont003/dofoco/dofoco/INPUT_FILES/ATM_COMP/CO2_ACTUAL_$$$.txt, CO2.txt),\ 
     274    (/ccc/work/cont003/dofoco/dofoco/INPUT_FILES/ATM_COMP/CH4_ACTUAL.txt, CH4.txt),\ 
     275    (/ccc/work/cont003/dofoco/dofoco/INPUT_FILES/ATM_COMP/N2O_ACTUAL.txt, N2O.txt),\ 
     276    (/ccc/work/cont003/dofoco/dofoco/INPUT_FILES/ATM_COMP/CFC11_ACTUAL.txt, CFC11.txt),\ 
     277    (/ccc/work/cont003/dofoco/dofoco/INPUT_FILES/ATM_COMP/CFC12_ACTUAL.txt, CFC12.txt),\ 
     278    (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1860_v5.nc, aerosols.nat.nc) 
     279 
     280 
     281[SmoothFiles] 
     282# With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM) 
     283# With AR5 ozone(tropo + strato from LMDZOR-INCA-REPROBUS simulations) 
     284List=   (${ARCHIVE}/IGCM_OUT/LMDZ/${CREATE}/ATM/Output/Boundary/${CREATE}_${year}_limit.nc,          limit.nc,           1:12:),\ 
     285        (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_2000_v5.nc, aerosols${year}.nc, 1:12:), \ 
     286        (${ARCHIVE}/IGCM_OUT/LMDZ/${CREATE}/ATM/Output/Boundary/${CREATE}_${year}_climoz_LMDZ.nc,    climoz_LMDZ.nc,     1:12:) 
     287 
     288}}} 
     289 
     290Pre-defined present day settings (TOA solar incoming radiation, atmospheric CO2, CH4 and N2O and aerosols (see above)) should be set by changing 
     291{{{ 
     292ConfType=actuel 
     293}}} 
     294 
     295Alternatively this setting can be hard coded by changing ${ConfType} into preind in the following line. The first option seems more direct. 
     296{{{ 
     297(${SUBMIT_DIR}/PARAM/config.def_actual,  config.def),    \ 
     298}}} 
     299 
     300Beacuse we have set the radiation and atmospheric concentrations to _AUTO_ in PARAM/config.def_actual it looks like the model then uses the boundary files specified in COMP/lmdz.card    
     301 
     302 
     303=== PARAM/guide.def === 
     304Change the PARAM/guide.def to the following (not the typo in DEFFAULT -> DEFAULT which should not affect the simulations):  
     305{{{ 
     306ok_guide=_AUTO_ : DEFFAULT = n   
     307guide_u= y 
     308guide_v= y 
     309guide_T= n 
     310guide_P= n 
     311guide_Q= n 
     312tau_min_u=0.05 
     313tau_max_u=10. 
     314tau_min_v=0.05 
     315tau_max_v=10. 
     316}}} 
     317This means that outside the zoom, the wind is nudged every 86400*0.05 seconds (about 1h12min), which is considered fairly strong but necessary for an intense zoom. Inside the zoom, the winds are slightly nudged every 10 days. 
     318  
     319=== PARAM/physiq.def_L39_NPv3.1 === 
     320For the new physics only. The number codes are explained in the file physiq.def_L39_NPv3.1  
     321{{{ 
     322iflag_thermals=17 
     323iflag_pbl=11 
     324}}} 
     325 
     326=== PARAM/physiq.def_L39_AP === 
     327No specific changes are required for the old physics   
     328 
     329= Launch the experiment = 
     330For the regular grid you are done and can try to launch the job: 
     331{{{ 
     332ccc_msub Job_JOBNAME 
     333}}} 
     334 
     335= Setting-up factorial treatments = 
     336 * config.card: change the restart files to the appropriate off-line experiment (for SBG and SRF) 
     337 * COMP/orchidee.card: use the matching litter and forest management maps (no need to set the species map LANDCOVER = n) 
     338 * COMP/lmdz.card: use the CO2_ACTUAL_$$$.txt file that matches the off-line experiment  
     339 * Job: make new job, adjust for the appropriate server and adjust the NBperiod 
     340 
     341 
     342 
     343 
     344