Skip to content

Commit

Permalink
Left a debug feature in
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed Mar 27, 2021
1 parent 40881db commit 0ebfd66
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
Binary file added dist/getgfs-0.0.7.tar.gz
Binary file not shown.
Binary file added dist/getgfs-0.0.8.tar.gz
Binary file not shown.
1 change: 0 additions & 1 deletion getgfs/getgfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ def get_windprofile(self, date_time, lat, lon):
alts = list(info.variables["hgtprs"].data.flatten()) + list(
info.variables["hgtsfc"].data.flatten() + 10
)
print(alts)

return interp1d(
alts, u_wind, fill_value=(u_wind[-1], u_wind[-2]), bounds_error=False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Application name:
name="getgfs",
# Version number (initial):
version="0.0.7",
version="0.0.8",
# Application author details:
author="Jago Strong-Wright",
author_email="[email protected]",
Expand Down

0 comments on commit 0ebfd66

Please sign in to comment.