Skip to content

Commit 634cd4e

Browse files
committed
Remove some unused variables
1 parent f0c6220 commit 634cd4e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

io_netcdf/ice_restart.F90

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -488,11 +488,6 @@ subroutine read_restart_field(nu,nrec,work,atype,vname,ndim3, &
488488

489489
! local variables
490490

491-
integer (kind=int_kind) :: &
492-
n, & ! number of dimensions for variable
493-
varid, & ! variable id
494-
status ! status variable from netCDF routine
495-
496491
real (kind=dbl_kind), dimension(nx_block,ny_block,max_blocks) :: &
497492
work2 ! input array (real, 8-byte)
498493

0 commit comments

Comments
 (0)