Hi there,
I am using WRF v4.2.2 compiled with intel 18.0.1. On the second part of an ndown run, I get a floating point overflow in sint.F L:301-304 (cf. https://github.com/wrf-model/WRF/blob/f311cd5e136631ebf3ebaa02b4b7be3816ed171f/share/sint.F#L301-L304).
While trying to figure out what went wrong, I saw some strange behaviour in the vertical wind component (cf. attachment). Also all fields associated with W are 0 in the wrfbdy_d01, which was generated by ndown.exe, however I didn't see any errors in the rsl.error* logs of ndown.
Is there a possibility that the W fields being zero in the bdy file causes trouble in the interpolation routine?
Thanks in advance,
Lukas
PS: please find namelist.input file attached
I am using WRF v4.2.2 compiled with intel 18.0.1. On the second part of an ndown run, I get a floating point overflow in sint.F L:301-304 (cf. https://github.com/wrf-model/WRF/blob/f311cd5e136631ebf3ebaa02b4b7be3816ed171f/share/sint.F#L301-L304).
Code:
d02 2019-07-21_06:00:00 calling inc/HALO_FORCE_DOWN_inline.inc
forrtl: error (72): floating overflow
Image PC Routine Line Source
wrf.exe 0000000013DBA9AE Unknown Unknown Unknown
libpthread-2.12.s 00002B58535EE7E0 Unknown Unknown Unknown
wrf.exe 0000000007142B4F sintb_ 302 sint.f90
wrf.exe 00000000070B4580 bdy_interp1_ 2557 interp_fcn.f90
wrf.exe 00000000070B073C bdy_interp_ 2365 interp_fcn.f90
wrf.exe 0000000003F99B1F force_domain_em_p 11330 module_dm.f90
wrf.exe 0000000008317DB7 med_force_domain_ 543 mediation_force_domain.f90
wrf.exe 00000000074F8A72 med_nest_force_ 660 mediation_integrate.f90
wrf.exe 00000000005F6923 module_integrate_ 361 module_integrate.f90
wrf.exe 0000000000414286 module_wrf_top_mp 324 module_wrf_top.f90
wrf.exe 00000000004136E5 MAIN__ 44 wrf.f90
wrf.exe 000000000041369E Unknown Unknown Unknown
libc-2.12.so 00002B585381AD20 __libc_start_main Unknown Unknown
wrf.exe 00000000004135A9 Unknown Unknown Unknown
While trying to figure out what went wrong, I saw some strange behaviour in the vertical wind component (cf. attachment). Also all fields associated with W are 0 in the wrfbdy_d01, which was generated by ndown.exe, however I didn't see any errors in the rsl.error* logs of ndown.
Is there a possibility that the W fields being zero in the bdy file causes trouble in the interpolation routine?
Thanks in advance,
Lukas
PS: please find namelist.input file attached