Skip to content

Commit

Permalink
removed plot; fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
givelberg committed Sep 18, 2024
1 parent 8cc08d9 commit 87bbf60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ush/ioda/bufr2ioda/marine/b2i/b2iconverter/ioda_addl_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ def __init__(self, ioda_vars):
self.ocean = OceanBasin()

def construct(self):
self.seqNum = compute_seq_num(self.ioda_vars.metadata.lon,
self.ioda_vars.metadata.lat)
self.seqNum = compute_seq_num(self.ioda_vars.metadata.lon, self.ioda_vars.metadata.lat)
n = len(self.seqNum)
self.PreQC = (np.ma.masked_array(np.full(n, 0))).astype(np.int32)
self.ObsError_temp = \
Expand Down

0 comments on commit 87bbf60

Please sign in to comment.