Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for ice_mesh_mod with grid variables removed #929

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading