NETCDF_GLIMMER
Reading and Writing NETCDF Files of GLIMMER Data


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Programs:

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.

Reference:

  1. Philippe Huybrechts, Tony Payne,
    The EISMINT benchmarks for testing ice-sheet models,
    Annals of Glaciology,
    Volume 23, 1996, pages 1-14.
  2. Russ Rew, Glenn Davis, Steve Emmerson, Harvey Davies, Ed Hartne,
    The NetCDF User's Guide,
    Unidata Program Center, March 2009.

Source Code:

These functions are designed specifically to work with the "hump.out.nc" data file. They can be modified to work with another file.

Examples and Tests:

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.


Last revised on 25 February 2011