source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card @ 2614

Last change on this file since 2614 was 2614, checked in by acosce, 9 years ago

update input files path in lmdzorinca_v6 config

File size: 2.0 KB
Line 
1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7
8# Do not use XIOS with ce0l program
9XIOS=n
10
11# manage radiative aerosol effect and ozone
12flag_aerosol=6
13ok_ade=y
14ok_aie=y
15aerosol_couple=n
16read_climoz=2
17ok_cdnc=y
18
19[InitialStateFiles]
20List= ()
21
22[BoundaryFiles]
23List=   (${R_IN}/ATM/AMIP/amipbc_sst_360x180_${year}.nc, amipbc_sst_1x1.nc), \
24        (${R_IN}/ATM/AMIP/amipbc_sic_360x180_${year}.nc, amipbc_sic_1x1.nc), \
25        (${R_IN}/ATM/Ozone/HYBRIDE/v2.clim/tro3_${year}.new.nc, climoz.nc)
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### 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}_${year}_limit.nc,       NONE), \
54        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \
55        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \
56        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \
57        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_${year}_grilles_gcm.nc,     NONE)
58
Note: See TracBrowser for help on using the repository browser.