Skip to content

Commit

Permalink
Fix for ice_mesh_mod with grid variables removed (CICE-Consortium#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 authored and DeniseWorthen committed Apr 7, 2024
1 parent f6e758e commit ad7dac2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cicecore/drivers/nuopc/cmeps/ice_mesh_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ subroutine ice_mesh_init_tlon_tlat_area_hm()
use ice_grid , only : uarea, uarear, tarear!, tinyarea
use ice_grid , only : dxT, dyT, dxU, dyU
use ice_grid , only : makemask
use ice_dyn_shared, only : dyhx, dxhy, cyp, cxp, cym, cxm
use ice_boundary , only : ice_HaloUpdate
use ice_domain , only : blocks_ice, nblocks, halo_info, distrb_info
use ice_constants , only : c0, c1, p25
Expand Down Expand Up @@ -536,12 +535,6 @@ subroutine ice_mesh_init_tlon_tlat_area_hm()
dyT (i,j,iblk) = 1.e36_dbl_kind
dxU (i,j,iblk) = 1.e36_dbl_kind
dyU (i,j,iblk) = 1.e36_dbl_kind
dxhy (i,j,iblk) = 1.e36_dbl_kind
dyhx (i,j,iblk) = 1.e36_dbl_kind
cyp (i,j,iblk) = 1.e36_dbl_kind
cxp (i,j,iblk) = 1.e36_dbl_kind
cym (i,j,iblk) = 1.e36_dbl_kind
cxm (i,j,iblk) = 1.e36_dbl_kind
enddo
enddo
enddo
Expand Down

0 comments on commit ad7dac2

Please sign in to comment.