From ad7dac232d053f53ad91493b3f4dedf92e2b3ba5 Mon Sep 17 00:00:00 2001 From: "David A. Bailey" Date: Mon, 5 Feb 2024 16:22:11 -0700 Subject: [PATCH] Fix for ice_mesh_mod with grid variables removed (#929) --- cicecore/drivers/nuopc/cmeps/ice_mesh_mod.F90 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cicecore/drivers/nuopc/cmeps/ice_mesh_mod.F90 b/cicecore/drivers/nuopc/cmeps/ice_mesh_mod.F90 index a3db97fa1..ae0a2d070 100644 --- a/cicecore/drivers/nuopc/cmeps/ice_mesh_mod.F90 +++ b/cicecore/drivers/nuopc/cmeps/ice_mesh_mod.F90 @@ -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 @@ -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