- 积分
- 6575
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-3-15
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
新手刚开始学习WRF-Chem,自己弄了好长时间,还是找不出出错的原因,求助大家的帮忙,非常感谢~
./real.exe 后没有错误,提交任务运行后,rsl.e文件出现的错误信息是:
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 307
ERROR: chem_conv_tr=1 requires cu_diag=1
但是我设置了chem_conv_tr = 0 ,cu_physics = 1, cu_diag 没有设置还是有错(设置成cu_diag=0,出现同样错误)
这是我namelist.input的内容:
&physics
mp_physics = 2, 2, 2,
progn = 0,
ra_lw_physics = 1, 1, 1,
ra_sw_physics = 1, 1, 1,
radt = 18, 6, 6,
sf_sfclay_physics = 1, 1, 1,
sf_surface_physics = 2, 2, 1,
bl_pbl_physics = 1, 1, 1,
bldt = 0, 0, 0,
cu_physics = 1, 0, 0,
cudt = 0, 0, 0,
ishallow = 1,
isfflx = 1,
ifsnow = 0,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 0, 0, 0,
&fdda
/
&dynamics
w_damping = 0,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 0, 0, 0,
diff_6th_factor = 0.12, 0.12, 0.12,
base_temp = 290.
damp_opt = 0,
zdamp = 5000., 5000., 5000.,
dampcoef = 0.2, 0.2, 0.2
khdif = 0, 0, 0,
kvdif = 0, 0, 0,
non_hydrostatic = .true., .true., .true.,
moist_adv_opt = 1, 1, 1,
scalar_adv_opt = 1, 1, 1,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false.,.false.,
nested = .false., .true., .true.,
/
&grib2
/
&chem
kemit = 1,
chem_opt = 2, 2,
bioemdt = 30, 30,
photdt = 30, 30,
chemdt = 3.0, 3.0,
io_style_emissions = 1,
emiss_opt = 3, 3,
chem_in_opt = 0, 0,
emiss_inpt_opt = 1, 1,
phot_opt = 2, 2,
gas_drydep_opt = 1, 1,
aer_drydep_opt = 1, 1,
bio_emiss_opt = 1, 1,
&ne_area = 104, 104,
dust_opt = 2,
dmsemis_opt = 0,
seas_opt = 2,
depo_fact = 0.25, 0.25
gas_bc_opt = 1, 1,
gas_ic_opt = 1, 1,
aer_bc_opt = 1, 1,
aer_ic_opt = 1, 1,
gaschem_onoff = 1, 1,
aerchem_onoff = 1, 1,
wetscav_onoff = 0, 0,
cldchem_onoff = 0, 0,
vertmix_onoff = 0, 0,
chem_conv_tr = 0, 0,
conv_tr_wetscav = 0, 0,
conv_tr_aqchem = 0, 0,
biomass_burn_opt = 0, 0,
plumerisefire_frq = 30, 30,
have_bcs_chem = .false., .false., .false.,
aer_ra_feedback = 0, 0,
aer_op_opt = 0, 0,
opt_pars_out = 0, 0,
diagnostic_chem = 0,
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
因为刚开始学习WRF-Chem,不知道是不是我的namelist哪里设置不正确,才一直出现了这样的错。
|
|