爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 9376|回复: 9

[求助] python下载再分析资料读取时候出错!!

[复制链接]

新浪微博达人勋

发表于 2018-8-7 16:51:17 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
求问!用python下载再分析资料2 metre temperature读取时候出错!!下载的时候是没有任何报错的 然额,读取时提示“OSError: [Errno -51] NetCDF: Unknown file format: b'E:\\ecmwf-api-client-python\\2010_2m.nc'(python和linux的ncdump -h 都试过了)
奇怪的是 其他变量读取的时候并没有遇到这个问题。。。


脚本如下:
from ecmwfapi import ECMWFDataServer

server = ECMWFDataServer()
data=["2010"]

#!/usr/bin/env python
from ecmwfapi import ECMWFDataServer

server = ECMWFDataServer()
data=["1996"]

# This script downloads ERA-Interim forecasts, on pressure levels.
# Adapt the script to your requirements.
# The data volume for all pressure level data is about 5GB per day, and all pressure level data for more than a single day will exceed the WebAPI limit of 600.000 fields. Thus please restrict the download to what you really need.
# It is likely you need to split your request, this is best done by time periods, ie. first download for month 1, then for month 2, etc.
for idata in range(len(data)):
    server.retrieve({
        'stream'    : "oper",
        'levtype'   : "sfc",
        'param'     : "167.128",
        'dataset'   : "interim",
        'step'      : "0",
        'grid'      : "0.75/0.75",
        'time'      : "00/06/12/18",
        'date'      :  data[idata]+"-01-01"+"/to/"+data[idata]+"-12-31",#"2010-01-01/to/2010-12-31",
        'type'      : "an",
        'class'     : "ei",
        'target'    : data[idata] + "_2mt.nc",
})
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2018-8-7 16:53:49 | 显示全部楼层
防沉放沉~~~~~~
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

新浪微博达人勋

发表于 2018-8-7 18:08:47 | 显示全部楼层
比卡比卡
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

新浪微博达人勋

发表于 2018-8-7 22:11:28 | 显示全部楼层
ncl_filedump
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2018-8-10 11:42:08 | 显示全部楼层

黄博士快告诉我为森么,下的数据用不了。。。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2018-8-10 11:42:13 | 显示全部楼层

黄博士快告诉我为森么,下的数据用不了。。。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2018-8-10 11:42:18 | 显示全部楼层

黄博士快告诉我为森么,下的数据用不了。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2018-8-10 11:42:29 | 显示全部楼层

黄博士快告诉我为森么,下的数据用不了。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2018-8-10 11:47:03 | 显示全部楼层

师兄好久不见!! ncl_filedump也试过了 还是数据类型不能识别,准备手动下载数据看一看了
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2019-9-14 21:53:07 | 显示全部楼层
楼主找到原因了吗?我下了EC Interim的数据,现在也是不能读,出现OSError: [Errno -51] NetCDF: Unknown file format: b'D:\\2019\\interim_20190516.nc'
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表