Skip to content

Commit

Permalink
added missing pass_vector call for Au and Av
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-huth committed Aug 23, 2023
1 parent 5b99fdb commit 1f4d869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ice_shelf/MOM_ice_shelf_dynamics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,8 @@ subroutine ice_shelf_solve_outer(CS, ISS, G, US, u_shlf, v_shlf, taudx, taudy, i
CS%ice_visc, float_cond, CS%bed_elev, CS%basal_traction, &
G, US, G%isc-1, G%iec+1, G%jsc-1, G%jec+1, rhoi_rhow)

call pass_vector(Au,Av,G%domain,TO_ALL,BGRID_NE)

err_max = 0

if (CS%nonlin_solve_err_mode == 1) then
Expand Down

0 comments on commit 1f4d869

Please sign in to comment.