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
In the “nonorographic_gwd” process calculations in lines 697-710 of ugwpv1_gsldrag.F90. The “dudt_ngw” variable (and two others) are indexed with (i,k). We are not in an (i,k) loop so these should be (:,:).
The text was updated successfully, but these errors were encountered:
Description
In the “nonorographic_gwd” process calculations in lines 697-710 of ugwpv1_gsldrag.F90. The “dudt_ngw” variable (and two others) are indexed with (i,k). We are not in an (i,k) loop so these should be (:,:).
The text was updated successfully, but these errors were encountered: