Read netCDF files and display variable information
by Christian Stranne
03 May 2011
(Updated 25 Feb 2013)
Loads netCDF files and displays info about variables. Tested for ERA and NCEP/NCAR reanalysis data.
|
Watch this File
|
| File Information |
| Description |
This script loads netCDF files into MATLAB and displays info about the dimensions and variables.
The code should at least work on ERA-40, ERA-interim and NCEP/NCAR reanalysis data.
I wrote the script since I can't find a function in the built-in set of netCDF functions included in MATLAB that displays all header info of the file, equivalent to the old 'ncdump' function. |
| MATLAB release |
MATLAB 7.10 (R2010a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 03 May 2011 |
Just added in the description the fact that the code is only tested on ERA-40, ERA-interim and NCEP/NCAR reanalysis data.
The first part (the load and display part) should work for any netCDF-file I would imagine. |
| 17 May 2011 |
Bug fix |
| 25 Feb 2013 |
Changed the info about the script |
|
Contact us