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

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

update LMDZORINCA_v6 configuration
1- now LMDZOR experiments are in New Physics
2- add clim_* LMDZOR experiments
3- now timestep is manage in gcm.def in relation with the atm physics choose
4- update value for GHG in config.def files
5- remove files not use anymore (PARAM/file_lmdz.xml PARAM/output.def)
6- add calcul_flux in inca.card / inca.def / inca.driver

File size: 3.0 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_m1}/sstk.new2.${year_m1}.ashei.GLOBAL_075.nc, sstk_m.nc), \
27        (/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), \
28        (/ccc/work/cont003/subipsl/subipsl/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_SF/${year}/ci.${year}.ashei.GLOBAL_075.nc, ci.nc), \
29        (/ccc/work/cont003/subipsl/subipsl/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_SF/${year_m1}/ci.${year_m1}.ashei.GLOBAL_075.nc, ci_m.nc), \
30        (/ccc/work/cont003/subipsl/subipsl/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_SF/${year_p1}/ci.${year_p1}.ashei.GLOBAL_075.nc, ci_p.nc), \
31        (${R_INIT}/ATM/${config_UserChoices_TagName}/Ozone/HYBRIDE/v2.clim/tro3_${year}.new.nc, climoz.nc)
32
33ListNonDel= (${R_IN}/ATM/Albedo.nc, .), \
34        (${R_IN}/ATM/ECDYN.nc.20020101, ECDYN.nc), \
35        (${R_IN}/ATM/ECPHY.nc, .), \
36        (${R_IN}/ATM/Relief.nc, .), \
37        (${R_IN}/ATM/Rugos.nc, .), \
38        (${R_IN}/ATM/landiceref.nc, .)
39
40### Optional: Add the o2a.nc file to fit with the coupled configuration for the
41### land-sea mask. This file is different for different versions of the coupled model and
42### the different resolutions. Choose between following to fit with IPSLCM6 coupled model:
43#       (${R_IN}/ATM/IPSLCM6/eORCA1.1xLMD144142/o2a.nc, o2a.nc)
44#   (${R_IN}/ATM/IPSLCM6/ORCA2.3xLMD96x95_v1/o2a.nc, o2a.nc)
45
46[ParametersFiles]
47List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \
48        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics},    gcm.def),    \
49        (${SUBMIT_DIR}/PARAM/traceur.def_h2o_${LMDZ_Physics}, traceur.def), \
50        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \
51        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
52        (${SUBMIT_DIR}/PARAM/run.def, .), \
53        (${SUBMIT_DIR}/PARAM/guide.def, .)
54
55[RestartFiles]
56List= (NONE)
57
58[OutputText]
59List=   (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)
60
61[OutputFiles]
62List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,       NONE), \
63        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \
64        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \
65        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \
66        ( 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.