- 积分
- 116
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-11-28
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
跑WRF-CHEM时出来的PM等结果日变化趋势不太对(如下图),按照GMT到CST的推算,白天PM值是低谷,夜晚是高峰。但看了排放清单的确没有问题的啊,排放清单是白天高夜晚低。请大神们帮忙解答一下,是哪里不对么?下面是namelist(一部分)
interval_seconds = 21600
input_from_file = .true.,.true.,.true.,
history_interval = 60, 60, 60,
frames_per_outfile = 24, 24, 24,
restart = .false.,
restart_interval = 1440,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
auxinput1_inname = "metoa_em.d<domain>.<date>"
auxinput6_inname = 'wrfbiochemi_d<domain>'
auxinput5_inname = 'wrfchemi_d<domain>_<date>'
auxinput12_inname = 'wrf_chem_input'
auxinput5_interval = 60
frames_per_auxinput5 = 24
io_form_auxinput2 = 2,
io_form_auxinput5 = 2,
io_form_auxinput6 = 2,
io_form_auxinput12 = 0,
debug_level = 0,
&chem
kemit = 23, !layer of emis file
chem_opt = 132, 132, 132,
bioemdt = 30, 30, 30,
photdt = 30, 30, 30,
chemdt = 9., 3., 1.,
ne_area = 185,
io_style_emissions = 2,
emiss_inpt_opt = 101, 101, 101,
emiss_opt = 15, 15, 15,
chem_in_opt = 0, 0, 0,
phot_opt = 3, 3, 3,
gas_drydep_opt = 1, 1, 1,
aer_drydep_opt = 1, 1, 1,
bio_emiss_opt = 1, 1, 1,
dust_opt = 3,
dmsemis_opt = 0,
seas_opt = 2,
gaschem_onoff = 1, 1, 1,
aerchem_onoff = 1, 1, 1,
wetscav_onoff = 1, 1, 1,
cldchem_onoff = 1, 1, 1,
vertmix_onoff = 1, 1, 1,
gas_bc_opt = 101, 101, 101,
gas_ic_opt = 1, 1, 1,
aer_bc_opt = 101, 101, 101,
aer_ic_opt = 1, 1, 1,
chem_conv_tr = 1, 1, 0,
conv_tr_wetscav = 1, 1, 1,
conv_tr_aqchem = 1, 1, 1,
chemdiag = 1, 1, 1,
aer_ra_feedback = 1, 1, 1,
aer_op_opt = 1, 1, 1,
have_bcs_chem = .false., .true., .true.,
/
|
-
清单
-
模式
|