Skip to content

Commit

Permalink
updating Icepack to hash 78286bf
Browse files Browse the repository at this point in the history
  • Loading branch information
eclare108213 committed Sep 26, 2023
1 parent a3b23ec commit c364095
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions components/mpas-seaice/src/shared/mpas_seaice_icepack.F
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ subroutine seaice_init_icepack_physics_package_parameters(domain)
if (config_use_column_package) then

! set non activated variable pointers to other memory
call init_column_non_activated_pointers(domain)
call init_icepack_non_activated_pointers(domain)

! initialize the column package tracer object
call init_column_tracer_object(domain, ciceTracerObject)
Expand Down Expand Up @@ -13518,7 +13518,7 @@ end function config_cice_int

!|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
!
! init_column_non_activated_pointers
! init_icepack_non_activated_pointers
!
!> \brief
!> \author Adrian K. Turner, LANL
Expand All @@ -13528,7 +13528,7 @@ end function config_cice_int
!
!-----------------------------------------------------------------------

subroutine init_column_non_activated_pointers(domain)
subroutine init_icepack_non_activated_pointers(domain)

type(domain_type) :: domain

Expand Down Expand Up @@ -13854,7 +13854,7 @@ subroutine init_column_non_activated_pointers(domain)
block => block % next
end do

end subroutine init_column_non_activated_pointers
end subroutine init_icepack_non_activated_pointers

!|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
!
Expand Down

0 comments on commit c364095

Please sign in to comment.