Hi,
I have a problem running WRF on domain with a nest inside.
Running WRF fails with the following error:
In the rsl.error.00* files I see only this kind of error:
Can somebody help me with this problem ?
This is my namelist.input file:
I've attached 10 of the 12 rsl.error files with the error:View attachment rsl.error.0001.txtView attachment rsl.error.0002.txtView attachment rsl.error.0003.txtView attachment rsl.error.0005.txtView attachment rsl.error.0006.txtView attachment rsl.error.0009.txtView attachment rsl.error.0010.txtView attachment rsl.error.0011.txtView attachment rsl.error.0018.txtView attachment rsl.error.0021.txt
Thank you in advance,
Todor
I have a problem running WRF on domain with a nest inside.
Running WRF fails with the following error:
Code:
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 1376 RUNNING AT 4f09ebffaa69
= EXIT CODE: 7
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Bus error (signal 7)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
INFO:__main__:Time wrf.exe, #procs: 28 : 9.36809492111206 seconds
WARNING:__main__:Executing wrf.exe failed. Error: starting wrf task 11 of 28
In the rsl.error.00* files I see only this kind of error:
Code:
Program received signal SIGBUS: Access to an undefined portion of a memory object.
Backtrace for this error:
#0 0x7f807deed32a
#1 0x7f807deec503
#2 0x7f807d569fcf
#3 0x7f807d6b9d8f
#4 0x7f807e41ccd4
#5 0x7f807e4075ff
#6 0x7f807e411526
#7 0x7f807e3a376a
#8 0x7f807e2f1988
#9 0x7f807e2f21b1
#10 0x7f807e2f27c0
#11 0x55ada6e73b88
#12 0x55ada6cfcb69
#13 0x55ada6cfd1ca
#14 0x55ada7931a73
#15 0x55ada7933829
#16 0x55ada7930a2d
#17 0x55ada7930503
#18 0x55ada7939105
#19 0x55ada7c69bb6
#20 0x55ada7820115
#21 0x55ada779cbbe
#22 0x55ada787ad6a
#23 0x55ada787be55
#24 0x55ada787d121
#25 0x55ada6a3493f
#26 0x55ada6a34f88
#27 0x55ada69c6b17
#28 0x55ada69c647e
#29 0x7f807d54cb96
#30 0x55ada69c64b9
#31 0xffffffffffffffff
Can somebody help me with this problem ?
This is my namelist.input file:
Code:
&time_control
run_days = 0,
run_hours = 00,
run_minutes = 0,
run_seconds = 0,
start_year = 2020, 2020,
start_month = 06, 06,
start_day = 09, 09,
start_hour = 00, 00,
start_minute = 00, 00,
start_second = 00, 00,
end_year = 2020, 2020,
end_month = 06, 06,
end_day = 12, 12,
end_hour = 00, 00,
end_minute = 00, 00,
end_second = 00, 00,
interval_seconds = 10800
input_from_file = .true.,.true.,
history_interval = 60, 60,
frames_per_outfile = 1000, 1000,
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
time_step = 162,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 195, 301,
e_sn = 162, 223,
e_vert = 35, 35,
p_top_requested = 5000,
num_metgrid_levels = 34,
num_metgrid_soil_levels = 4,
dx = 27000, 9000,
dy = 27000, 9000,
grid_id = 1, 2,
parent_id = 1, 1,
i_parent_start = 1, 47,
j_parent_start = 1, 45,
parent_grid_ratio = 1, 3,
parent_time_step_ratio = 1, 3,
feedback = 1,
smooth_option = 0,
/
&physics
mp_physics = 7, 7,
use_aero_icbc = .true.,
use_rap_aero_icbc = .true.,
aer_opt = 2,
aer_aod550_opt = 1,
aer_aod550_val = 0.12,
aer_angexp_opt = 1,
aer_angexp_val = 1.7,
aer_ssa_opt = 1,
aer_asy_opt = 1,
shcu_physics = 2, 2,
ra_lw_physics = 3, 3,
ra_sw_physics = 3, 3,
radt = 30, 30,
bl_mynn_edmf = 0, 0,
sf_sfclay_physics = 5, 5,
sf_surface_physics = 2, 2,
bl_pbl_physics = 5, 5,
bldt = 0, 0,
cu_physics = 1, 1,
cudt = 5, 5,
isfflx = 1,
ifsnow = 0,
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,
/
&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,
/
I've attached 10 of the 12 rsl.error files with the error:View attachment rsl.error.0001.txtView attachment rsl.error.0002.txtView attachment rsl.error.0003.txtView attachment rsl.error.0005.txtView attachment rsl.error.0006.txtView attachment rsl.error.0009.txtView attachment rsl.error.0010.txtView attachment rsl.error.0011.txtView attachment rsl.error.0018.txtView attachment rsl.error.0021.txt
Thank you in advance,
Todor