• 大小: 821B
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-05-15
  • 语言: Matlab
  • 标签: matlab  

资源简介

下载了TIGGE的气象数据但是是grib格式,用于读取grib1文件的matleb代码

资源截图

代码片段和文件信息

%This program is use for extracting the data in the form of GRIB 
%The version of the matlab is 2010a and it may not be use for other versions

%your data will be extracted
filepath=‘E:\work\read_grb\read_grib.r4\read_grib.r4\‘;
fiename=‘HADCM3_SRA1B_1_G_pr_121-480.grb‘;
file=strcat(filepathfiename);

%*****************reading*************************
%grib_struct=read_grib(file‘inv‘); %

评论

共有 条评论