NETCDF_GLIMMER is a directory of MATLAB programs which illustrate how to read and write NETCDF files containing GLIMMER data.
In fact, right now these functions simply open and read exactly one such file, "hump.nc", which contains data describing a solution of one of the EISMINT benchmark problems.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
CDL, a data directory which contains examples of CDL files, a text version of NETCDF files created by the NCDUMP program;
GFD2, a dataset directory which contains geophysical data, stored in NETCDF format.
ICE_IO, a MATLAB library which reads or writes ICE datasets, using the NETCDF format.
MESH_TO_ICE, a MATLAB program which reads the ICE dataset information from a MESH files and rewrites it to a NETCDF file.
NETCDF, a data directory which contains examples of NETCDF files, a format for the interchange of scientific data.
NETCDF_GIS_READ, MATLAB programs which read GIS data stored as a NETCDF file.
NETCDF_MPAS, MATLAB programs which read and write MPAS grid data stored as NETCDF files.
These functions are designed specifically to work with the "hump.out.nc" data file. They can be modified to work with another file.
HUMP_TEST reads a file and prints some information.
HUMP_INPUT is data used to set up the HUMP problem.
HUMP is a generic version of the data.
HUMP_EVANS is a version of the data computed by Kate Evans.
HUMP_PRICE is a version of the data computed by Steve Price
You can go up one level to the MATLAB source codes.