- 积分
- 58
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2024-4-3
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我使用meic2wrf制作wrfchemi chemi是RADM2机制的,我选择chem_opt = 10 emiss_inpt_opt=101 emiss_opt=4 想让其遵循CBMZ MOSAIC框架并运行,但是我只要这样运行就会报分段错误或者内存错误,内存一定是够的,因为我再选择chem_opt = 2的时候就可以正常运行,有没有人知道这是什么原因呢?
namelist chem部分设置:
&chem
kemit = 11,
chem_opt = 10, 10, 10,
bioemdt = 6., 2., 0.666666666,
photdt = 30, 30, 30,
chemdt = 6., 2., 0.666666666,
io_style_emissions = 1,
emiss_inpt_opt = 101, 101, 101,
emiss_opt = 4, 4, 4,
chem_in_opt = 0, 0, 0,
phot_opt = 2, 2, 2,
gas_drydep_opt = 1, 1, 1,
aer_drydep_opt = 1, 1, 1,
bio_emiss_opt = 1, 3, 3,
dust_opt = 3,
dmsemis_opt = 0,
seas_opt = 2,
gas_bc_opt = 1, 1, 1,
gas_ic_opt = 1, 1, 1,
aer_bc_opt = 1, 1, 1,
aer_ic_opt = 1, 1, 1,
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,
chem_conv_tr = 1,
biomass_burn_opt = 0, 0, 0,
plumerisefire_frq = 30, 30, 30,
aer_ra_feedback = 1, 1, 1,
have_bcs_chem = .false., .false., .false.,
aer_op_opt = 3,
opt_pars_out = 1,
!ne_area = 300,
/
rsl报错信息如下
WRF TILE 1 IS 67 IE 99 JS 1 JE 20
WRF NUMBER OF TILES = 1
d01 2024-12-08_00:00:00 ----------------------------------------
d01 2024-12-08_00:00:00 W-DAMPING BEGINS AT W-COURANT NUMBER = 1.00000000
d01 2024-12-08_00:00:00 ----------------------------------------
photolysis_driver: called for domain 1
d01 2024-12-08_00:00:00
d01 2024-12-08_00:00:00 output from dump_cbmz_gasodeinfo
d01 2024-12-08_00:00:00 oderegime(1-6) 0 18560 0 0 0 0
d01 2024-12-08_00:00:00 odestatus(1-6) 18560 0 0 0 0 18560
d01 2024-12-08_00:00:00 inforodas(1-3) 0--000018560 0--000569384 0--000284692
d01 2024-12-08_00:00:00 inforodas(4-6) 0--000244623 0--000040069 0--000000000
newnucbb mins 2.33E+02 5.00E-02 1.00E-10 5.00E-11 4.37E-12 0.00E+00
newnucbb maxs 3.03E+02 8.97E-01 1.00E-10 5.00E-11 5.00E-12 8.70E+07
newnucbb avgs 2.74E+02 5.60E-01 1.00E-10 5.00E-11 4.98E-12 8.50E+07
newnucbb hinuc 2.99E+02 5.65E-01 1.00E-10 5.00E-11 5.00E-12 8.70E+07
newnucbb dtnuc 1.08E+02
newnucbb ncnt 18560 18457 0 0 0 0 0
coagbb ncntaa 18560 0 0 0 36754 0 0 0 0 0
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x1507b6fee960 in ???
#1 0x1507b6fedac5 in ???
#2 0x1507b6bde51f in ???
#3 0x564108a3272f in med_nest_force_
#4 0x5641068417de in __module_integrate_MOD_integrate
#5 0x5641067a3cb7 in __module_wrf_top_MOD_wrf_run
#6 0x5641067a313e in main
"rsl.error.0002" 707L, 29891B
|
|