1 | ------------------------------------------------------------------------------
|
---|
2 |
|
---|
3 | ISSM
|
---|
4 | Ice Sheet System Modeling: a framework for modeling ice flow on ice sheet/ice shelf
|
---|
5 | systems using Finite Elemenent Analysis, and parallel technologies.
|
---|
6 |
|
---|
7 | ------------------------------------------------------------------------------
|
---|
8 |
|
---|
9 | Jet Propulsion Laboratory
|
---|
10 |
|
---|
11 | Eric Eric Larour (Project Lead)
|
---|
12 | Mathieu Mathieu Morlighem (Anisotropic Meshing, Control Methods)
|
---|
13 | Helene Helene Seroussi (Coupling 2D-3D, Multi-model, full-Stokes)
|
---|
14 |
|
---|
15 | Email: issm@jpl.nasa.gov
|
---|
16 |
|
---|
17 | ------------------------------------------------------------------------------
|
---|
18 | License
|
---|
19 |
|
---|
20 | ISSM is California Institute of Technology Copyright.
|
---|
21 | ------------------------------------------------------------------------------
|
---|
22 | Overview
|
---|
23 |
|
---|
24 | More to come
|
---|
25 |
|
---|
26 | Refer to http://issm.jpl.nasa.gov/ for additional information.
|
---|
27 | ------------------------------------------------------------------------------
|
---|
28 | Distribution
|
---|
29 |
|
---|
30 | The directories contained in this distribution include:
|
---|
31 |
|
---|
32 | examples Example problems
|
---|
33 |
|
---|
34 | externalpackages Other libraries
|
---|
35 |
|
---|
36 | m4 m4 macros used for supporting autoconf.
|
---|
37 |
|
---|
38 | doc The Users, Reference, and Developers Manuals are
|
---|
39 | maintained here. Other references are available from
|
---|
40 | the ISSM Web site (http://issm.jpl.nasa.gov/)
|
---|
41 |
|
---|
42 | src The main source code repository for the ISSM system.
|
---|
43 |
|
---|
44 | test Files for regression and unit testing of the ISSM system.
|
---|
45 | ------------------------------------------------------------------------------
|
---|
46 | Installation
|
---|
47 |
|
---|
48 | The installation procedure uses a standard GNU installation based on autoconf.
|
---|
49 | The basic steps are to invoke 'configure' to generate Makefiles for your
|
---|
50 | particular system and then invoke 'make' to compile the sources. See the
|
---|
51 | INSTALL file for detailed instructions.
|
---|
52 | ------------------------------------------------------------------------------
|
---|