Skip to content

Commit

Permalink
squash! ice_dyn_vp: remove unused subroutine and cleanup interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-blain committed Aug 12, 2022
1 parent a4cf10e commit a1f6364
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cicecore/cicedynB/dynamics/ice_dyn_vp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -781,9 +781,6 @@ subroutine anderson_solver (icellt , icellu , &
stress_Pr, & ! x,y-derivatives of the replacement pressure
diag_rheo ! contributions of the rhelogy term to the diagonal

real (kind=dbl_kind), dimension (max_blocks) :: &
L2norm ! array used to compute l^2 norm of grid function

real (kind=dbl_kind), dimension (ntot) :: &
res , & ! current residual
res_old , & ! previous residual
Expand Down Expand Up @@ -819,7 +816,6 @@ subroutine anderson_solver (icellt , icellu , &

! Initialization
res_num = 0
L2norm = c0

!$OMP PARALLEL DO PRIVATE(iblk)
do iblk = 1, nblocks
Expand Down

0 comments on commit a1f6364

Please sign in to comment.