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
Describe the bug The w3triamd code fails to build with gnu compiler on develop branch.
To Reproduce Compile ww3_grid with develop branch when using gnu compilers.
Expected behavior Looks to be caused by using SIGN with real(4) and real(8) variables.
The text was updated successfully, but these errors were encountered:
@thesser1 Just from a conversation we had, a fix would be converting 360.0 to 360.0d0 to make it a real(8) instead of real(4) in: https://github.com/NOAA-EMC/WW3/blob/develop/model/ftn/w3triamd.ftn#L2823-#L2828 So I keep it for the record here.
Sorry, something went wrong.
fixing issue NOAA-EMC#339 and adding usace regtest matrix
5500271
fixing issue #339 and adding usace regtest matrix (#340)
c4926b5
Successfully merging a pull request may close this issue.
Describe the bug
The w3triamd code fails to build with gnu compiler on develop branch.
To Reproduce
Compile ww3_grid with develop branch when using gnu compilers.
Expected behavior
Looks to be caused by using SIGN with real(4) and real(8) variables.
The text was updated successfully, but these errors were encountered: