Skip to content

Commit

Permalink
Move ice_halo to module use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-blain committed Oct 18, 2019
1 parent 6063323 commit ddf5a9a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cicecore/cicedynB/dynamics/ice_dyn_vp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module ice_dyn_vp

use ice_kinds_mod
use ice_blocks, only: nx_block, ny_block
use ice_boundary, only: ice_halo
use ice_constants, only: field_loc_center, field_loc_NEcorner, &
field_type_scalar, field_type_vector
use ice_constants, only: c0, p027, p055, p111, p166, &
Expand Down Expand Up @@ -188,7 +189,7 @@ end subroutine init_vp
subroutine imp_solver (dt)

use ice_arrays_column, only: Cdn_ocn
use ice_boundary, only: ice_halo, ice_HaloMask, ice_HaloUpdate, &
use ice_boundary, only: ice_HaloMask, ice_HaloUpdate, &
ice_HaloDestroy, ice_HaloUpdate_stress
use ice_blocks, only: block, get_block, nx_block, ny_block
use ice_domain, only: blocks_ice, halo_info, maskhalo_dyn
Expand Down Expand Up @@ -643,7 +644,7 @@ subroutine picard_solver (icellt, icellu, &

use ice_arrays_column, only: Cdn_ocn
use ice_blocks, only: nx_block, ny_block
use ice_boundary, only: ice_halo, ice_HaloUpdate
use ice_boundary, only: ice_HaloUpdate
use ice_domain, only: halo_info, maskhalo_dyn
use ice_domain_size, only: max_blocks
use ice_flux, only: uocn, vocn, fm, Tbu
Expand Down Expand Up @@ -1069,7 +1070,7 @@ subroutine anderson_solver (icellt, icellu, &

use ice_arrays_column, only: Cdn_ocn
use ice_blocks, only: nx_block, ny_block
use ice_boundary, only: ice_halo, ice_HaloUpdate
use ice_boundary, only: ice_HaloUpdate
use ice_constants, only: c1
use ice_domain, only: halo_info, maskhalo_dyn
use ice_domain_size, only: max_blocks
Expand Down Expand Up @@ -4796,7 +4797,7 @@ end function almost_zero

subroutine ice_HaloUpdate_vel(uvel, vvel, halo_info_mask)

use ice_boundary, only: ice_halo, ice_HaloUpdate
use ice_boundary, only: ice_HaloUpdate
use ice_constants, only: field_loc_NEcorner, field_type_vector
use ice_domain, only: halo_info, maskhalo_dyn
use ice_timers, only: timer_bound, ice_timer_start, ice_timer_stop
Expand Down

0 comments on commit ddf5a9a

Please sign in to comment.