source: trunk/anuga_core/README.txt @ 9593

Last change on this file since 9593 was 9593, checked in by steve, 10 years ago

Cleaned up a few README files

File size: 2.7 KB
RevLine 
[8817]1
2
[9593]3=====
4AnuGA
5=====
[8817]6
[9593]7.. contents::
8
9What is AnuGA?
10--------------
11
12AnuGA (pronounced "an uu ga") is open-source software for the simulation of
13the shallow water equation, in particular it can be used to model tsunamis
14and floods.
15
16Developed at the Risk Assessment Methods Project at Geoscience
[8817]17Australia and Mathematical Sciences Institute at the Australian
18National University.
19
20
[9593]21Copyright 2004, 2005, 2006, 2015
[8817]22Ole Nielsen, Stephen Roberts, Duncan Gray, Jane Sexton
23
24
[9593]25Installation
26------------
27
28For installation instructions, see ``INSTALL.txt``.
29
30
31Documentation
32-------------
33
34AnuGA documentation is available in the user_manual folder or online
35
36    http://anuga.anu.edu.au
37
38How to generate the HTML documentation, see ``doc/README.txt``.
39
40
41Web sites
42---------
43
44The user's site is:
45
46    http://anuga.anu.edu.au/
47
48
49Mailing Lists
50-------------
51
52Please see anuga user mailing list here:
53
54    anuga-user@lists.sourceforge.net
55
56
57Latest source code
58------------------
59
60The latest development version of AnuGA's sources are always available at:
61
62    https://github.com/stoiver/anuga_core
63
64They can be downloaded as a zip file or using the Git client.
65
66
67Bug reports
68-----------
69
70To search for bugs or report them, please use the AnuGA's Bug Tracker at:
71
72    https://github.com/stoiver/anuga_core/issues
73
74
75Developer information
76---------------------
77
78If you would like to take part in AnuGA development, take a look
79at ``HACKING.rst.txt``.
80
81
82License information
83-------------------
84
85See the file ``LICENSE.txt`` for information on the history of this
86software, terms & conditions for usage, and a DISCLAIMER OF ALL
87WARRANTIES.
88
89
90
91
92
93This is the root-Subversion directory for the ANUGA Inundation
94Software Development project conducted by
95
96
97
98
99
100
[8817]101PREREQUISITES
102
103python 2.3 or later
104python-numeric
105python-dev (Interestingly, numeric seems to be installed as well)
106python-scientific (or maybe only python-netcdf)
107 (Remember to put netcdf.dll somewhere so the PATH - e.g. in C:\bin)
108
109A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows)
110
111RECOMMENDED
112psyco
113visual python
114matplotlib (pylab) for quality 2d plotting
115weave?
116
117
118INSTALLATION
119
120In directory anuga:
121
122  python test_all.py
123 
124
125PATH
126
127
128PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\anuga_viewer
129
130It is assumed that the root directory for all anugu modules is on the pythonpath, e.g.
131PYTHONPATH=V:\home\onielsen\anuga_core\source
132Alternatively this directory should be copied to the python site_packages directory
133 
134
135 
136 
137LINKS 
138    Python: http://www.python.org
139    Visual Python: http://vpython.org/
140    Python NetCDF Interface: http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html   
141    Psyco: http://psyco.sourceforge.net/index.html
142
143
144LICENSE
145    see LICENSE.txt
146   
147
Note: See TracBrowser for help on using the repository browser.