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
dales/src/modtimestat.f90:1065:0: warning: ‘blh_fld2.dim[2].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized]
profile = blh_fld2(i,j,:)
dales/src/modtimestat.f90:943:0: warning: ‘blh_fld2.dim[2].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
real, allocatable,dimension(:,:,:) :: blh_fld, sv0h, blh_fld2
dales/src/modtimestat.f90:943:0: warning: ‘blh_fld2.dim[1].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized]
dales/src/modtimestat.f90:1083:0: warning: ‘blh_fld2.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
blh_fld2(i1,2:j1,:) = blh_fld(i1-1,2:j1,:) + blh_fld(i1,2:j1,:) + blh_fld(2,2:j1,:)
dales/src/modtimestat.f90:367:0: warning: ‘patchy’ may be used uninitialized in this function [-Wmaybe-uninitialized]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: