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

Question about WRF/WPS versions

mlwasserstein

New member
I am trying to run a WRF simulation and successfully execute everything through real.exe, but when trying to run wrf.exe, my simulation crashes almost instantly. Here is the error message at the end of my rsl.error.0000 file:

Code:
forrtl: error (78): process killed (SIGTERM)
Image              PC                Routine            Line        Source             
wrf.exe            00000000031D507B  for__signal_handl     Unknown  Unknown
libpthread-2.28.s  0000146F61F38CF0  Unknown               Unknown  Unknown
libmpi.so.40.30.1  0000146F625D4921  ompi_coll_libnbc_     Unknown  Unknown
libopen-pal.so.40  0000146F5D2039CA  opal_progress         Unknown  Unknown
libmpi.so.40.30.1  0000146F6254DEAF  ompi_request_defa     Unknown  Unknown
libmpi.so.40.30.1  0000146F62592371  MPI_Wait              Unknown  Unknown
wrf.exe            0000000003154831  Unknown               Unknown  Unknown
wrf.exe            00000000017DB223  Unknown               Unknown  Unknown
wrf.exe            0000000001EA8FE6  Unknown               Unknown  Unknown
wrf.exe            00000000016FC8E6  Unknown               Unknown  Unknown
wrf.exe            0000000001519F78  Unknown               Unknown  Unknown
wrf.exe            00000000005BA22F  Unknown               Unknown  Unknown
wrf.exe            0000000000414E51  Unknown               Unknown  Unknown
wrf.exe            0000000000414E0F  Unknown               Unknown  Unknown
wrf.exe            0000000000414DA2  Unknown               Unknown  Unknown
libc-2.28.so       0000146F61B9BD85  __libc_start_main     Unknown  Unknown
wrf.exe            0000000000414CAE  Unknown               Unknown  Unknown

Clearly, there is not too much information here for me to detect what the problem may be.

My biggest suspicion, though is that it is due to differences in versions of WRF and WPS that I've been using.

I've taken geo_em* files that were created with wpsv4.2 and used those in wpsv4.5 to run ungrib and metgrid. And then I used wrfv4.5 to run real.exe and wrf.exe, before wrf.exe crashed almost immediately. I'm wondering if my differences in versions is the issue here. Are you required to use the same version of WRF and WPS throughout the entirety of the simulation process?
 
The difference in versions for WPS and WRF shouldn't be causing this problem. Can you attach your namelist.input file, as well as your WRF error/out log(s). If you have several rsl.* files, please package those together into a single *.tar or zipped file and attach that. Thanks!
 
Thanks for your help. My namelist.input file and rsl.* files are attached.

-Michael
 

Attachments

  • namelist (1).input
    4.6 KB · Views: 2
  • rsl_files.tar
    960 KB · Views: 1
Top