-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
64 lines (47 loc) · 2.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
GLIMMER README file:
===================
Glimmer-CISM is a land ice model designed to be used as part of
an earth-system model or stand-alone model. Full documentation can
be found in the doc directory.
Licensing:
=========
Glimmer-CISM is issued under the GNU General Public Licence.
See LICENCE in the main directory.
Note that this licence DOES NOT APPLY to the SLAP linear algebra library,
which is contained in its own directory, and is in the public domain.
Mailing list
============
There are two mailing lists:
1. the general user mailing list
archive: https://lists.berlios.de/pipermail/glimmer-cism-user/
subscribe: https://lists.berlios.de/mailman/listinfo/glimmer-cism-user
2. the developer mailing list
archive: https://lists.berlios.de/pipermail/glimmer-cism-devel/
subscribe: https://lists.berlios.de/mailman/listinfo/glimmer-cism-devel
3. the commit mailing list
archive: https://lists.berlios.de/mailman/private/glimmer-cism-commit/
subscribe: https://lists.berlios.de/mailman/listinfo/glimmer-cism-commit
Bugs:
====
Please send all bug reports (preferably with fixes!) to the glimmer mailing list:
Compiling:
=========
The model should build reasonably straightforwardly using make.
Additional notes are provided in COMPILE in the main directory.
Documentation
=============
The doc directory contains the LaTeX sources for the documentation. When
configuring the build system you can enable the documentation build by
supplying the --enable-doc-pdf and/or --enable-doc-ps. If you have doxygen
installed you can build the API documentation by running make doxygen-doc
in the doc directory.
Running make www will produce a tar ball containing html versions of the
manual and the API documentation.
References:
==========
The ice model which froms the core of Glimmer-CISM is described in:
Rutt, I. C., M. Hagdorn, N. R. J. Hulton, and A. J. Payne (2009),
The Glimmer community ice sheet model, J. Geophys. Res., 114, F02004,
doi:10.1029/2008JF001015.
Please cite this paper in any publication arising from using Glimmer-CISM.