Skip to content

Commit

Permalink
ok now should be 100
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 6e0675a commit b9ef262
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ush/ioda/bufr2ioda/bufr2ioda_adpsfc_prepbufr.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ def bufr_to_ioda(config, logger):

logger.info(f" ... Executing QuerySet: Done!")

logger.info(f" ... Executing QuerySet: Check BUFR variable generic " \
"dimension and type ...")
logger.info(f" ... Executing QuerySet: Check BUFR variable generic \
dimension and type ...")
# Check BUFR variable generic dimension and type
logger.info(f" sid shape = {sid.shape}")
logger.info(f" dhr shape = {dhr.shape}")
Expand All @@ -155,8 +155,8 @@ def bufr_to_ioda(config, logger):

end_time = time.time()
running_time = end_time - start_time
logger.info(f"Running time for executing QuerySet to get ResultSet: " \
"{running_time} seconds")
logger.info(f"Running time for executing QuerySet to get ResultSet: \
{running_time} seconds")

# =========================
# Create derived variables
Expand All @@ -175,8 +175,8 @@ def bufr_to_ioda(config, logger):

end_time = time.time()
running_time = end_time - start_time
logger.info(f"Running time for creating derived variables: " \
"{running_time} seconds")
logger.info(f"Running time for creating derived variables: \
{running_time} seconds")

# =====================================
# Create IODA ObsSpace
Expand Down Expand Up @@ -275,8 +275,8 @@ def bufr_to_ioda(config, logger):

end_time = time.time()
running_time = end_time - start_time
logger.info(f"Running time for splitting and output IODA: " \
"{running_time} seconds")
logger.info(f"Running time for splitting and output IODA: \
{running_time} seconds")

print("All Done!")

Expand Down

0 comments on commit b9ef262

Please sign in to comment.