I'm trying to run real.exe and I keep getting the same problem:
rsl.out:
rsl.error:
I'm running WRF 4.3 and WPS 4.3, I also tried with WRF and WPS 4.1, both with ERA5 data.
The error message it's always when processing the same time, the only thing I notice is the p array = NaN in rsl.out
Anyone knows what could be the problem? I'm out of ideas now.
rsl.out:
Code:
01 2020-01-19_05:00:00 boundary conditions OK for grid
Using sfcprs to compute psfc
d01 2020-01-19_05:00:00 calling inc/HALO_EM_VINTERP_UV_1_inline.inc
d01 2020-01-19_05:00:00 calling inc/HALO_EM_VINTERP_UV_1_inline.inc
d01 2020-01-19_05:00:00 calling inc/HALO_EM_VINTERP_UV_1_inline.inc
all_dim = 2
order = 2
i,j = 25 113
p array = NaN 4.605170
f array = -1.400978 11.77058
p target= 11.51558 11.51437 11.51316 11.51195
11.51073 11.50952 11.50830 11.50709 11.50512
11.50163 11.49662 11.49006 11.48191 11.47213
11.46069 11.44752 11.43256 11.41501 11.39488
11.37287 11.34887 11.32273 11.29430 11.26340
11.22983 11.19334 11.15364 11.11040 11.06322
11.01160 10.95497 10.89258 10.82353 10.74665
10.66044 10.56286 10.45114 10.32128 10.16730
9.979517 9.740760 9.416257 8.915963
Code:
d01 2020-01-19_05:00:00 flag_soil_layers read from met_em file is 1
d01 2020-01-19_05:00:00 flag_soil_layers at end of optional_lsm_levels is 1
d01 2020-01-19_05:00:00 flag_soil_levels at end of optional_lsm_levels is 0
d01 2020-01-19_05:00:00 st_levels_input = 3 17 64 194
d01 2020-01-19_05:00:00 sm_levels_input = 3 17 64 194
d01 2020-01-19_05:00:00 sw_levels_input = 3 17 64 194
d01 2020-01-19_05:00:00 med_sidata_input: back from init_domain
d01 2020-01-19_05:00:00 med_sidata_input: calling init_domain
d01 2020-01-19_05:00:00 checking boundary conditions for grid
d01 2020-01-19_05:00:00 boundary conditions OK for grid
Using sfcprs to compute psfc
d01 2020-01-19_05:00:00 calling inc/HALO_EM_VINTERP_UV_1_inline.inc
d01 2020-01-19_05:00:00 calling inc/HALO_EM_VINTERP_UV_1_inline.inc
d01 2020-01-19_05:00:00 calling inc/HALO_EM_VINTERP_UV_1_inline.inc
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
real.exe 0000000003097B4A Unknown Unknown Unknown
libpthread-2.27.s 00001508C21A0980 Unknown Unknown Unknown
real.exe 00000000031B694F Unknown Unknown Unknown
real.exe 00000000030FD846 Unknown Unknown Unknown
real.exe 00000000008CF969 Unknown Unknown Unknown
real.exe 000000000044EB85 Unknown Unknown Unknown
real.exe 0000000000456271 Unknown Unknown Unknown
real.exe 00000000004A665D Unknown Unknown Unknown
real.exe 00000000004C630D Unknown Unknown Unknown
real.exe 00000000004076BC Unknown Unknown Unknown
real.exe 00000000004064EB Unknown Unknown Unknown
real.exe 0000000000405B42 Unknown Unknown Unknown
libc-2.27.so 00001508C1A20BF7 __libc_start_main Unknown Unknown
real.exe 0000000000405A2A Unknown Unknown Unknown
I'm running WRF 4.3 and WPS 4.3, I also tried with WRF and WPS 4.1, both with ERA5 data.
The error message it's always when processing the same time, the only thing I notice is the p array = NaN in rsl.out
Anyone knows what could be the problem? I'm out of ideas now.