Rank: 1079 based on 81 downloads (last 30 days) and 1 file submitted
photo

Klaus Wyser

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Klaus
Updated   File Tags Downloads
(last 30 days)
Comments Rating
26 May 2009 NetCDF/GRIB reader A collection of functions to read GRIB and netCDF files Author: Klaus Wyser grib, cdi, netcdf, earth sciences, general 81 8
Comments and Ratings on Klaus' Files View all
Updated File Comment by Comments Rating
24 Apr 2013 NetCDF/GRIB reader A collection of functions to read GRIB and netCDF files Author: Klaus Wyser Signell, Rich

Folks interested in reading GRIB1, GRIB2, NetCDF, HDF and OPeNDAP using a unified syntax might want to check out
http://nctoolbox.github.io/nctoolbox/
there are no mexfiles either!

18 Aug 2011 NetCDF/GRIB reader A collection of functions to read GRIB and netCDF files Author: Klaus Wyser Van

Does this reader read grib2 data format or only grib 1? I also encountered this problem when compiling:

COMPILING cdi_varlist...
/usr/bin/ld: cannot find -lcdi
collect2: ld returned 1 exit status

mex: link of 'cdi_varlist.mexa64' failed.

Van

08 Jul 2011 NetCDF/GRIB reader A collection of functions to read GRIB and netCDF files Author: Klaus Wyser Julie

Ok, it works, sorry. I reinstalled CDI and now it works...

07 Jul 2011 NetCDF/GRIB reader A collection of functions to read GRIB and netCDF files Author: Klaus Wyser Julie

Hello everyone,

I was able run the file 'compile.m' successfully. However when I call the following function
c = cdi_varlist(filename,[]);
I get the following
error: cdi_varlist: No such file or directory
Although I'm pretty sure the file name and path is correct. I identified the error coming from the file cdi_mx.c at the following line
streamID = streamOpenRead(szInputFilename);
So basically 'streamOpenRead' cannot open my file although the path and the name are correct. I tried with and without the file extension (.grb). Also, no capabilities to read the contents of the file (e.g. \private\...) are actually required.

Does anybody know why it does not work?

10 Aug 2010 NetCDF/GRIB reader A collection of functions to read GRIB and netCDF files Author: Klaus Wyser Matias

A few tips...

In 64-bit systems:
Be sure to compile netcdi, and cdf libraries with -fPIC enabled.

In newer versions of MATLAB: open cdi_mx.c and replace the obsolete function mxErrMsgIdAndTxt with something else (or just comment out). I succesfully used mexprintf instead.

Top Tags Applied by Klaus
cdi, earth sciences, general, grib, netcdf
Files Tagged by Klaus
Updated   File Tags Downloads
(last 30 days)
Comments Rating
26 May 2009 NetCDF/GRIB reader A collection of functions to read GRIB and netCDF files Author: Klaus Wyser grib, cdi, netcdf, earth sciences, general 81 8

Contact us