Skip to content

Commit

Permalink
ice_grid: initialize 'l_readCenter' for all grid types
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-blain committed Aug 10, 2022
1 parent 52fd683 commit a4cf10e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cicecore/cicedynB/infrastructure/ice_grid.F90
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,8 @@ subroutine init_grid2
! lat, lon, cell widths, angle, land mask
!-----------------------------------------------------------------

l_readCenter = .false.

call icepack_query_parameters(pi_out=pi, pi2_out=pi2, puny_out=puny)
call icepack_warnings_flush(nu_diag)
if (icepack_warnings_aborted()) call abort_ice(error_message=subname, &
Expand Down

0 comments on commit a4cf10e

Please sign in to comment.