source: branches/anuga_1_2_1/anuga_core/source/anuga/README.txt @ 8083

Last change on this file since 8083 was 8083, checked in by habili, 13 years ago

Bug fixes, including correct use of starttime and duration.

File size: 1.2 KB
Line 
1This is the top directory for the inundation project source code
2developed at the Risk and Impact Analysis Group at Geoscience
3Australia and the Mathematical Sciences Institute at the Australian
4National University.
5
6
7Copyright 2004-2010 
8Geoscience Australia, Australian National University
9
10
11PREREQUISITES
12
13python 2.5 or 2.6
14python-numpy
15python-dev
16python-scientific (or maybe only python-netcdf)
17 (Remember to put netcdf.dll somewhere so the PATH - e.g. in C:\bin)
18
19A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows)
20
21RECOMMENDED
22psyco
23visual python
24matplotlib (pylab) for quality 2d plotting
25weave?
26
27
28INSTALLATION
29
30In directory anuga:
31
32  python compile_all.py
33 
34
35PATH
36
37
38PATH=C:\Python25;C:\MinGW\bin;C:\Program Files\anuga_viewer
39
40It is assumed that the root directory for all anugu modules is on the pythonpath, e.g.
41PYTHONPATH=C:\modelling\
42Alternatively this directory should be copied to the python site_packages directory
43 
44
45 
46 
47LINKS 
48    Python: http://www.python.org
49    Visual Python: http://vpython.org/
50    Python NetCDF Interface: http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html   
51    Psyco: http://psyco.sourceforge.net/index.html
52
53
54LICENSE
55    see LICENSE.txt
56   
57
Note: See TracBrowser for help on using the repository browser.