- 积分
- 13
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2022-10-24
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
用anthro_emis处理edgar的排放数据后,用wrf模拟出现Possibly missing file for = auxinput5的错误,这是什么问题呢?是我处理流程有错误吗?我是先将chem_opt等于0,real.exe得到气象场。之后再通过anthro_emis获取wrfchemi_d01_2016-04-01_00:00:00等文件,之后cp到wrf/run文件夹中,运行wrf.exe. 实在不知道哪里出错了,希望大神们支支招
下面是我的namelist.input设置:
&time_control
run_days = 0,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2016,
start_month = 4,
start_day = 1,
start_hour = 0,
end_year = 2016,
end_month = 4,
end_day = 4,
end_hour = 0,
interval_seconds = 21600,
input_from_file = .true.,
history_interval = 10,
frames_per_outfile = 100,
restart = .false.,
restart_interval = 7200,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
auxinput5_inname = 'wrfchemi_d01_<date>',
auxinput5_interval_m = 21600,
io_form_auxinput5 = 2,
force_use_old_data = .ture.,
start_minute = 0
start_second = 0
end_minute = 0
end_second = 0
nocolons = .true.
/
&domains
time_step = 2
time_step_fract_num = 0
time_step_fract_den = 1
max_dom = 1
e_we = 101
e_sn = 101
e_vert = 33
p_top_requested = 5000
num_metgrid_levels = 27
num_metgrid_soil_levels = 4
dx = 500
dy = 500
grid_id = 1
parent_id = 1
i_parent_start = 1
j_parent_start = 1
parent_grid_ratio = 1
parent_time_step_ratio = 1
feedback = 1
smooth_option = 0
/
&physics
physics_suite = 'CONUS'
mp_physics = 0, 0
cu_physics = 0, 0
radt = 9, 3
bldt = 0, 0
cudt = 0, 0
icloud = 0
num_land_cat = 21
sf_urban_physics = 1, 1
/
&dynamics
hybrid_opt = 2
w_damping = 0
diff_opt = 1, 1
km_opt = 4, 4
diff_6th_opt = 0, 0, 0
diff_6th_factor = 0.12, 0.12
base_temp = 290.0
damp_opt = 3
zdamp = 5000.0, 5000.0
dampcoef = 0.2, 0.2
khdif = 0, 0
kvdif = 0, 0
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false.,.false.,
nested = .false.,.true.,.true.,
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
&chem
kemit = 1,
chem_opt = 13
bioemdt = 0,
photdt = 0,
chemdt = 0,
io_style_emissions = 2,
emiss_opt = 5,
emiss_inpt_opt = 1,
emiss_opt_vol = 0,
emiss_ash_hgt = 20000.,
chem_in_opt = 0,
phot_opt = 0,
gas_drydep_opt = 0,
aer_drydep_opt = 1,
bio_emiss_opt = 0,
ne_area = 0,
dust_opt = 0,
dmsemis_opt = 1,
seas_opt = 1,
depo_fact = 0.25,
gas_bc_opt = 1,
gas_ic_opt = 1,
aer_bc_opt = 1,
aer_ic_opt = 1,
gaschem_onoff = 1,
aerchem_onoff = 1,
wetscav_onoff = 0,
cldchem_onoff = 0,
vertmix_onoff = 1,
chem_conv_tr = 1,
conv_tr_wetscav = 0,
conv_tr_aqchem = 0,
biomass_burn_opt = 0,
plumerisefire_frq = 30,
have_bcs_chem = .true., .false., .false.,
aer_ra_feedback = 0,
aer_op_opt = 0,
opt_pars_out = 0,
diagnostic_chem = 0,
/
|
-
报错信息
-
anthro_emis生成文件
|