Skip to content

Commit

Permalink
remove more unused variables from gnssr code (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jul 8, 2024
1 parent ad0e843 commit 58aa119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gsi/read_gnssrspd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ subroutine read_gnssrspd(nread,ndata,nodata,infile,obstype,lunout,twind,sis,&
tll2xy,txy2ll,rotate_wind_ll2xy,rotate_wind_xy2ll,&
rlats,rlons,twodvar_regional
use convinfo, only: nconvtype, &
icuse,ictype,icsubtype,ioctype
icuse,ictype,ioctype
use obsmod, only: ran01dom
use obsmod, only: iadate,bmiss,offtime_data
use gsi_4dvar, only: l4dvar,l4densvar,time_4dvar,winlen
Expand Down Expand Up @@ -125,7 +125,7 @@ subroutine read_gnssrspd(nread,ndata,nodata,infile,obstype,lunout,twind,sis,&
real(r_kind) :: vdisterrmax
real(r_kind) :: spdob
real(r_kind) :: gob
real(r_kind) :: dlnpsob,ppb
real(r_kind) :: dlnpsob
real(r_kind) :: tdiff
real(r_kind) :: tsavg,ff10,sfcr,zz
real(r_kind) :: errmin
Expand Down

0 comments on commit 58aa119

Please sign in to comment.