ice_to_medit, a C code which reads a NETCDF file containing an ICE dataset and rewrites the information as a medit() MESH file.
ice_to_medit prefixwhere
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.
ice, a data directory which contains examples of ICE files, which store icesheet grid datasets in the NETCDF format.
ice_io, a C 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 C 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.
medit_to_ice, a C program which reads a medit() MESH file containing an ICE dataset and rewrites the information as a NETCDF file.