-
Notifications
You must be signed in to change notification settings - Fork 150
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
GSI for RRFS does not build without warning prints #751
Comments
@MatthewPyle-NOAA I will take a look at this issue. |
Thanks @ShunLiu-NOAA |
9 tasks
9 tasks
@ShunLiu-NOAA , what is the status of this issue? |
I will work on regression test and update my PR. |
Thank you, @ShunLiu-NOAA |
hu5970
pushed a commit
that referenced
this issue
Oct 1, 2024
This PR is to initialize variables in observer_fv3reg.f90 to avoid the warning message when compiling. The change will update regional EnKF excutable. However, the current regression test can't identify the changes in regional EnKF mode. The difference between before and after this update is that no warning message appears when compiling regional EnKF. This PR is to address #751 **Type of change** - [x] Bug fix (non-breaking change which fixes an issue) **Checklist** - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NCO has been getting stricter about codes compiling cleanly, without warnings. I see warning prints, but limited to a single routine (src/enkf/observer_fv3reg.f90), that are of this type:
Would like to see this item cleaned up well ahead of code delivery for the RRFS - hopefully a straightforward item to correct.
The text was updated successfully, but these errors were encountered: