Error when run WRF

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0 0x7F81011B0777
#1 0x7F81011B0D7E
#2 0x7F81008E8CAF
#3 0x279365D in __module_sf_sfclayrev_MOD_psim_stable
#4 0x2797C7F in __module_sf_sfclayrev_MOD_sfclayrev1d
#5 0x279C60D in __module_sf_sfclayrev_MOD_sfclayrev
#6 0x1EFEE34 in __module_surface_driver_MOD_surface_driver
#7 0x17BFA3C in module_first_rk_step_part1_MOD_first_rk_step_part1
#8 0x11B48C9 in solve_em

#9 0x108BC0A in solve_interface

#10 0x471F1A in __module_integrate_MOD_integrate
#11 0x4724FB in __module_integrate_MOD_integrate
#12 0x4724FB in __module_integrate_MOD_integrate
#13 0x4724FB in __module_integrate_MOD_integrate
#14 0x4076E3 in __module_wrf_top_MOD_wrf_run

If you are using csh or tcsh, try this:

limit stacksize unlimited

If you are using sh or bash, use this command:

ulimit -s unlimited

Then try re-running WRF.

This may not solve your problem but the default stack size is often quite small and may result in segmentation faults due to insufficient stack memory.

Hi, do you fix the problem? I need some help.

Please start a new issue, and follow the best practices in the following post. PLEASE READ before posting