We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The debug built hafs_post.x gave the floating overflow error:
forrtl: error (72): floating overflow Image PC Routine Line Source hafs_post.x 000000000293869B Unknown Unknown Unknown libpthread-2.31.s 000014677B26C910 Unknown Unknown Unknown hafs_post.x 0000000000614197 initpost_netcdf_ 2077 INITPOST_NETCDF.f libiomp5.so 000014677AB303F3 __kmp_invoke_micr Unknown Unknown libiomp5.so 000014677AAB4937 _kmp_fork_call Unknown Unknown libiomp5.so 000014677AA78533 kmpc_fork_call Unknown Unknown hafs_post.x 0000000000556631 initpost_netcdf 2074 INITPOST_NETCDF.f hafs_post.x 000000000066705F MAIN 577 WRFPOST.F hafs_post.x 0000000000412EA2 Unknown Unknown Unknown libc-2.31.so 000014677AE3E24D __libc_start_main Unknown Unknown hafs_post.x 0000000000412DBA Unknown Unknown Unknown
It seems that the T(I,J,LM) array has "spval(=9.99e20)" values that causes overflow at this line: TLMH = T(I,J,LM) * T(I,J,LM)
The text was updated successfully, but these errors were encountered:
LinZhu-NOAA
No branches or pull requests
The debug built hafs_post.x gave the floating overflow error:
forrtl: error (72): floating overflow
Image PC Routine Line Source
hafs_post.x 000000000293869B Unknown Unknown Unknown
libpthread-2.31.s 000014677B26C910 Unknown Unknown Unknown
hafs_post.x 0000000000614197 initpost_netcdf_ 2077 INITPOST_NETCDF.f
libiomp5.so 000014677AB303F3 __kmp_invoke_micr Unknown Unknown
libiomp5.so 000014677AAB4937 _kmp_fork_call Unknown Unknown
libiomp5.so 000014677AA78533 kmpc_fork_call Unknown Unknown
hafs_post.x 0000000000556631 initpost_netcdf 2074 INITPOST_NETCDF.f
hafs_post.x 000000000066705F MAIN 577 WRFPOST.F
hafs_post.x 0000000000412EA2 Unknown Unknown Unknown
libc-2.31.so 000014677AE3E24D __libc_start_main Unknown Unknown
hafs_post.x 0000000000412DBA Unknown Unknown Unknown
It seems that the T(I,J,LM) array has "spval(=9.99e20)" values that causes overflow at this line:
TLMH = T(I,J,LM) * T(I,J,LM)
The text was updated successfully, but these errors were encountered: