Skip to content
New issue

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

debug built hafs_post.x error: floating overflow #1121

Open
LinZhu-NOAA opened this issue Jan 24, 2025 · 0 comments
Open

debug built hafs_post.x error: floating overflow #1121

LinZhu-NOAA opened this issue Jan 24, 2025 · 0 comments
Assignees
Labels
bug Something isn't working HAFS

Comments

@LinZhu-NOAA
Copy link
Contributor

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)

@WenMeng-NOAA WenMeng-NOAA added bug Something isn't working HAFS labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working HAFS
Projects
None yet
Development

No branches or pull requests

2 participants