wgrib2安装_wgrib使用说明

S octets 11-12)

8. Time Range (grib PDS octet 21)

9. Period of time 1, (grib PDS octet 19)

10. Period of time 2, (grib PDS octet 20)

11. Forecast time unit (grib PDS octet 18)

12. level

13. anl=analysis, fcst=forecast

14. NAve (number of grids used to make average)

*** Short Inventory ***

The short inventory can be obtained using the -s option. This

inventory is easier to read the the previous inventory and can also

be used as an index file.

%wgrib -s land.grb -ncep_rean

1:0:d=87010100:LAND:sfc:anl:NAve=1

1. Record number

2. Position in bytes

3. Date (YYMMDDHH).

4. Parameter name (LAND=land/sea mask)

6. Type of level/layer (grib PDS octet 10)

7. Forecasts, analysis, etc

8. For an average, the number of fields averaged together

*** Verbose Inventory ***

The small verbose inventory can be obtained using the -v option.

This inventory can be used as an index file.

% wgrib -v land.grb -ncep_rean

1:0:D=1987010100:LAND:kpds=81,1,0:sfc:anl:"Land-sea mask [1=land; 0=sea]

1. Record number

2. Position in bytes

3. Date (YYYYMMDDHH).

4. Parameter name (LAND=land/sea mask)

5. KPDS5, KPDS6, KDPS7 (PDS Octets 9, 10, 11-12)

6. Type of level/layer (grib PDS octet 10)

7. Forecasts, analysis, etc

8. Description of parameter type

*** Verbose Description ***

The fourth type of file description can not be used as an index file.

However, it is more human readable. It gives you information that is not

normally available such as grid dimensions. Using the test file land.grb,

you should be able to enter:

%wgrib land.grb -V -ncep_rean

rec 1:0:date 1987010100 LAND kpds5=81 kpds6=1 kpds7=0 levels=(0,0) grid=255 sf

c anl:

LAND=Land-sea mask [1=land; 0=sea]

timerange 0 P1 0 P2 0 TimeU 1 nx 192 ny 94 GDS grid 4 num_in_ave 1 missing

0

center 7 subcenter 0 process 80 Table 2

gaussian: lat 88.542000 to -88.542000

long 0.000000 to -1.875000 by 1.875000, (192 x 94) scan 0 bdsgrid

1

min/max data 0 1 num bits 4 BDS_Ref 0 DecScale 1 BinScale 0

The first line states

the record 1 starts at byte position 0

the initial date is January 1, 1987 at 00Z

the parameter is "LAND" (numeric code 81, PDS octet 9)

with a level type 1 (kdps6=1, PDS octet 10)

and value 0 (PDS octets 11-12)

or levels(0,0) (PDS octet 11, PDS octet 12)

with a user defined grid (grid=255)

and it is a surface analysis

The second line is a further description of the parameter type

The third line describes

timerange (PDS octet 21)

P1 (PDS octet 19)

P2 (PDS octet 20)

TimeU (PDS octet 14)

nx ny grid size as used by wgrib

GDS grid (GDS octet 6)

num_in_ave (PDS octet 22-23)

number missing from average (PDS octet 24)

The fourth line describes

气象数据grib/grib2的处理方法汇总 之前接触的数据格式大都是nc格式,使用matlab和python都比较熟悉怎么读取,进行数据处理工作。最近发现气象数据中格式很多采用grib\grib2格式。以下是对grib\grib2格式数据处理进行的总结。 阅读详情

相关推荐

windows下wgrib/wgrib2和python读取grib2数据

windows下没有api可以直接读grib或者grib2的数据。所以下载wgrib或者wgrib2来读grib数据。wgrib可以读grib1格式(.grb)的数据,wgrib2可以读grib2格式(.grib)的数据,根据不同格式的数据选择下载wgrib或者wgrib2 1.wgribwgrib2下载 wgrib,下载地址:ftp://ftp.cpc.ncep.noaa.gov/wd51w...

weixin_42795763的博客 1万+

wgrib2(2.0.8)-Windows64位系统使用

wgrib2.exe可以实现对grib2数据的解析,格式转换。解压后可以直接通过命令窗口操作,内附使用方法,不需要额外安装

wgrib读grib数据

该文章来自博客:http://windforestwing.blog.163.c ... 412007103084743804/如有错误 ,大家及时指出啊!ps:meteoinfo可以直接处理grib数据=========================== grib格式转换心得 1、wgrib使用 在cmd命令行下键入wgrib后即可察看wgrib相关命令参数,简要介绍如下: l       ...

weixin_33721427的博客 5190

wgrib2相关安装文件.rar

由于在写博客Windows上使用wgrib2读取grib2文件,下载网站打不开,我把之前下载的文件上传出来,供同学们使用

wgrib2安装_科学网-Mac上编译wgrib1, wgrib2.-舒乐乐的博文

Compile wgrib1 and wgrib2 on Mac OS使用NLDAS, GLDSA, FLDAS数据的时候都需要编译 wgrib, 然后才可以在R等环境中使用rNOMADS安装包。一下为wgrib编译过程(Mac OS 10.13测试):Wgrib1这个编译安装非常简单,执行一下命令即可。wget -cftp://ftp.cpc.ncep.noaa.gov/wd51we/wgri...

weixin_39924584的博客 1019

wgrib2安装_Linux下wgrib2安装

源码下载地址:ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib2/wgrib2.tgzhttp://www.ftp.cpc.ncep.noaa.gov/wd51we/wgrib2/wgrib2.tgz解压,得到文件夹grib2:tar -xzvf wgrib2.tgz(可先将grib2文件夹移入想要的安装路径XXX,然后)进入grib2(程序主目录):cd XXX/...

weixin_39979080的博客 3854

wgrib2安装_用wgrib2 读取grib2文件说明

IntroductiontoGRIB2usingtheGFSforecasts2/2013WesleyEbisuzakiGRIB2(gribedition2)isastandardformatsponsoredbytheWMO(UN'sWorldMeteorologicalOrganization)forthetransmissionofgri...

weixin_39914049的博客 1288

wgrib2安装_用wgrib2-读取grib2文件说明

Introductionto GRIB2 using the GFS forecasts2/2013Wesley EbisuzakiGRIB2 (grib edition 2) is a standard formatsponsored by the WMO (UN's World Meteorological Organization) for thetransmission of gridde...

weixin_40003512的博客 1345

wgrib2相关安装文件下载

wgrib2相关安装文件下载 【下载地址】wgrib2相关安装文件下载 wgrib2相关安装文件下载本仓库提供了一个名为“wgrib2相关安装文件.rar”的资源文件下载 项目地址: https://gitcode.com/ope...

gitblog_09761的博客 361

KOS常用工具包 | 安装wgrib-1.8.1.2c-1解码 GRIB文件

浪潮信息KOS是浪潮信息基于Linux Kernel、OpenAnolis等开源技术自主研发的一款服务器操作系统,支持x86、ARM等主流架构处理器,性能和稳定性居于行业领先地位,具备成熟的 CentOS 迁移和替换能力,可满足云计算、大数据、分布式存储、人工智能、边缘计算等应用场景需求。详细介绍见官网链接id=12126。wgrib 是一个用于处理和解码 GRIB(GRIdded Binary)文件的工具,通常用于气象数据处理。

KeyarchOS的博客 661

KeyarchOS适配wgrib-1.8.1.2c-1

wgrib 是一个用于处理和解码 GRIB(GRIdded Binary)文件的工具,通常用于气象数据处理。详情介绍见官网https://github.com/DHI/wgrib/。测试一个grib文件,执行wgrib xxx -s将输出文件中的记录清单。添加图片注释,不超过 140 字(可选)添加图片注释,不超过 140 字(可选)添加图片注释,不超过 140 字(可选)添加图片注释,不超过 140 字(可选)添加图片注释,不超过 140 字(可选)版本信息:KeyarchOS 5.8。

Zhuzhustu的博客 464

wgrib,wgrib2下载与ECWMF数据读取

1,wgrib的下载网址:https://www.ftp.cpc.ncep.noaa.gov/wd51we/wgrib/machines/Windows_x64/先转到wgrib所在的目录,再输入wgrib +grib路径 -v,可以查看所有变量名称以及所在通道。同上下载wgrib2

H1980126的博客 4920

获取欧洲气象预报数据,以及解析其预报数据

下载解析欧洲气象预报数据

m0_67920613的博客 2103

掌握GRIB格式数据处理:wgribwgrib2工具应用

GRIB(General Regularly-distributed Information in Binary form)是气象数据的国际标准格式之一,广泛用于存储和传输气象和海洋预测模型的输出数据。GRIB格式的文件通常包含了大量关于天气状况的数据,例如温度、湿度、风速、气压等。GRIB文件被设计为能够以紧凑的二进制形式存储大量数据,便于计算机处理和传输,同时保留了数据的完整性和准确性。它采用一系列的元数据(metadata)来描述数据集的结构,使得数据能够被多种不同的软件工具解码和解析。

weixin_35756373的博客 2845

wgrib2.exe

下载地址:https://download.csdn.net/download/weixin_42372313/87764259

weixin_42372313的博客 962
上一篇: phpexcel导出大量数据合并单元格_将数据合并到一个单元格,用PQ就快了
下一篇: word python api_python操作word文档-0
宋雪贤
博客等级 码龄8年 27粉丝 86原创
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值