Skip to content

Commit

Permalink
Initialise advection progress arrays, closes #134.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Hannah committed Apr 13, 2015
1 parent 16633c1 commit 20bd5f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tracer/MOM_tracer_advect.F90
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ subroutine advect_tracer(h_end, uhtr, vhtr, OBC, dt, G, CS, Reg)
integer :: isv, iev, jsv, jev ! The valid range of the indices.
integer :: IsdB, IedB, JsdB, JedB

domore_u(:,:) = .false.
domore_v(:,:) = .false.
is = G%isc ; ie = G%iec ; js = G%jsc ; je = G%jec ; nz = G%ke
isd = G%isd ; ied = G%ied ; jsd = G%jsd ; jed = G%jed
IsdB = G%IsdB ; IedB = G%IedB ; JsdB = G%JsdB ; JedB = G%JedB
Expand Down

0 comments on commit 20bd5f9

Please sign in to comment.