Skip to content

Commit

Permalink
add logger for reference tiem
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Esposito authored and Nicholas Esposito committed Sep 21, 2023
1 parent 5693e3c commit fd76c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ush/ioda/bufr2ioda/bufr2ioda_acft_profiles_prepbufr.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def bufr_to_ioda(config, logger):
reference_time = datetime.strptime(cycle, "%Y%m%d%H")
reference_time = reference_time.strftime("%Y-%m-%dT%H:%M:%SZ")
reference_time_full = f"{yyyymmdd}{hh}00"
logger.info(f"Reference time = {reference_time}")

# General informaton
converter = 'BUFR to IODA Converter'
Expand Down

0 comments on commit fd76c20

Please sign in to comment.