-
Notifications
You must be signed in to change notification settings - Fork 568
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
Resolve compiler build 'remarks' #1199
Comments
Status I've currently resolved all the remarks except the two in file, |
@MatthewMasarik-NOAA can we address these in the develop branch and then merge to dev/ufs-weather-model? |
@mickaelaccensi, I was curious if you could comment on the following code. For the two Lines 824 to 832 in e085bcf
Satisfying the equality would take
and
|
@JessicaMeixner-NOAA, yes I think that should be straightforward. I'll confirm the compiler output for the |
it should be fine. You can double check it works by running ww3_tp2.18. Further in the code, it is even written in F12.9 format ....
|
that's great to hear. thanks @mickaelaccensi for your quick reply. I'll do the check of ww3_tp2.18 -- thanks for that suggestion! |
update ' |
note The
is not found in the |
Describe the bug
When building WW3 there are a few compiler
remark
s that should be resolved.To Reproduce
Compile WW3 then grep through the build log for
remark
.Expected behavior
Compiling should not produce any error/warning/remark/etc messages.
Screenshots
Additional context
ufs-weather-model
issue: Compiler warnings may not be suppressed ufs-community/ufs-weather-model#1984. For WW3 specific see discussion post: Compiler warnings may not be suppressed ufs-community/ufs-weather-model#1984 (comment).The text was updated successfully, but these errors were encountered: