- 积分
- 13205
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-8-7
- 最后登录
- 1970-1-1
|
发表于 2015-1-22 16:21:27
|
显示全部楼层
Traceback (most recent call last):
File "D:\tools\Python27\lupit_pl_14_20.py", line 33, in <module>
'target' : "ERA-Int_pl_19890531-19891001.grib"
File "D:\tools\Python27\ecmwfapi\api.py", line 414, in retrieve
c.execute(req, target)
File "D:\tools\Python27\ecmwfapi\api.py", line 377, in execute
size = self._transfer(result["href"], target, result["size"])
File "D:\tools\Python27\ecmwfapi\api.py", line 76, in wrapped
return func(*args,**kwargs)
File "D:\tools\Python27\ecmwfapi\api.py", line 340, in _transfer
assert total == size
AssertionError
我用版主的脚本下载interim资料,刚运行一会就会有这个报错…是什么原因呢?求破! |
|