Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7f43ee

Browse files
author
Jeff Whitaker
committed
updated URL
svn path=/trunk/toolkits/basemap/; revision=3876
1 parent f7a2a3b commit e7f43ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fcstmaps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def hrs_since_day1CE_todate(hrs):
5050
# set OpenDAP server URL.
5151
HH='09'
5252
URLbase="http://nomad3.ncep.noaa.gov:9090/dods/sref/sref"
53-
URL=URLbase+YYYYMMDD+"/sref_eta1_"+HH+"z.ctl"
53+
URL=URLbase+YYYYMMDD+"/sref_eta_ctl1_"+HH+"z"
5454
print URL+'\n'
5555
try:
5656
data = client.open(URL)

0 commit comments

Comments
 (0)