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