ehsantaghizadeh
Member
Hi,
I tried to run WRF with three domains and GFS0p25 for initialization. The resolutions are 9 km, 3 km, and 1 km, as shown in the namelist.input file attached. The namelist.wps, domain figure, and all rsl.error and rsl.out files are also attached.
To clarify, the innermost domain focuses on an inlet that covers complex topography. I attempted to run WRF with the following command:
$ mpirun -np 8 ./wrf.exe
However, it encountered the following error.
"""
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 3068012 RUNNING AT klinaklini.unbc.ca
= EXIT CODE: 139
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault (signal 11)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
"""
I suspect this might be related to the high resolution of the innermost domain and its complex topography. Ideally, we need to run WRF at a higher resolution, like 300 m, but we are currently stuck at 1 km. I am unsure how to resolve this issue.
Also, I found the following CFL error:
"""
rsl.error.0005:d03 2019-02-01_12:00:47+02/09 278 points exceeded v_cfl = 2 in domain d03 at time 2019-02-01_12:00:47+02/09 hours
rsl.error.0005:d03 2019-02-01_12:00:47+02/09 Max W: 331 201 3 W: ******* w-cfl: 75.86 dETA: 0.01
rsl.out.0005:d03 2019-02-01_12:00:47+02/09 278 points exceeded v_cfl = 2 in domain d03 at time 2019-02-01_12:00:47+02/09 hours
rsl.out.0005:d03 2019-02-01_12:00:47+02/09 Max W: 331 201 3 W: ******* w-cfl: 75.86 dETA: 0.01
"""
I checked a thread that mentioned a similar issue (Segmentation fault (signal 11)). Based on the discussion in that thread, I tried changing the time step from 30 to 5 seconds, but the problem wasn't resolved.
I don't think changing only the time step will solve this issue. For a resolution of 1 km, even with a 5-second time step, the issue persists. So, what about higher resolutions, like 300 m?
As this task is essential for my thesis, it might require some back-and-forth communication to solve it. I appreciate your patience in advance and look forward to your assistance.
Sincerely,
Ehsan
I tried to run WRF with three domains and GFS0p25 for initialization. The resolutions are 9 km, 3 km, and 1 km, as shown in the namelist.input file attached. The namelist.wps, domain figure, and all rsl.error and rsl.out files are also attached.
To clarify, the innermost domain focuses on an inlet that covers complex topography. I attempted to run WRF with the following command:
$ mpirun -np 8 ./wrf.exe
However, it encountered the following error.
"""
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 3068012 RUNNING AT klinaklini.unbc.ca
= EXIT CODE: 139
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault (signal 11)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
"""
I suspect this might be related to the high resolution of the innermost domain and its complex topography. Ideally, we need to run WRF at a higher resolution, like 300 m, but we are currently stuck at 1 km. I am unsure how to resolve this issue.
Also, I found the following CFL error:
"""
rsl.error.0005:d03 2019-02-01_12:00:47+02/09 278 points exceeded v_cfl = 2 in domain d03 at time 2019-02-01_12:00:47+02/09 hours
rsl.error.0005:d03 2019-02-01_12:00:47+02/09 Max W: 331 201 3 W: ******* w-cfl: 75.86 dETA: 0.01
rsl.out.0005:d03 2019-02-01_12:00:47+02/09 278 points exceeded v_cfl = 2 in domain d03 at time 2019-02-01_12:00:47+02/09 hours
rsl.out.0005:d03 2019-02-01_12:00:47+02/09 Max W: 331 201 3 W: ******* w-cfl: 75.86 dETA: 0.01
"""
I checked a thread that mentioned a similar issue (Segmentation fault (signal 11)). Based on the discussion in that thread, I tried changing the time step from 30 to 5 seconds, but the problem wasn't resolved.
I don't think changing only the time step will solve this issue. For a resolution of 1 km, even with a 5-second time step, the issue persists. So, what about higher resolutions, like 300 m?
As this task is essential for my thesis, it might require some back-and-forth communication to solve it. I appreciate your patience in advance and look forward to your assistance.
Sincerely,
Ehsan