diff --git a/predict.py b/predict.py index b4256a8..a5b42e9 100755 --- a/predict.py +++ b/predict.py @@ -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.