Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #16 from rmcd-mscb/debug_p
Browse files Browse the repository at this point in the history
fix to missing processing rhmax, rhmin, ws
  • Loading branch information
rmcd-mscb authored Oct 14, 2020
2 parents e8789cc + 7c6eb4a commit 2e53635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncf2cbh/ncf2cbh_gfv11.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run(dir, nc_fn):
elif name == 'tmin':
v2[jj] = v[ii, nhm_id[jj]-1] * 9 / 5 + 32
else:
"don't know how to convert units"
v2[jj] = v[ii, nhm_id[jj]-1]
for jj in range(nfeats):
if name == 'prcp':
fp.write(' ' + '{:.2f}'.format(v2[jj]))
Expand Down

0 comments on commit 2e53635

Please sign in to comment.