- 积分
- 2706
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-4-19
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
利用prep-chem-src处理全球排放源数据,得到三个bin文件,然后利用convert_emiss.exe得到wrfchemi_d01, wrfchemi_gocart_bg_d01, wrffirechemi_d01, rsl文件没有错误提示,但是三个文件只有2kB左右,利用ncdump查看,里面没有变量,不知道问题在哪里,请论坛的大神们多多帮忙啊
prep-chem-src得到的文件:
rw-rw-r--. 1 wkl wkl 883816 5月 30 17:07 wrf-T-2016-05-30-000000-g1-ab.bin
-rw-rw-r--. 1 wkl wkl 1145672 5月 30 17:07 wrf-T-2016-05-30-000000-g1-bb.bin
-rw-rw-r--. 1 wkl wkl 7882 5月 30 17:07 wrf-T-2016-05-30-000000-g1.ctl
-rw-rw-r--. 1 wkl wkl 5530624 5月 30 17:07 wrf-T-2016-05-30-000000-g1-gocartBG.bin
namelist.input文件:
&time_control
run_days = 2,
run_hours = 00,
run_minutes = 00,
run_seconds = 00,
start_year = 2016, 2016, 2016, 2016, 2016, 2016,
start_month = 05, 05, 05, 05, 05, 05,
start_day = 30, 29, 29, 29, 29, 29,
start_hour = 00, 12, 12, 12, 12, 12,
start_minute = 00, 00, 00, 00, 00, 00,
start_second = 00, 00, 00, 00, 00, 00,
end_year = 2016, 2016, 2016, 2016, 2016, 2016,
end_month = 06, 06, 06, 06, 06, 06,
end_day = 01, 02, 02, 02, 02, 02,
end_hour = 00, 00, 00, 00, 00, 00,
end_minute = 00, 00, 00, 00, 00, 00,
end_second = 00, 00, 00, 00, 00, 00,
interval_seconds = 43200
input_from_file = .true.,.true.,.true.,.true.,.true.,.true.,
history_interval = 60, 720, 1440, 180, 15, 15,
frames_per_outfile = 1000, 1000, 1000, 1000, 1000, 1000
restart = .false.,
restart_interval = 0,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
auxinput6_inname = 'wrfbiochemi_d01',
auxinput7_inname = 'wrffirechemi_d<domain>',
auxinput8_inname = 'wrfchemi_gocart_bg_d<domain>',
auxinput12_inname = 'wrf_chem_input',
auxinput13_inname = 'wrfchemv_d<domain>',
auxinput5_interval_m = 86400, 86400, 60,
auxinput7_interval_m = 86400, 86400, 60,
auxinput8_interval_m = 86400, 86400, 60,
auxinput13_interval_m = 86400, 86400, 60,
io_form_auxinput2 = 2,
io_form_auxinput5 = 2,
io_form_auxinput6 = 2,
io_form_auxinput7 = 2,
io_form_auxinput8 = 2,
io_form_auxinput12 = 2,
io_form_auxinput13 = 0,
debug_level = 0,
auxinput1_inname = "met_em.d<domain>.<date>",
/
&chem
kemit = 1,
chem_opt = 301,
bioemdt = 0,
photdt = 0,
chemdt = 5,
io_style_emissions = 1,
emiss_opt = 5, 0,
emiss_opt_vol = 0, 0,
emiss_ash_hgt = 20000.,
chem_in_opt = 0, 0,
phot_opt = 1, 0,
gas_drydep_opt = 1, 1,
aer_drydep_opt = 1, 1,
bio_emiss_opt = 0, 0,
dust_opt = 1,
dmsemis_opt = 1,
seas_opt = 1,
depo_fact = 0.25
gas_bc_opt = 1, 0,
gas_ic_opt = 1, 0,
aer_bc_opt = 1, 0,
aer_ic_opt = 1, 0,
gaschem_onoff = 1, 0,
aerchem_onoff = 1, 0,
wetscav_onoff = 0, 0,
cldchem_onoff = 0, 0,
vertmix_onoff = 1, 0,
chem_conv_tr = 1, 0,
biomass_burn_opt = 1, 0,
conv_tr_wetscav = 1, 0,
conv_tr_aqchem = 1, 0,
plumerisefire_frq = 30, 0,
have_bcs_chem = .false., .false., .false.,
aer_ra_feedback = 1,
aer_op_opt = 1,
opt_pars_out = 0,
diagnostic_chem = 0,
/
|
|