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

GSI for RRFS does not build without warning prints #751

Open
MatthewPyle-NOAA opened this issue Jun 4, 2024 · 2 comments · May be fixed by #753
Open

GSI for RRFS does not build without warning prints #751

MatthewPyle-NOAA opened this issue Jun 4, 2024 · 2 comments · May be fixed by #753
Assignees

Comments

@MatthewPyle-NOAA
Copy link

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:

/lfs/h2/emc/lam/noscrub/Matthew.Pyle/rrfs-workflow_warnings/sorc/gsi/src/enkf/observer_fv3reg.f90(24): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [IX]
subroutine setup_linhx(rlat, rlon, time, ix, delx, ixp, delxp, iy, dely,  &
-----------------------------------------^

Would like to see this item cleaned up well ahead of code delivery for the RRFS - hopefully a straightforward item to correct.

@ShunLiu-NOAA
Copy link
Contributor

@MatthewPyle-NOAA I will take a look at this issue.

@MatthewPyle-NOAA
Copy link
Author

Thanks @ShunLiu-NOAA

@ShunLiu-NOAA ShunLiu-NOAA self-assigned this Jun 5, 2024
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.

2 participants