1 | #======================================================================== |
---|
2 | #D-- Compatibility - |
---|
3 | [Compatibility] |
---|
4 | libIGCM=1.0 |
---|
5 | |
---|
6 | [UserChoices] |
---|
7 | # Physics package to use |
---|
8 | LMDZ_Physics=AP |
---|
9 | |
---|
10 | # Do not use XIOS with ce0l program |
---|
11 | XIOS=n |
---|
12 | |
---|
13 | # Manage radiative aerosol effect and ozone |
---|
14 | flag_aerosol=6 |
---|
15 | ok_ade=y |
---|
16 | ok_aie=y |
---|
17 | aerosol_couple=n |
---|
18 | read_climoz=2 |
---|
19 | ok_cdnc=y |
---|
20 | |
---|
21 | [InitialStateFiles] |
---|
22 | List= () |
---|
23 | |
---|
24 | [BoundaryFiles] |
---|
25 | List= () |
---|
26 | |
---|
27 | ListNonDel= (${R_IN}/ATM/Albedo.nc, .), \ |
---|
28 | (${R_IN}/ATM/ECDYN.nc.20020101, ECDYN.nc), \ |
---|
29 | (${R_IN}/ATM/ECPHY.nc, .), \ |
---|
30 | (${R_IN}/ATM/Relief.nc, .), \ |
---|
31 | (${R_IN}/ATM/Rugos.nc, .), \ |
---|
32 | (${R_IN}/ATM/landiceref.nc, .) \ |
---|
33 | (${R_IN}/ATM/Ozone/HYBRIDE/v2.clim/tro3_1995.new.nc, climoz.nc), \ |
---|
34 | (${R_IN}/ATM/AMIP_2014/sst_bc_clim.nc, amipbc_sst_1x1.nc), \ |
---|
35 | (${R_IN}/ATM/AMIP_2014/sic_bc_clim.nc, amipbc_sic_1x1.nc) |
---|
36 | ### Please, add the o2a.nc file to fit with the coupled configuration associated |
---|
37 | ### Note that this file is different for different versions of the coupled model |
---|
38 | # (${R_IN}/ATM/IPSLCM6/ORCA2.3x9695_v1/o2a.nc, o2a.nc) |
---|
39 | |
---|
40 | [ParametersFiles] |
---|
41 | List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ |
---|
42 | (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ |
---|
43 | (${SUBMIT_DIR}/PARAM/config.def_actuel , config.def), \ |
---|
44 | (${SUBMIT_DIR}/PARAM/run.def, .), \ |
---|
45 | (${SUBMIT_DIR}/PARAM/guide.def, .), \ |
---|
46 | (${SUBMIT_DIR}/PARAM/traceur.def, .) |
---|
47 | |
---|
48 | [RestartFiles] |
---|
49 | List= (NONE) |
---|
50 | |
---|
51 | [OutputText] |
---|
52 | List= (physiq.def, gcm.def, run.def, config.def, traceur.def, guide.def) |
---|
53 | |
---|
54 | [OutputFiles] |
---|
55 | List= ( limit.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc, NONE), \ |
---|
56 | ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_climoz_LMDZ.nc, NONE), \ |
---|
57 | ( start.nc, ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_start.nc, NONE), \ |
---|
58 | ( startphy.nc, ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE), \ |
---|
59 | ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_grilles_gcm.nc, NONE) |
---|
60 | |
---|