Skip to content

Commit

Permalink
fixup! ice_dyn_vp: fix #42
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-blain committed Aug 10, 2022
1 parent 3070b9f commit 52fd683
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cicecore/cicedynB/dynamics/ice_dyn_vp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1928,6 +1928,10 @@ subroutine calc_bvec (nx_block, ny_block, &
if (icepack_warnings_aborted()) call abort_ice(error_message=subname, &
file=__FILE__, line=__LINE__)

! Initialize to zero
bx = c0
by = c0

do ij = 1, icellu
i = indxui(ij)
j = indxuj(ij)
Expand Down

0 comments on commit 52fd683

Please sign in to comment.