Skip to content

Commit

Permalink
Changes for function signature to take a station_id argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielAdriaansen committed Dec 23, 2024
1 parent 15ed82f commit 7d2c615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
hi = np.append(hi,-9999.)
else:
# Append the HI value
thishi = land_surface.calc_humidity_index(prsarr,tmparr,dewarr,interp=False)
thishi = land_surface.calc_humidity_index(prsarr,tmparr,dewarr,-1,interp=False)
hi = np.append(hi,thishi.m)

# After each station is processed, add in the missing 11-column data
Expand Down

0 comments on commit 7d2c615

Please sign in to comment.