You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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):
fv3atm/ccpp/driver/GFS_diagnostics.F90
Line 4106 in 2d34223
What's more, that variable is already output correctly earlier in the file:
fv3atm/ccpp/driver/GFS_diagnostics.F90
Line 2233 in 2d34223
The text was updated successfully, but these errors were encountered: