source: CONFIG/UNIFORM/v6_rc0/IPSLCM6/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card @ 2585

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

Simplified path to input files in IGCM shared acount after reorganization. Now using ${R_IN} instead of ${R_BC} and ${R_INIT}.

This is done only in experiences LMDZOR and LMDZ in configuraitons :
v6_rc0/IPSLCM6
v6/IPSLCM6
v6/LMDZOR_v6

File size: 2.0 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=   (${R_IN}/ATM/AMIP/amipbc_sst_360x180_${year}.nc, amipbc_sst_1x1.nc), \
23        (${R_IN}/ATM/AMIP/amipbc_sic_360x180_${year}.nc, amipbc_sic_1x1.nc), \
24        (${R_IN}/ATM/Ozone/HYBRIDE/v2.clim/tro3_${year}.new.nc, climoz.nc)
25
26ListNonDel= (${R_IN}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \
27        (${R_IN}/ATM/ECDYN.nc.20020101, ECDYN.nc), \
28        (${R_IN}/ATM/ECPHY.nc, .), \
29        (${R_IN}/ATM/Relief.nc, .), \
30        (${R_IN}/ATM/Rugos.nc, .), \
31        (${R_IN}/ATM/landiceref.nc, .)
32### Please, add the o2a.nc file to fit with the coupled configuration associated
33#       (${R_IN}/ATM/ORCA2.3x${RESOL_ATM}/o2a.nc, o2a.nc)
34
35[ParametersFiles]
36List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \
37        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \
38        (${SUBMIT_DIR}/PARAM/output.def_low        ,  output.def),    \
39        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
40        (${SUBMIT_DIR}/PARAM/run.def, .), \
41        (${SUBMIT_DIR}/PARAM/guide.def, .), \
42        (${SUBMIT_DIR}/PARAM/traceur.def, .)
43
44[RestartFiles]
45List= (NONE)
46
47[OutputText]
48List=   (physiq.def, gcm.def, run.def, config.def, traceur.def, output.def)
49
50[OutputFiles]
51List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,       NONE), \
52        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \
53        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \
54        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \
55        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_${year}_grilles_gcm.nc,     NONE)
56
Note: See TracBrowser for help on using the repository browser.