Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,9 @@ def possible_urls(time, hd):
latest = time

if hd:
url_format = 'http://{host}:9090/dods/gfs_hd/gfs_hd%i%02i%02i/gfs_hd_%02iz'
url_format = 'http://{host}:9090/dods/gfs_0p50/gfs%i%02i%02i/gfs_0p50_%02iz'
else:
url_format = 'http://{host}:9090/dods/gfs/gfs%i%02i%02i/gfs_%02iz'
url_format = 'http://{host}:9090/dods/gfs_1p00/gfs%i%02i%02i/gfs_1p00_%02iz'

# Often we have issues where one IP address (the DNS resolves to 2 or more)
# will have a dataset and the other one won't yet.
Expand Down