source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_clim/COMP/lmdz.card @ 2480

Last change on this file since 2480 was 2480, checked in by jgipsl, 9 years ago

Correction for experiments with ce0l.

In lmdz.driver : use_filtre_fft is forced to be =n for the case ce0l. This is a temporary esay way to do. In more recent versions of LMDZ, ce0l is independent of this parameter. This parameter do not impact ce0l, it only stops the model for the dyn3d case.

File size: 2.2 KB
Line 
1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7# Do not use XIOS with ce0l program
8XIOS=n
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_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \
25        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECDYN.nc.20020101, ECDYN.nc), \
26        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECPHY.nc, .), \
27        (${R_INIT}/ATM/${config_UserChoices_TagName}/Relief.nc, .), \
28        (${R_INIT}/ATM/${config_UserChoices_TagName}/Rugos.nc, .), \
29        (${R_INIT}/ATM/${config_UserChoices_TagName}/landiceref.nc, .) \
30        (${R_INIT}/ATM/${config_UserChoices_TagName}/Ozone/HYBRIDE/v2.clim/tro3_1995.new.nc, climoz.nc), \
31        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sst_bc_clim.nc, amipbc_sst_1x1.nc), \
32        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sic_bc_clim.nc, amipbc_sic_1x1.nc)
33### Please, add the o2a.nc file to fit with the coupled configuration associated
34#       (${R_INIT}/ATM/IPSLCM5A/ORCA2.3x${RESOL_ATM}/o2a.nc, o2a.nc)
35
36[ParametersFiles]
37List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \
38        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \
39        (${SUBMIT_DIR}/PARAM/output.def_low        ,  output.def),    \
40        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
41        (${SUBMIT_DIR}/PARAM/run.def, .), \
42        (${SUBMIT_DIR}/PARAM/guide.def, .), \
43        (${SUBMIT_DIR}/PARAM/traceur.def, .)
44
45
46[RestartFiles]
47List= (NONE)
48
49[OutputText]
50List=   (physiq.def, gcm.def, run.def, config.def, traceur.def, output.def)
51
52[OutputFiles]
53List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
54        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_climoz_LMDZ.nc,  NONE), \
55        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
56        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE), \
57        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_grilles_gcm.nc,      NONE)
Note: See TracBrowser for help on using the repository browser.