Skip to content

Commit

Permalink
add array bounds for initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
whannah1 committed Jan 6, 2025
1 parent 763d5be commit 2e7faf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/eam/src/physics/cam/zm_conv_intr.F90
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ subroutine zm_conv_tend(pblh, mcon, cme, tpert, dlftot, pflx, zdu, &
dnsf(pcols,pver), &
wuc(pcols,pver) )
end if
wuc(:,:) = 0
wuc(1:pcols,1:pver) = 0

call pbuf_get_field(pbuf, lambdadpcu_idx, lambdadpcu)
call pbuf_get_field(pbuf, mudpcu_idx, mudpcu)
Expand Down

0 comments on commit 2e7faf7

Please sign in to comment.