Skip to content

Commit

Permalink
Update argo_ioda_variables.py
Browse files Browse the repository at this point in the history
  • Loading branch information
givelberg committed Aug 6, 2024
1 parent 54c11c9 commit 441419d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ush/ioda/bufr2ioda/marine/b2i/argo_ioda_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class ArgoIODAVariables(IODAVariables):
def __init__(self):
super().__init__()


def BuildQuery(self):
q = super().BuildQuery()
q.add('stationID', '*/WMOP')
Expand Down Expand Up @@ -77,4 +76,3 @@ def createIODAVars(self, obsspace):

self.WriteObsValueT(obsspace, 'waterTemperature')
self.WriteObsValueS(obsspace, 'salinity')

0 comments on commit 441419d

Please sign in to comment.