Skip to content

Commit

Permalink
WIP: allow {ns,ew}_boundary_type == closed
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-blain committed Dec 14, 2020
1 parent e30dc15 commit 2b22ba7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cicecore/cicedynB/infrastructure/ice_domain.F90
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ subroutine init_domain_distribution(KMTG,ULATG)
file=__FILE__, line=__LINE__)

if (trim(ns_boundary_type) == 'closed') then
call abort_ice(subname//'ERROR: ns_boundary_type = closed not supported')
allocate(nocn(nblocks_tot))
nocn = 0
do n=1,nblocks_tot
Expand Down Expand Up @@ -390,7 +389,6 @@ subroutine init_domain_distribution(KMTG,ULATG)
deallocate(nocn)
endif
if (trim(ew_boundary_type) == 'closed') then
call abort_ice(subname//'ERROR: ew_boundary_type = closed not supported')
allocate(nocn(nblocks_tot))
nocn = 0
do n=1,nblocks_tot
Expand Down

0 comments on commit 2b22ba7

Please sign in to comment.