ice_to_medit a MATLAB code which reads a NETCDF file containing an ICE dataset and rewrites the information as a medit() MESH file.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
ice_to_medit is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version.
FEM_TO_MESH, a MATLAB program which reads a pair of FEM files defining node coordinates and elements, and creates a corresponding MESH file.
ICE, a data directory which contains examples of ICE files, which store icesheet grid datasets in the NETCDF format.
ICE_IO, a MATLAB library which reads or writes ICE datasets, using the NETCDF format.
MESH, a data directory which contains examples of MESH files, which can be used to define the geometry of a finite element mesh in 2D or 3D, using triangles, quadrilaterals, tetrahedrons or hexahedrons.
MESH_IO, a MATLAB library which can read or write MESH files, which can be used to define the geometry of a finite element mesh in 2D or 3D, using triangles, quadrilaterals, tetrahedrons or hexahedrons.
MESH_TO_ICE, a MATLAB program which reads a MESH file containing an ICE dataset and rewrites the information as a NETCDF file.
NETCDF_GLIMMER, MATLAB programs which read and write GLIMMER grid and solution data stored as a NETCDF file.