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 information on this web page is distributed under the MIT 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 code 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 code 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 code 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 code which reads a MESH file containing an ICE dataset and rewrites the information as a NETCDF file.
netcdf_glimmer, a MATLAB code which read and write GLIMMER grid and solution data stored as a NETCDF file.