爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
楼主: 又是那隻貓

[程序设计] matlab读取GFS的grib2文件的示例

  [复制链接]

新浪微博达人勋

发表于 2015-7-25 15:07:09 | 显示全部楼层
又是那隻貓 发表于 2015-7-24 20:55
谢谢谬赞,你会成长成别人的偶像,最牛的大牛

O(∩_∩)O哈哈~,看来我得去买牛饲料了
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-7-25 16:26:02 | 显示全部楼层
{:eb513:}{:eb513:}{:eb513:}{:eb513:}{:eb513:}{:eb513:}{:eb513:}{:eb513:}
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

新浪微博达人勋

发表于 2015-7-26 11:44:56 | 显示全部楼层
谢谢分享。
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

新浪微博达人勋

发表于 2015-7-29 11:02:15 | 显示全部楼层
请问FORTRAN如何提取变量
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-8-19 11:35:36 | 显示全部楼层
楼主大人,我用这个工具包读GFS的grib2预报数据
Data.isobaric=double(grib2.data('isobaric1'))/100;%21 level and convert it into hPa
Attempt to reference field of non-structure array.

Error in ncdataset/readdata (line 461)
                array = v.read();

Error in ncdataset/data (line 159)
                    d = obj.readdata(variable);

Error in ncgeodataset/subsref (line 622)
                            B = builtin('subsref',obj,g);

Error in Grib2_read (line 8)
Data.isobaric=double(grib2.data('isobaric1'))/100;%21 level and convert it into hPa


请问怎么用这个工具包读出GFS数据里的变量列表呢?这个variableName一直对不上号
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-8-19 16:55:20 | 显示全部楼层
叶子de一页 发表于 2015-8-19 11:35
楼主大人,我用这个工具包读GFS的grib2预报数据
Data.isobaric=double(grib2.data('isobaric1'))/100;%21  ...

你看看读出的类里面有没有variables,具体的不急的了
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-9-4 17:40:02 | 显示全部楼层
没贡献,先分享吧~
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-9-9 11:37:12 | 显示全部楼层
感谢楼主分享,我遇到了这个问题
grib=ncgeodataset('C:/workfile/gribdata/fnl_20150811_12_00.grib2')
2015-09-09 11:32:01,235 [main] WARN  ucar.nc2.grib.grib2.Grib2Index  - Grib2Index bad size = -1 for C:/workfile/gribdata/fnl_20150811_12_00.grib2 index = C:\workfile\gribdata\fnl_20150811_12_00.grib2.gbx9

Error using ncdataset (line 97)
Failed to open C:/workfile/gribdata/fnl_20150811_12_00.grib2

Error in cfdataset (line 59)
            obj = obj@ncdataset(url);

Error in ncgeodataset (line 74)
            obj = obj@cfdataset(url);

Caused by:
    Error using ncdataset (line 81)
    Java exception occurred:
    java.lang.RuntimeException: java.lang.NoSuchFieldError: alwaysUseFieldBuilders

            at ucar.nc2.NetcdfFile.<init>(NetcdfFile.java:1535)

            at ucar.nc2.NetcdfFile.open(NetcdfFile.java:887)

            at ucar.nc2.NetcdfFile.open(NetcdfFile.java:496)

            at ucar.nc2.dataset.NetcdfDataset.openOrAcquireFile(NetcdfDataset.java:693)

            at ucar.nc2.dataset.NetcdfDataset.openDataset(NetcdfDataset.java:424)

            at ucar.nc2.dataset.NetcdfDataset.openDataset(NetcdfDataset.java:407)

            at ucar.nc2.dataset.NetcdfDataset.openDataset(NetcdfDataset.java:392)

            at ucar.nc2.dataset.NetcdfDataset.openDataset(NetcdfDataset.java:379)

    Caused by: java.lang.NoSuchFieldError: alwaysUseFieldBuilders

            at ucar.nc2.grib.grib2.Grib2IndexProto$Grib2Index.access$5400(Grib2IndexProto.java:2635)

            at
        ucar.nc2.grib.grib2.Grib2IndexProto$Grib2Index$Builder.maybeForceBuilderInitialization(Grib2IndexProto.java:2914)
        
            at ucar.nc2.grib.grib2.Grib2IndexProto$Grib2Index$Builder.<init>(Grib2IndexProto.java:2906)

            at ucar.nc2.grib.grib2.Grib2IndexProto$Grib2Index$Builder.create(Grib2IndexProto.java:2920)

            at
        ucar.nc2.grib.grib2.Grib2IndexProto$Grib2Index$Builder.access$5200(Grib2IndexProto.java:2891)

            at ucar.nc2.grib.grib2.Grib2IndexProto$Grib2Index.newBuilder(Grib2IndexProto.java:2878)

            at ucar.nc2.grib.grib2.Grib2Index.makeIndex(Grib2Index.java:231)

            at ucar.nc2.grib.GribIndex.makeGribCollectionFromSingleFile(GribIndex.java:112)

            at ucar.nc2.grib.grib2.Grib2Iosp.open(Grib2Iosp.java:310)

            at ucar.nc2.NetcdfFile.<init>(NetcdfFile.java:1499)

            ... 7 more
能帮忙看一下吗
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-9-11 16:27:09 | 显示全部楼层
我已被编程搞得晕头转向。。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-9-15 10:17:39 | 显示全部楼层
初学,谢谢了
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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