Skip to content

Commit

Permalink
minor edit on HYCOM download script
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Apr 29, 2024
1 parent fc41b51 commit 6006c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/HYCOM/download_hycom.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#hycom = DownloadHycom(hgrid=hgrid)

#t0 = time()
#hycom.fetch_data(date, rnday=1, bnd=False, nudge=False, outdir=outdir)
#hycom.fetch_data(date, rnday=rnday, bnd=False, nudge=False, outdir=outdir)
#print(f'It took {(time()-t0)/60} mins to download')

#example 2 - download data for bnd
Expand Down

0 comments on commit 6006c2c

Please sign in to comment.