資源簡介
下載了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‘);?%
評論
共有 條評論