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

Last change on this file since 3967 was 3967, checked in by acosce, 6 years ago

update LMDZORINCA_v6 to follow NPv6.1.5

File size: 3.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# Activate the call to phytrac to run tracer simulation
11iflag_phytrac=1
12
13# Do not use XIOS with ce0l program
14XIOS=n
15
16# Manage radiative aerosol effect and ozone
17flag_aerosol=6
18ok_ade=y
19ok_aie=y
20aerosol_couple=n
21read_climoz=2
22ok_cdnc=y
23
24[InitialStateFiles]
25List= ()
26
27[BoundaryFiles]
28List=   (/ccc/work/cont003/subipsl/subipsl/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_SF/${year}/sstk.new2.${year}.ashei.GLOBAL_075.nc, sstk.nc), \
29        (/ccc/work/cont003/subipsl/subipsl/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_SF/${year_m1}/sstk.new2.${year_m1}.ashei.GLOBAL_075.nc, sstk_m.nc), \
30        (/ccc/work/cont003/subipsl/subipsl/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_SF/${year_p1}/sstk.new2.${year_p1}.ashei.GLOBAL_075.nc, sstk_p.nc), \
31        (/ccc/work/cont003/subipsl/subipsl/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_SF/${year}/ci.${year}.ashei.GLOBAL_075.nc, ci.nc), \
32        (/ccc/work/cont003/subipsl/subipsl/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_SF/${year_m1}/ci.${year_m1}.ashei.GLOBAL_075.nc, ci_m.nc), \
33        (/ccc/work/cont003/subipsl/subipsl/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_SF/${year_p1}/ci.${year_p1}.ashei.GLOBAL_075.nc, ci_p.nc), \
34        (${R_INIT}/ATM/${config_UserChoices_TagName}/Ozone/HYBRIDE/v2.clim/tro3_${year}.new.nc, climoz.nc)
35
36ListNonDel= (${R_IN}/ATM/Albedo.nc, .), \
37        (${R_IN}/ATM/ECDYN.nc.20020101, ECDYN.nc), \
38        (${R_IN}/ATM/ECPHY.nc, .), \
39        (${R_IN}/ATM/Relief.nc, .), \
40        (${R_IN}/ATM/Rugos.nc, .), \
41        (${R_IN}/ATM/landiceref.nc, .)
42
43### Optional: Add the o2a.nc file to fit with the coupled configuration for the
44### land-sea mask. This file is different for different versions of the coupled model and
45### the different resolutions. Choose between following to fit with IPSLCM6 coupled model:
46#       (${R_IN}/ATM/IPSLCM6/eORCA1.1xLMD144142/o2a.nc, o2a.nc)
47#   (${R_IN}/ATM/IPSLCM6/ORCA2.3xLMD96x95_v1/o2a.nc, o2a.nc)
48
49[ParametersFiles]
50List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \
51        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics},    gcm.def),    \
52        (${SUBMIT_DIR}/PARAM/traceur.def_h2o_${LMDZ_Physics}, traceur.def), \
53        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \
54        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
55        (${SUBMIT_DIR}/PARAM/run.def, .), \
56        (${SUBMIT_DIR}/PARAM/guide.def, .)
57
58[RestartFiles]
59List= (NONE)
60
61[OutputText]
62List=   (physiq.def, gcm.def, vert.def, run.def, config.def, traceur.def, guide.def,out_create_etat0_limit.e.err.*, out_create_etat0_limit.e.out.*)
63
64[OutputFiles]
65List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,       NONE), \
66        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \
67        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \
68        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \
69        ( 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.