Skip to content

Commit

Permalink
Update XBTCTD.py
Browse files Browse the repository at this point in the history
  • Loading branch information
givelberg committed Aug 6, 2024
1 parent a995f15 commit 15c05ab
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ush/ioda/bufr2ioda/marine/b2i/XBTCTD.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ def IODAFilename(self):
return f"{self.cycle_type}.t{self.hh}z.{self.data_type}_profiles.{self.data_format}.nc4"




if __name__ == '__main__':

script_name, config_file, log_file, test_file = ParseArguments()

platform_description = 'Profiles from XBT/CTD: temperature and salinity'
bufr2ioda_config = XbtctdConfig( \
script_name, \
config_file, \
bufr2ioda_config = XbtctdConfig(
script_name,
config_file,
platform_description)

ioda_vars = XbtctdIODAVariables()
Expand All @@ -34,4 +32,3 @@ def IODAFilename(self):
if test_file:
result = xbtctd.test(test_file)
sys.exit(result)

0 comments on commit 15c05ab

Please sign in to comment.