Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from flampouris/develop
Browse files Browse the repository at this point in the history
HotFix: PreQc instead of PreQC
  • Loading branch information
travissluka authored Feb 5, 2020
2 parents b1611fe + 5697965 commit 2a5d99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/subclass.letkf_obsio/letkf_obsio_ioda.F90
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ SUBROUTINE read_file(filename, obs, obsid, platid, varname)

! need to read in, for each variable
! variable_names@VarMetaData
! @ObsValue, @ObsError, @PreQc
! @ObsValue, @ObsError, @PreQC
! latitude@MetaData, longitude@MetaData, depth@MetaData

! make sure the file exists
Expand Down Expand Up @@ -443,7 +443,7 @@ SUBROUTINE read_file(filename, obs, obsid, platid, varname)
obs(n)%err = tmp_r(n)
END DO

varname2=varname//"@PreQc"
varname2=varname//"@PreQC"
! TODO, use the actual QC from hofx files?
CALL check( nf90_inq_varid(ncid, varname2, vid), &
varname2// ' in '//filename )
Expand Down

0 comments on commit 2a5d99c

Please sign in to comment.