source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/highresmip/COMP/lmdz.card @ 4332

Last change on this file since 4332 was 4325, checked in by jgipsl, 5 years ago
  • Added xml files for LMDZ needed for LMDZ6/trunk revision 3468 and copy these instead of default one from DefLists? in the model.
  • Set read_climoz=0. read_climoz=1 is currently not working.
  • Moved startphy.nc and limit.nc from dynamico.card into lmdz.card
File size: 10.5 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5# Physics package to use :
6# LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources
7LMDZ_Physics=NPv6.1.3
8
9# Set ConfType to choose parameters for aerosols, solar and green house gazes.
10# The parameter file PARAM/config.def_$ConfType will be used.
11# ConfType=preind/actuel/annuel
12ConfType=actuel
13
14# Manage radiative aerosol effect and ozone
15flag_aerosol=6
16ok_ade=y
17ok_aie=y
18aerosol_couple=n
19read_climoz=0
20ok_cdnc=y
21
22# Set tau_gl depending on the forcing file for the sea-ice (use 2. for amip and 1. for hadisst)
23tau_gl=2.
24
25# Set OutLevel to choose the level of output for LMDZ
26# OutLevel=low/medium/high
27OutLevel=low
28
29# Set COSP activation and output frequency (monthly, daily, HF) = y/n
30LMDZ_COSP_OK=y
31LMDZ_COSP_monthly=n
32LMDZ_COSP_daily=n
33LMDZ_COSP_hf=n
34
35# Set NMC output frequency (monthly, daily, HF) = y/n
36LMDZ_NMC_monthly=n
37LMDZ_NMC_daily=n
38LMDZ_NMC_hf=n
39
40# Nugding : ok_guide=y/n
41# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below.
42ok_guide=n
43
44[InitialStateFiles]
45# start.nc and startphy.nc are both set in dynamico.card to easier insure coherence of the files
46List=(${R_IN}/ATM/START/dynamico_lmdz_nbp${RESOL_NBP}/startphy_nbp${RESOL_NBP}_v0.nc, startphy.nc)
47
48[BoundaryFiles]
49List=(${R_IN}/ATM/START/dynamico_lmdz_nbp${RESOL_NBP}/limit_365d_nbp${RESOL_NBP}_v0.nc, limit.nc)
50#
51# With CMIP6 aerosols version 1
52# With 3D ozone
53ListNonDel= (${R_IN}/ATM/AEROSOLS/CMIP6/v1/144x142/L${RESOL_ATM_Z}/aerosols1850_from_inca.nc,   aerosols.nat.nc),\
54            (${R_IN}/ATM/AEROSOLS/CMIP6/v1/144x142/L${RESOL_ATM_Z}/aerosols1995_from_inca.nc,   aerosols1980.nc),\
55            (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/interpol/144x142/climoz_LMDZ_1979_2008_clim.nc, climoz_LMDZ.nc),\
56            (${R_IN}/ATM/SOLAR/CMIP6/v3.1corr/Control/solarforcing_v3.1_pdControl_ave_6bands_365days.nc, solarforcing.nc),\
57            (${R_IN}/ATM/STRATAERO/CMIP6/v3/144x142/L${RESOL_ATM_Z}/taulwstrat.2D.ave.nc, taulwstrat.2D.nc),\
58            (${R_IN}/ATM/STRATAERO/CMIP6/v3/144x142/L${RESOL_ATM_Z}/tauswstrat.2D.ave.nc, tauswstrat.2D.nc)
59
60[SmoothFiles]
61List=   ()
62
63[ParametersFiles]
64List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def),       \
65        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),         \
66        (${MODIPSL}/modeles/LMDZ/DefLists/cosp_input_nl.txt, .),            \
67        (${MODIPSL}/modeles/LMDZ/DefLists/cosp_output_nl.txt, .),           \
68        (${SUBMIT_DIR}/PARAM/config.def_${ConfType},  config.def),          \
69        (${SUBMIT_DIR}/PARAM/guide.def, .),                                 \
70        (${SUBMIT_DIR}/PARAM/run.def, .),                                   \
71        (${SUBMIT_DIR}/PARAM/traceur.def, .),                               \
72        (${SUBMIT_DIR}/PARAM/XMLlmdz/context_lmdz.xml, . ),            \
73        (${SUBMIT_DIR}/PARAM/XMLlmdz/context_input_lmdz.xml, . ),      \
74        (${SUBMIT_DIR}/PARAM/XMLlmdz/field_def_lmdz.xml, . ),          \
75        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histmth_lmdz.xml, . ),   \
76        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histmthCOSP_lmdz.xml, .),\
77        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histmthNMC_lmdz.xml, . ),\
78        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histday_lmdz.xml, . ),   \
79        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histdayCOSP_lmdz.xml, .),\
80        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histdayNMC_lmdz.xml, . ),\
81        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histhf_lmdz.xml, . ),    \
82        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histhfCOSP_lmdz.xml, .), \
83        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histhfNMC_lmdz.xml, . ), \
84        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histstn_lmdz.xml, . ),   \
85        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histins_lmdz.xml, . ),   \
86        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histstrataer_lmdz.xml, . ),\
87        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histLES_lmdz.xml, . )
88
89[RestartFiles]
90List=   (restartphy.nc, restartphy.nc,  startphy.nc)
91
92[OutputText]
93List=   (physiq.def, run.def, traceur.def, guide.def, config.def, vert.def, used_run.def, context_lmdz.xml, field_def_lmdz.xml, file_def_*lmdz.xml, debug.01, lmdz.prt)
94
95[OutputFiles]
96List=   (histmth.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,       Post_1M_histmth),       \
97        (histmthCOSP.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc,   NONE),                  \
98        (histmthNMC.nc,    ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,    Post_1M_histmthNMC),    \
99        (histday.nc,       ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,       NONE),                  \
100        (histdayCOSP.nc,   ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc,   NONE),                  \
101        (histdayNMC.nc,    ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc,    NONE),                  \
102        (histhf.nc,        ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,        NONE),                  \
103        (histhfCOSP.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc,    NONE),                  \
104        (histhfNMC.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,     NONE),                  \
105        (histhf3h.nc,      ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,      NONE),                  \
106        (histhf3hm.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,     NONE)
107
108[Post_1M_histmth]
109Patches= ()
110GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds, aire)
111TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, ftime_con, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFC, LWupSFCclr, LWdn200, LWdn200clr, LWup200, LWup200clr, precip, prw, pluc, psol, q2m, rh2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWup200, SWdnTOA, SWupTOA, SWdn200, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, ave_t2m_daily_max, ave_t2m_daily_min, taux, taux_ter, taux_sic, taux_lic, taux_oce, tauy, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, nettop, pbase, ptop, topl0, topl, tops0, tops, topswad, topswai, tsol, tsol_ter, tsol_lic, tsol_oce, tsol_sic , u10m, u500, v10m, v500, w500, pourc_ter, pourc_oce, pourc_sic, pourc_lic, wind10m, od550aer, od550lt1aer, od550_STRAT, loadoa, loadbc, loadso4, loaddust, loadss, sconcoa, sconcbc, sconcso4, sconcdust, sconcss, reffclwtop, cldncl, swtoaas_ant, swtoacs_ant, swtoacf_ant, swsrfas_ant, swsrfcs_ant, swsrfcf_ant, swtoaas_nat, swtoacs_nat, swtoacf_nat, swsrfas_nat, swsrfcs_nat, swsrfcf_nat, solswai, solswad, swtoacf_zero, swsrfcf_zero, R_ecc, R_peri, R_incl, solaire, rsun1, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt, colO3_strat, colO3_trop)
112ChunckJob2D = 100Y
113TimeSeriesVars3D = (upwd, lwcon, iwcon, lcc3dcon, lcc3dstra, temp, theta, ovap, ovapinit, geop, vitu, vitv, vitw, pres, rneb, rnebcon, rhum, mc, paprs, scdnc, ec550aer, concoa, concbc, concso4, concss, concdust, reffclws, reffclwc, tnt, dtdyn, dtphy, dtlschr, tntr, tntscpbl, tnhus, dqdyn, dqvdf, tnhusscpbl, dqphy, evu, mcd)
114ChunckJob3D = 100Y
115Seasonal=ON
116
117[Post_1M_histmthCOSP]
118Patches = ()
119GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds, aire)
120TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp)
121ChunckJob2D = OFF
122TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl)
123ChunckJob3D = OFF
124Seasonal=OFF
125
126[Post_1M_histmthNMC]
127Patches = ()
128GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds)
129TimeSeriesVars2D = ()
130ChunckJob2D = NONE
131TimeSeriesVars3D = (ta, tro3, zg, hus, hur, ua, va, wap)
132ChunckJob3D = NONE
133Seasonal=ON
134
135[Post_1D_histday]
136Patches= ()
137GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds)
138TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, precip, pluc, plul, prw, psol, q2m, sens, sicf, slp, soll, sols, snow, SWdnSFC, t2m, t2m_max, t2m_min, topl, tops, tsol, u10m, v10m, wind10m, wind10max)
139ChunckJob2D = 50Y
140TimeSeriesVars3D = (lwcon, iwcon, mc, rhum, rneb, temp, theta, ovap, geop, vitu, vitv, vitw, pres, paprs)
141ChunckJob3D = OFF
142Seasonal=OFF
143
144[Post_1D_histdayCOSP]
145Patches = ()
146GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds)
147TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp)
148ChunckJob2D = OFF
149TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl)
150ChunckJob3D = OFF
151Seasonal=OFF
152
153[Post_1D_histdayNMC]
154Patches = ()
155GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds)
156TimeSeriesVars2D = ()
157ChunckJob2D = NONE
158TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap)
159ChunckJob3D = 10Y
160Seasonal=OFF
161
162[Post_HF_histhf]
163Patches= ()
164GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds)
165TimeSeriesVars2D = (cldt, psol, q2m, slp, precip, pluc, plul, t2m, tsol, u10m, v10m)
166ChunckJob2D = 50Y
167TimeSeriesVars3D = (temp, theta, ovap, vitu, vitv)
168ChunckJob3D = OFF
169Seasonal=OFF
170
171[Post_HF_histhfCOSP]
172Patches = ()
173GatherWithInternal = (lon, lat, height, sza, time_counter, time_centered, time_centered_bounds)
174TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso)
175ChunckJob2D = OFF
176TimeSeriesVars3D = (clcalipso, parasol_refl, cfad_lidarsr532_c01, cfad_lidarsr532_c02, cfad_lidarsr532_c03, cfad_lidarsr532_c04, cfad_lidarsr532_c05, cfad_lidarsr532_c06, cfad_lidarsr532_c07, cfad_lidarsr532_c08, cfad_lidarsr532_c09, cfad_lidarsr532_c10, cfad_lidarsr532_c11, cfad_lidarsr532_c12, cfad_lidarsr532_c13, cfad_lidarsr532_c14, cfad_lidarsr532_c15)
177ChunckJob3D = OFF
178Seasonal=OFF
179
180[Post_HF_histhfNMC]
181Patches = ()
182GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds)
183TimeSeriesVars2D = ()
184ChunckJob2D = NONE
185TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap)
186ChunckJob3D = 10Y
187Seasonal=OFF
188
189[Post_3H_histhf3hm]
190Patches= ()
191GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds)
192TimeSeriesVars2D = (flat, precip, pluc, snow, topl, topl0, SWupTOA, SWupTOAclr, SWdnTOA, SWupSFC, SWupSFCclr, SWdnSFC, SWdnSFCclr, LWupSFC, LWupSFCclr, LWdnSFC, LWdnSFCclr, bils, bils_tke, bils_diss, bils_ec, bils_kinetic, bils_enthalp, bils_latent, sens, cldt, zmax_th)
193ChunckJob2D = OFF
194TimeSeriesVars3D = ()
195ChunckJob3D = OFF
196Seasonal=OFF
197
198[Post_3H_histhf3h]
199Patches= ()
200GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds)
201TimeSeriesVars2D = (phis, tsol, t2m, q2m, ustar, u10m, v10m, psol)
202ChunckJob2D = OFF
203TimeSeriesVars3D = ()
204ChunckJob3D = OFF
205Seasonal=OFF
Note: See TracBrowser for help on using the repository browser.