Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

error while running wrf.exe

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

deva_wrf

Member
hello everyone,
i am the new user in wrf, i got some error while running ./wrf.exe (using serial run) the ./real.exe is successfully run and produce wrfinput_d01 and wrfinput_d02 (initial condition file to run wrf )

Timing for Writing wrfout_d01_2018-12-30_00:00:00 for domain 1: 0.10562 elapsed seconds
d01 2018-12-30_00:00:00 Input data is acceptable to use: wrfbdy_d01
Timing for processing lateral boundary for domain 1: 0.00348 elapsed seconds
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
wrf.exe 0000000002E50D13 for__signal_handl Unknown Unknown
libpthread-2.17.s 00007FBCE28475D0 Unknown Unknown Unknown
wrf.exe 0000000001302C40 Unknown Unknown Unknown
wrf.exe 00000000011DA5E0 Unknown Unknown Unknown
wrf.exe 000000000055569B Unknown Unknown Unknown
wrf.exe 000000000040EAD1 Unknown Unknown Unknown
wrf.exe 000000000040EA8F Unknown Unknown Unknown
wrf.exe 000000000040EA22 Unknown Unknown Unknown
libc-2.17.so 00007FBCE248D3D5 __libc_start_main Unknown Unknown
wrf.exe 000000000040E929 Unknown Unknown Unknown

please respond to that
 
This is possibly a memory issue. Please build WRF in dmpar mode, then run with multiple processors. In this case, you will have more memory and hope the model can run. Please let me know if you still have problems.
 
Dear ming chen

Thanks for your reply
i got the solution, run ‘unlimit’ or ‘ulimit -s unlimited’ in terminal before running ./real.exe, this solve my problem
for more detail go to the manual.
 
Top