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

Bug in GFS_diagnostics.F90 #791

Closed
climbfuji opened this issue Feb 29, 2024 · 1 comment · Fixed by #792
Closed

Bug in GFS_diagnostics.F90 #791

climbfuji opened this issue Feb 29, 2024 · 1 comment · Fixed by #792
Assignees

Comments

@climbfuji
Copy link
Collaborator

There's a bug in GFS_diagnostics.F90 where the code tries to output sfcprop%wetness without checking if RUC is used (and the variable is only allocated for RUC):

ExtDiag(idx)%data(nb)%var2 => sfcprop(nb)%wetness(:)

What's more, that variable is already output correctly earlier in the file:

ExtDiag(idx)%data(nb)%var2 => Sfcprop(nb)%wetness(:)

@climbfuji
Copy link
Collaborator Author

I'll propose a fix for this shortly

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