Skip to content

Commit dc267f1

Browse files
Yujin ZengYujin Zeng
authored andcommitted
removing unused var in k_module_cali.f90
1 parent fb7e50a commit dc267f1

File tree

1 file changed

+0
-3
lines changed
  • GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/Raster/preproc/routing_model

1 file changed

+0
-3
lines changed

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/Raster/preproc/routing_model/k_module_cali.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,13 @@ subroutine read_usgs_data(file_vel, file_dis, nl, data)
2828
integer, intent(in) :: nl
2929
real, allocatable, intent(out) :: data(:,:)
3030

31-
character(len=100) :: var(2)
3231
character(len=900) :: filename
3332
character(len=100) :: line
3433
character(len=100) :: x(100)
3534

3635
integer :: i, j, l, io, k
3736
integer, allocatable :: nv(:)
3837

39-
! Define the variable names for the two data files
40-
var = (/ "velocity", "discharge" /)
4138

4239
! Allocate the data array with nl rows and 2 columns
4340
allocate(data(nl, 2))

0 commit comments

Comments
 (0)