source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/highresmip_CMIP6/COMP/lmdz.card

Last change on this file was 6337, checked in by acosce, 15 months ago

Merge between ICOLMDZOR and ICOLMDZORINCA

  • add in ICOLMDZOR possibility to nudge winds on experiments like it's done in regular configurations (flag ok_guide in dynamico.card ant not any more in lmdz.card)
  • uniformisation in ICOLMDZORINCA of monitoring.cfg files names
  • take in ICOLMDZORINCA modification of surface parameters
  • add in ICOLMDZOR management of nbtrac from dynamico.driver
  • add in ICOLMDZORINCA parameter for co2_ppm0
File size: 11.9 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.2
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=annuel
13
14# Manage radiative aerosol effect and ozone
15# flag_aersol=7 to activate natural aerosol + MACv2SP
16flag_aerosol=7
17ok_ade=y
18ok_aie=y
19aerosol_couple=n
20read_climoz=1
21ok_cdnc=y
22
23# Set tau_gl depending on the forcing file for the sea-ice (use 2. for amip and 1. for hadisst)
24tau_gl=1.
25
26
27# Specify which output file to activate and at which output_level
28# Use an integer to specify the output level or NONE if to deactivate the file
29# output_level_filename=1     : activate the corresponding file with low output level
30# output_level_filename=10    : activate the corresponding file with high output level
31# output_level_filename=NONE  : the file will not be written
32
33output_level_histmth = 3
34output_level_histday = 3
35output_level_histhf  = NONE
36output_level_histmthNMC = NONE
37output_level_histdayNMC = NONE
38output_level_histhfNMC  = NONE
39output_level_histstrataer = NONE
40output_level_histstn      = NONE
41
42# Activate COSP in config.def and set corresponding output files
43LMDZ_COSP_OK=y
44output_level_histmthCOSP = NONE
45output_level_histdayCOSP = NONE
46output_level_histhfCOSP  = NONE
47
48
49[InitialStateFiles]
50# start.nc and startphy.nc are both set in dynamico.card to easier insure coherence of the files
51List=(${R_IN}/ATM/START/dynamico_lmdz_nbp${RESOL_NBP}/startphy.nc, .)
52
53[BoundaryFiles]
54List=   (${R_IN}/ATM/LIMIT/HadISST2.2.0.0-r0.v2/interpol/nbp${RESOL_NBP}_gregorian/limit_${year}.nc,      limit.nc),\
55        (${R_IN}/ATM/AEROSOLS/CMIP6/v1/144x142/L${RESOL_ATM_Z}/aerosols${year}_from_inca.nc,              aerosols${year}.nc),\
56        (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/interpol/nbp${RESOL_NBP}/climoz_LMDZ_${year}.nc, climoz_LMDZ.nc),\
57        (${R_IN}/ATM/SOLAR/CMIP6/v3.1corr/Historical/solarforcing_v3.1_daily_6bands_${year}.nc,              solarforcing.nc),\
58        (${R_IN}/ATM/STRATAERO/CMIP6/v3/144x142/L${RESOL_ATM_Z}/taulwstrat.2D.${year}.nc,                 taulwstrat.2D.nc),\
59        (${R_IN}/ATM/STRATAERO/CMIP6/v3/144x142/L${RESOL_ATM_Z}/tauswstrat.2D.${year}.nc,                 tauswstrat.2D.nc),\
60        (${R_IN}/CMIP6/${config_UserChoices_LongName}/${config_UserChoices_ModelName}/${config_UserChoices_ExperimentName}/${config_UserChoices_Member}/${year}/dr2xml_LMDZ.xml, dr2xml_lmdz.xml)
61
62ListNonDel= (${R_IN}/ATM/GHG/CMIP6/historical/CO2_CMIP6_0000_2014.txt, CO2.txt),\
63            (${R_IN}/ATM/GHG/CMIP6/historical/CH4_CMIP6_0000_2014.txt, CH4.txt),\
64            (${R_IN}/ATM/GHG/CMIP6/historical/N2O_CMIP6_0000_2014.txt, N2O.txt),\
65            (${R_IN}/ATM/GHG/CMIP6/historical/CFC11eq_CMIP6_0000_2014.txt, CFC11.txt),\
66            (${R_IN}/ATM/GHG/CMIP6/historical/CFC12eq_CMIP6_0000_2014.txt, CFC12.txt),\
67            (${R_IN}/ATM/AEROSOLS/PLUME/MACv2.0-SP_v1.nc,   MACv2.0-SP_v1.nc),\
68            (${R_IN}/ATM/AEROSOLS/CMIP6/v1/144x142/L${RESOL_ATM_Z}/aerosols1980_from_inca.nc, aerosols.nat.nc),\
69            (${R_IN}/ATM/SITES/cfsites_grid_CMIP6.nc, cfsites_grid.nc)
70
71[SmoothFiles]
72List=   ()
73
74[ParametersFiles]
75List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def),       \
76        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),         \
77        (${MODIPSL}/modeles/LMDZ/DefLists/cosp_input_nl.txt, .),            \
78        (${MODIPSL}/modeles/LMDZ/DefLists/cosp_output_nl.txt, .),           \
79        (${SUBMIT_DIR}/PARAM/config.def_${ConfType},  config.def),          \
80        (${SUBMIT_DIR}/PARAM/run.def, .),                                   \
81        (${SUBMIT_DIR}/PARAM/tracer.def, .),                               \
82        (${SUBMIT_DIR}/PARAM/ping_LMDZ.xml, ping_lmdz.xml),            \
83        (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . ),            \
84        (${MODIPSL}/modeles/LMDZ/DefLists/context_input_lmdz.xml, . ),      \
85        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . ),          \
86        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_cosp1.xml, . ),          \
87        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . ),   \
88        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthCOSP_lmdz.xml, .),\
89        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthNMC_lmdz.xml, . ),\
90        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histday_lmdz.xml, . ),   \
91        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayCOSP_lmdz.xml, .),\
92        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayNMC_lmdz.xml, . ),\
93        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhf_lmdz.xml, . ),    \
94        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfCOSP_lmdz.xml, .), \
95        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfNMC_lmdz.xml, . ), \
96        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstn_lmdz.xml, . ),   \
97        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histins_lmdz.xml, . ),   \
98        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstrataer_lmdz.xml, . ),\
99        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdaystrataer_lmdz.xml, . ),\
100        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histLES_lmdz.xml, . )
101
102[RestartFiles]
103List=   (restartphy.nc, restartphy.nc,  startphy.nc)
104
105[OutputText]
106List=   (physiq.def, run.def, tracer.def, config.def, vert.def, used_run.def, context_lmdz.xml, field_def_lmdz.xml, file_def_*lmdz.xml, debug.01, lmdz.prt)
107
108[OutputFiles]
109List=   (histmth.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,       Post_1M_histmth),       \
110        (histmthCOSP.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc,   NONE),                  \
111        (histmthNMC.nc,    ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,    Post_1M_histmthNMC),    \
112        (histday.nc,       ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,       NONE),                  \
113        (histdayCOSP.nc,   ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc,   NONE),                  \
114        (histdayNMC.nc,    ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc,    NONE),                  \
115        (histhf.nc,        ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc,        NONE),                  \
116        (histhfCOSP.nc,    ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc,    NONE),                  \
117        (histhfNMC.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc,     NONE),                  \
118        (histhf3h.nc,      ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc,      NONE),                  \
119        (histhf3hm.nc,     ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc,     NONE)
120
121[Post_1M_histmth]
122Patches= ()
123GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds, aire)
124TimeSeriesVars2D = (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)
125ChunckJob2D = 100Y
126TimeSeriesVars3D = (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)
127ChunckJob3D = 100Y
128Seasonal=ON
129
130[Post_1M_histmthCOSP]
131Patches = ()
132GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds, aire)
133TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp)
134ChunckJob2D = OFF
135TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl)
136ChunckJob3D = OFF
137Seasonal=OFF
138
139[Post_1M_histmthNMC]
140Patches = ()
141GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds)
142TimeSeriesVars2D = ()
143ChunckJob2D = NONE
144TimeSeriesVars3D = (ta, tro3, zg, hus, hur, ua, va, wap)
145ChunckJob3D = NONE
146Seasonal=ON
147
148[Post_1D_histday]
149Patches= ()
150GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds)
151TimeSeriesVars2D = (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)
152ChunckJob2D = 50Y
153TimeSeriesVars3D = (lwcon, iwcon, mc, rhum, rneb, temp, theta, ovap, geop, vitu, vitv, vitw, pres, paprs)
154ChunckJob3D = OFF
155Seasonal=OFF
156
157[Post_1D_histdayCOSP]
158Patches = ()
159GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds)
160TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp)
161ChunckJob2D = OFF
162TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl)
163ChunckJob3D = OFF
164Seasonal=OFF
165
166[Post_1D_histdayNMC]
167Patches = ()
168GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds)
169TimeSeriesVars2D = ()
170ChunckJob2D = NONE
171TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap)
172ChunckJob3D = 10Y
173Seasonal=OFF
174
175[Post_HF_histhf]
176Patches= ()
177GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds)
178TimeSeriesVars2D = (cldt, psol, q2m, slp, precip, pluc, plul, t2m, tsol, u10m, v10m)
179ChunckJob2D = 50Y
180TimeSeriesVars3D = (temp, theta, ovap, vitu, vitv)
181ChunckJob3D = OFF
182Seasonal=OFF
183
184[Post_HF_histhfCOSP]
185Patches = ()
186GatherWithInternal = (lon, lat, height, sza, time_counter, time_centered, time_centered_bounds)
187TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso)
188ChunckJob2D = OFF
189TimeSeriesVars3D = (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)
190ChunckJob3D = OFF
191Seasonal=OFF
192
193[Post_HF_histhfNMC]
194Patches = ()
195GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds)
196TimeSeriesVars2D = ()
197ChunckJob2D = NONE
198TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap)
199ChunckJob3D = 10Y
200Seasonal=OFF
201
202[Post_3H_histhf3hm]
203Patches= ()
204GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds)
205TimeSeriesVars2D = (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)
206ChunckJob2D = OFF
207TimeSeriesVars3D = ()
208ChunckJob3D = OFF
209Seasonal=OFF
210
211[Post_3H_histhf3h]
212Patches= ()
213GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds)
214TimeSeriesVars2D = (phis, tsol, t2m, q2m, ustar, u10m, v10m, psol)
215ChunckJob2D = OFF
216TimeSeriesVars3D = ()
217ChunckJob3D = OFF
218Seasonal=OFF
Note: See TracBrowser for help on using the repository browser.