source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZ/CREATE_clim/COMP/lmdz.card @ 2772

Last change on this file since 2772 was 2772, checked in by jgipsl, 8 years ago

Update as done in LMDZOR_v6

File size: 2.2 KB
Line 
1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7# Physics package to use
8LMDZ_Physics=AP
9
10# Do not use XIOS with ce0l program
11XIOS=n
12
13# Manage radiative aerosol effect and ozone
14flag_aerosol=6
15ok_ade=y
16ok_aie=y
17aerosol_couple=n
18read_climoz=2
19ok_cdnc=y
20
21[InitialStateFiles]
22List= ()
23
24[BoundaryFiles]
25List= ()
26
27ListNonDel= (${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
37### Optional: Add the o2a.nc file to fit with the coupled configuration for the
38### land-sea mask. This file is different for different versions of the coupled model and
39### the different resolutions. Choose between following to fit with IPSLCM6 coupled model:
40#       (${R_IN}/ATM/IPSLCM6/eORCA1.1xLMD144142/o2a.nc, o2a.nc)
41#       (${R_IN}/ATM/IPSLCM6/ORCA2.3x9695_v1/o2a.nc, o2a.nc)
42
43
44[ParametersFiles]
45List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \
46        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY},    gcm.def),    \
47        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \
48        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
49        (${SUBMIT_DIR}/PARAM/run.def, .), \
50        (${SUBMIT_DIR}/PARAM/guide.def, .), \
51        (${SUBMIT_DIR}/PARAM/traceur.def, .)
52
53[RestartFiles]
54List= (NONE)
55
56[OutputText]
57List=   (physiq.def, gcm.def, vert.def, run.def, config.def, traceur.def, guide.def)
58
59[OutputFiles]
60List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
61        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_climoz_LMDZ.nc,  NONE), \
62        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
63        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE), \
64        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_grilles_gcm.nc,      NONE)
65
Note: See TracBrowser for help on using the repository browser.