source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_clim_360d/COMP/lmdz.card @ 3040

Last change on this file since 3040 was 3040, checked in by jgipsl, 7 years ago

Change to the newest physics also for CREATE experiments

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=NPv5.80bz0
9
10# Manage radiative aerosol effect and ozone
11flag_aerosol=6
12ok_ade=y
13ok_aie=y
14aerosol_couple=n
15read_climoz=2
16ok_cdnc=y
17
18[InitialStateFiles]
19List= ()
20
21[BoundaryFiles]
22List= ()
23
24ListNonDel= (${R_IN}/ATM/Albedo.nc, .), \
25        (${R_IN}/ATM/ECDYN.nc.20020101, ECDYN.nc), \
26        (${R_IN}/ATM/ECPHY.nc, .), \
27        (${R_IN}/ATM/Relief.nc, .), \
28        (${R_IN}/ATM/Rugos.nc, .), \
29        (${R_IN}/ATM/landiceref.nc, .) \
30        (${R_IN}/ATM/Ozone/HYBRIDE/v2.clim/tro3_1995.new.nc, climoz.nc), \
31        (${R_IN}/ATM/AMIP_2014/sst_bc_clim.nc, amipbc_sst_1x1.nc), \
32        (${R_IN}/ATM/AMIP_2014/sic_bc_clim.nc, amipbc_sic_1x1.nc)
33
34### Optional: Add the o2a.nc file to fit with the coupled configuration for the
35### land-sea mask. This file is different for different versions of the coupled model and
36### the different resolutions. Choose between following to fit with IPSLCM6 coupled model:
37#       (${R_IN}/ATM/IPSLCM6/eORCA1.2xLMD144x142/o2a.nc, o2a.nc)
38#       (${R_IN}/ATM/IPSLCM6/ORCA2.3xLMD96x95_v1/o2a.nc, o2a.nc)
39
40
41[ParametersFiles]
42List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \
43        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics},  gcm.def), \
44        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \
45        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
46        (${SUBMIT_DIR}/PARAM/run.def, .), \
47        (${SUBMIT_DIR}/PARAM/guide.def, .), \
48        (${SUBMIT_DIR}/PARAM/traceur.def, .)
49
50[RestartFiles]
51List= (NONE)
52
53[OutputText]
54List=   (physiq.def, gcm.def, vert.def, run.def, config.def, traceur.def, guide.def,out_create_etat0_limit.e.err, out_create_etat0_limit.e.out)
55
56[OutputFiles]
57List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
58        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_climoz_LMDZ.nc,  NONE), \
59        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
60        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE), \
61        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_grilles_gcm.nc,      NONE)
62
Note: See TracBrowser for help on using the repository browser.