- 积分
- 41
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2022-4-5
- 最后登录
- 1970-1-1
|
1金钱
在wrf运行时,出现以下错误:Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x7ff762a0b2ed in ???
#1 0x7ff762a0a503 in ???
#2 0x7ff76206f03f in ???
#3 0x7ff7658f68ad in ???
#4 0x7ff76519a3ab in ???
#5 0x7ff7649cd69b in ???
#6 0x7ff7644d640d in ???
#7 0x7ff7643909cf in ???
#8 0x7ff7636a9e39 in ???
#9 0x7ff76363fc07 in ???
#10 0x7ff76363f56e in ???
#11 0x7ff762051bf6 in ???
#12 0x7ff76363f5a9 in ???
#13 0xffffffffffffffff in ???
以下是我的namelist input 设置
&time_control
run_days = 0,
run_hours = 36,
run_minutes = 0,
run_seconds = 0,
start_year = 2018, 2018,
start_month = 07, 07,
start_day = 04, 04,
start_hour = 12, 12,
start_minute = 00, 00,
start_second = 00, 00,
end_year = 2018, 2018,
end_month = 07, 07,
end_day = 06, 06,
end_hour = 00, 00,
end_minute = 00, 00,
end_second = 00, 00,
interval_seconds = 21600,
input_from_file = .true., .true.,
history_interval = 180, 60,
frames_per_outfile = 1, 1,
restart = .false.,
restart_interval = 5000,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
debug_level = 0,
/
&domains
eta_levels = 1.000, 0.963, 0.9259, 0.8889, 0.8519,
0.8148, 0.7778, 0.7407, 0.7037, 0.6667,
0.6296, 0.5926, 0.5556, 0.5185, 0.4815,
0.4444, 0.4074, 0.3704, 0.3333, 0.2963,
0.2593, 0.2222, 0.1852, 0.1481, 0.1111,
0.0741, 0.037, 0.000,
time_step = 120,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 254, 364,
e_sn = 146, 232,
e_vert = 28, 28,
p_top_requested = 5000.0,
num_metgrid_levels = 33,
num_metgrid_soil_levels = 4,
dx = 30000, 10000,
dy = 30000, 10000,
grid_id = 1, 2,
parent_id = 1, 1,
i_parent_start = 1, 60,
j_parent_start = 1, 33,
parent_grid_ratio = 1, 3,
parent_time_step_ratio = 1, 3,
feedback = 1,
smooth_option = 1,
sfcp_to_sfcp =.true.,
/
&physics
mp_physics = 8, 8,
ra_lw_physics = 1, 1,
ra_sw_physics = 1, 1,
radt = 30, 30,
sf_sfclay_physics = 2, 2,
sf_surface_physics = 2, 2,
bl_pbl_physics = 2, 2,
bldt = 0, 0,
cu_physics = 4, 4,
cudt = 0, 0,
isfflx = 1,
ifsnow = 1,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 0, 0,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
Shallowcu_forced_ra = .true.,
num_land_cat = 21,
/
&fdda
/
&dynamics
w_damping = 0,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 0, 0,
diff_6th_factor = 0.12, 0.12,
base_temp = 290.,
damp_opt = 0,
zdamp = 5000., 5000.,
dampcoef = 0.2, 0.2,
khdif = 0, 0,
kvdif = 0, 0,
non_hydrostatic = .true., .true.,
moist_adv_opt = 1, 1,
scalar_adv_opt = 1, 1,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false.,
nested = .false., .true.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
其中,是因为改动了积云对流化参数化方案,导致出现的错误。
求解决办法!!!!!!!!!!!!!谢谢大家啦
|
|