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