milancurcic
New member
I'm setting up a vortex following run with WRF 4.2.1. It's built on IBM Power9 using XL compilers.
The model runs, however I hit a segmentation fault as soon as the inner nests makes a move. I tested this by varying the time_to_move variable. The end of the log looks like this:
And here are the vortex-following related namelist parameters:
If it helps, I attach the full namelist.input and rsl.error.0000 files.
How can I best diagnose this?
Thank you!
Milan
The model runs, however I hit a segmentation fault as soon as the inner nests makes a move. I tested this by varying the time_to_move variable. The end of the log looks like this:
Code:
...
Timing for main: time 2019-08-30_00:01:55 on domain 2: 0.68377 elapsed seconds
Timing for main: time 2019-08-30_00:02:00 on domain 2: 0.69296 elapsed seconds
ATCF 2019-08-30_00:02:00 22.91 -67.75 995.2 45.5
2019-08-30_00:02:00 vortex center (in nest x and y): 225.6396637 210.9163208
2019-08-30_00:02:00 grid center (in nest x and y): 200.0000000 200.0000000
2019-08-30_00:02:00 disp : 6.000000000 6.000000000
2019-08-30_00:02:00 move (rel cd) : 1 1
moving 2 1 1
Signal received: SIGSEGV - Segmentation violation
Traceback:
And here are the vortex-following related namelist parameters:
Code:
&domains
time_step = 15
time_step_fract_num = 0
time_step_fract_den = 1
max_dom = 2
e_we = 664, 400
e_sn = 700, 400
e_vert = 40, 40
p_top_requested = 5000
num_metgrid_levels = 34
num_metgrid_soil_levels = 4
dx = 3000, 1000
dy = 3000, 1000
grid_id = 1, 2, 3
parent_id = 1, 1, 2
i_parent_start = 1, 471
j_parent_start = 1, 208
parent_grid_ratio = 1, 3
parent_time_step_ratio = 1, 3
feedback = 1
smooth_option = 0
vortex_interval = 5, 5
max_vortex_speed = 15, 15
corral_dist = 8, 8
track_level = 70000
time_to_move = 0, 2
use_surface = .false.
/
If it helps, I attach the full namelist.input and rsl.error.0000 files.
How can I best diagnose this?
Thank you!
Milan