Skip to content

Commit

Permalink
run_bufr2ioda.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Esposito authored and Nicholas Esposito committed Nov 13, 2023
1 parent 56a3f33 commit 2645fe0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ush/ioda/bufr2ioda/run_bufr2ioda.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ def bufr2ioda(current_cycle, RUN, DMPDIR, config_template_dir, COM_OBS):

# Specify observation types to be processed by a script

BUFR_py = ["satwind_amv_goes", "satwind_scat", "adpupa_prepbufr", "adpsfc_prepbufr", "sfcshp_prepbufr"]
BUFR_py = ["conventional_prepbufr_ps"]
BUFR_py = ["satwind_amv_goes", "satwind_scat", "adpupa_prepbufr", "adpsfc_prepbufr", "sfcshp_prepbufr", "acft_profiles_prepbufr", "gpsro_bufr", "conventional_prepbufr_ps"]

for obtype in BUFR_py:
logger.info(f"Convert {obtype}...")
Expand Down

0 comments on commit 2645fe0

Please sign in to comment.