Skip to content

Commit

Permalink
fix typo calculating do_qc flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-woollen committed Aug 8, 2023
1 parent 441754d commit 2e0df54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsi/read_satwnd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ subroutine read_satwnd(nread,ndata,nodata,infile,obstype,lunout,gstime,twind,sis
do_qc = subset(1:7)=='NC00503'.and.nint(hdrdat(1))>=270
do_qc = do_qc.or.subset(1:7)=='NC00501'
do_qc = do_qc.or.subset=='NC005081'.or.subset=='NC005091'
do_qc = do_qc.or.qcret==0
do_qc = do_qc.or.qcret>0

! assign types and get quality info: start

Expand Down

0 comments on commit 2e0df54

Please sign in to comment.