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

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

update path for o2a file, the previous path doesn't exist anymore

File size: 2.3 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
36### Optional: Add the o2a.nc file to fit with the coupled configuration for the
37### land-sea mask. This file is different for different versions of the coupled model and
38### the different resolutions. Choose between following to fit with IPSLCM6 coupled model:
39#       (${R_IN}/ATM/IPSLCM6/eORCA1.1xLMD144142/o2a.nc, o2a.nc)
40#   (${R_IN}/ATM/IPSLCM6/ORCA2.3xLMD96x95_v1/o2a.nc, o2a.nc)
41
42[ParametersFiles]
43List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \
44        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY},    gcm.def),    \
45        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \
46        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
47        (${SUBMIT_DIR}/PARAM/run.def, .), \
48        (${SUBMIT_DIR}/PARAM/guide.def, .)
49
50[RestartFiles]
51List= (NONE)
52
53[OutputText]
54List=   (physiq.def, gcm.def, vert.def, run.def, config.def, traceur.def, guide.def)
55
56[OutputFiles]
57List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,       NONE), \
58        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \
59        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \
60        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \
61        ( 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.