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

Uninitialized variables in subflds_g2 cause runtime error on WCOSS #8

Closed
kgerheiser opened this issue Dec 10, 2021 · 0 comments · Fixed by #9
Closed

Uninitialized variables in subflds_g2 cause runtime error on WCOSS #8

kgerheiser opened this issue Dec 10, 2021 · 0 comments · Fixed by #9

Comments

@kgerheiser
Copy link

Some errors the compiler caught with -check all

  • Lots of implicit variables

  • igdnum, fhr3, fhr4, ihrs1 are undefined

  • Looping over gfld%ipdtmpl 200 times when it has a size 30

  • Writing out-of-bounds by assigning PDS_RAIN_HOLD (size of 200) to gfld%ipdtmpl which has a size of 30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant