source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/CREATE_erai/COMP/lmdz.card @ 2766

Last change on this file since 2766 was 2766, checked in by acosce, 8 years ago

Add the possibility to compile ce0l with INCA and add a directory to use it with ERAI data

File size: 2.1 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=   (/ccc/work/cont003/subipsl/subipsl/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_SF/${year}/sstk.new2.${year}.ashei.GLOBAL_075.nc, sstk.nc), \
26        (/ccc/work/cont003/subipsl/subipsl/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_SF/${year}/ci.${year}.ashei.GLOBAL_075.nc, ci.nc), \
27        (${R_INIT}/ATM/${config_UserChoices_TagName}/Ozone/HYBRIDE/v2.clim/tro3_${year}.new.nc, climoz.nc)
28
29ListNonDel= (${R_IN}/ATM/Albedo.nc, .), \
30        (${R_IN}/ATM/ECDYN.nc.20020101, ECDYN.nc), \
31        (${R_IN}/ATM/ECPHY.nc, .), \
32        (${R_IN}/ATM/Relief.nc, .), \
33        (${R_IN}/ATM/Rugos.nc, .), \
34        (${R_IN}/ATM/landiceref.nc, .)
35### Please, add the o2a.nc file to fit with the coupled configuration associated
36### Note that this file is different for different versions of the coupled model
37#       (${R_IN}/ATM/IPSLCM6/ORCA2.3x9695_v1/o2a.nc, o2a.nc)
38
39[ParametersFiles]
40List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \
41        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \
42        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
43        (${SUBMIT_DIR}/PARAM/run.def, .), \
44        (${SUBMIT_DIR}/PARAM/guide.def, .)
45
46[RestartFiles]
47List= (NONE)
48
49[OutputText]
50List=   (physiq.def, gcm.def, run.def, config.def, traceur.def, guide.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)
Note: See TracBrowser for help on using the repository browser.