Clear Filters
Clear Filters

NCREAD reading GRIB2 files?

4 views (last 30 days)
Ryan
Ryan on 14 Jan 2015
Commented: Kelly Kearney on 14 Jan 2015
For my understanding these are GRIB2 files... any potential reasons they're not working? Maybe I misunderstand that NCREAD cannot read this format? Any help would be appreciated
url = 'ftp://ftp.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.2015011412/gfs.t12z.pgrb2.0p25.f120'
data = ncread(url,'APCP');

Answers (1)

Kelly Kearney
Kelly Kearney on 14 Jan 2015
I don't believe ncread can read files via FTP, only OPeNDAP. You'll have to save the file locally before you can read it.
  2 Comments
Ryan
Ryan on 14 Jan 2015
Hmmmm still trouble loading it even when I download to a local drive..
Kelly Kearney
Kelly Kearney on 14 Jan 2015
Also, you'll need to convert the file to netcdf... unlike NCL, Matlab doesn't read in GRIB files natively.

Sign in to comment.

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!