We are using WRFV3.9 compiled with Intel compilers and running on a Red Hat Linux Server with multiple cores.
We are using previous WRF grib1 output from a 1 km resolution domain initialized with the NCEP HRRR model to initialize the next hours WRF run for the same geographical area covered by the first WRF run. The model runs completes GEOGRID, UNGRIB, and METGRIB without any errors (so the entire WPS process). When we then use the met_em files in the real.exe program it fails with a segmentation fault with the following error in the rsl.error file.
From Google searches I can find it is likely a skin temperature issue. When I view the met_em file and look at the skin temperature field the top row of the product is set to zero while the rest of the values look reasonable.
-------------- FATAL CALLED --------------- FATAL CALLED FROM FILE: LINE: 2946
grid%tsk unreasonable
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
forrtl: error (78): process killed (SIGTERM)
Image PC Routine Line Source
real.exe 0000000002708724 for__signal_handl Unknown Unknown
libpthread-2.17.s 00002AE637D96630 Unknown Unknown Unknown
libpthread-2.17.s 00002AE637D9575B read Unknown Unknown
libmpi.so.12.0.0 00002AE6374CE76F Unknown Unknown Unknown
libmpi.so.12.0.0 00002AE6374CDB02 Unknown Unknown Unknown
libmpi.so.12.0.0 00002AE636DE8382 Unknown Unknown Unknown
libmpi.so.12.0.0 00002AE636ABA3C5 MPI_Abort Unknown Unknown
libmpifort.so.12. 00002AE63671A12D mpi_abort Unknown Unknown
real.exe 0000000000A57E46 Unknown Unknown Unknown
real.exe 00000000007E97AD Unknown Unknown Unknown
real.exe 00000000004792EF Unknown Unknown Unknown
real.exe 0000000000497785 Unknown Unknown Unknown
real.exe 0000000000411775 Unknown Unknown Unknown
real.exe 000000000040FF22 Unknown Unknown Unknown
libc-2.17.so 00002AE6384CB545 __libc_start_main Unknown Unknown
real.exe 000000000040FE29 Unknown Unknown Unknown
Any ideas of why this single row in our met_em skin temperature field is zero or if there is another issue that could be causing the failure?
Thanks in advance!
We are using previous WRF grib1 output from a 1 km resolution domain initialized with the NCEP HRRR model to initialize the next hours WRF run for the same geographical area covered by the first WRF run. The model runs completes GEOGRID, UNGRIB, and METGRIB without any errors (so the entire WPS process). When we then use the met_em files in the real.exe program it fails with a segmentation fault with the following error in the rsl.error file.
From Google searches I can find it is likely a skin temperature issue. When I view the met_em file and look at the skin temperature field the top row of the product is set to zero while the rest of the values look reasonable.
-------------- FATAL CALLED --------------- FATAL CALLED FROM FILE: LINE: 2946
grid%tsk unreasonable
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
forrtl: error (78): process killed (SIGTERM)
Image PC Routine Line Source
real.exe 0000000002708724 for__signal_handl Unknown Unknown
libpthread-2.17.s 00002AE637D96630 Unknown Unknown Unknown
libpthread-2.17.s 00002AE637D9575B read Unknown Unknown
libmpi.so.12.0.0 00002AE6374CE76F Unknown Unknown Unknown
libmpi.so.12.0.0 00002AE6374CDB02 Unknown Unknown Unknown
libmpi.so.12.0.0 00002AE636DE8382 Unknown Unknown Unknown
libmpi.so.12.0.0 00002AE636ABA3C5 MPI_Abort Unknown Unknown
libmpifort.so.12. 00002AE63671A12D mpi_abort Unknown Unknown
real.exe 0000000000A57E46 Unknown Unknown Unknown
real.exe 00000000007E97AD Unknown Unknown Unknown
real.exe 00000000004792EF Unknown Unknown Unknown
real.exe 0000000000497785 Unknown Unknown Unknown
real.exe 0000000000411775 Unknown Unknown Unknown
real.exe 000000000040FF22 Unknown Unknown Unknown
libc-2.17.so 00002AE6384CB545 __libc_start_main Unknown Unknown
real.exe 000000000040FE29 Unknown Unknown Unknown
Any ideas of why this single row in our met_em skin temperature field is zero or if there is another issue that could be causing the failure?
Thanks in advance!