Skip to content

Commit

Permalink
add more prints
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 15, 2024
1 parent ccf1d14 commit 964601f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/nwp_consumer/internal/inputs/metoffice/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ def mapCachedRaw(self, *, p: pathlib.Path) -> xr.Dataset: # noqa: D102
# 1. Rename the parameter to the OCF short name
currentName = next(iter(parameterDataset.data_vars))
parameterNumber = parameterDataset[currentName].attrs["GRIB_parameterNumber"]
print('YYYYY')
print(currentName)
print(parameterNumber)
print('YYYYY')

# The two wind dirs are the only parameters read in as "unknown"
# * Tell them apart via the parameterNumber attribute
Expand Down

0 comments on commit 964601f

Please sign in to comment.