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 #9 from rmcd-mscb/master
Browse files Browse the repository at this point in the history
changed default dir to point to output from ofp, which was changed to…
  • Loading branch information
ashalper-usgs authored Sep 25, 2019
2 parents 24f1a86 + 75d46a4 commit 0343411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncf2cbh/ncf2cbh.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def main(dir, nc_fn):
print('setting dir = ' + sys.argv[1])
dir = sys.argv[1]
else:
dir='/var/lib/nhm/ofp/Output/'
dir='/var/lib/nhm/NHM-PRMS_CONUS/input/'

nc_fn = dir + 'climate_'+str(datetime.datetime.now().strftime('%Y_%m_%d'))+'.nc'

Expand Down

0 comments on commit 0343411

Please sign in to comment.