ice_to_medit


ice_to_medit, a FORTRAN90 code which reads a NETCDF file containing an ICE dataset and rewrites the information as a medit() MESH file.

Usage

ice_to_medit prefix
where reads prefix.nc and creates prefix.mesh.

Licensing:

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

Languages:

ice_to_medit is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version.

Related Programs:

ice_to_medit_test

FEM_TO_MESH, a FORTRAN90 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 FORTRAN90 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 FORTRAN90 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 FORTRAN90 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.

Reference:

  1. Pascal Frey,
    MEDIT: An interactive mesh visualization software,
    Technical Report RT-0253,
    Institut National de Recherche en Informatique et en Automatique,
    03 December 2001.
  2. Russ Rew, Glenn Davis, Steve Emmerson, Harvey Davies, Ed Hartne,
    The NetCDF User's Guide,
    Unidata Program Center, March 2009.
  3. Robert Pincus, Russ Rew,
    The NetCDF Fortran90 Interface Guide,
    Unidata Program Center, March 2010.

Source Code:


Last revised on 25 March 2023.