source: trunk/anuga_core/source/anuga/README.txt @ 8007

Last change on this file since 8007 was 5859, checked in by steve, 15 years ago

Changed test_parallel_sw_runup.py to only create global
domain on processor 0

File size: 1.5 KB
Line 
1This is the root-Subversion directory for the ANUGA Inundation
2Software Development project conducted by
3
4Stephen Roberts (ANU)
5Ole Nielsen (GA)
6Duncan Gray (GA)
7Jane Sexton (GA)
8Nick Bartzis (GA)
9Jack Kelly (ANU)
10John Jakeman (ANU)
11
12
13This is the top directory for the inundation project source code
14developed at the Risk Assessment Methods Project at Geoscience
15Australia and Mathematical Sciences Institute at the Australian
16National University.
17
18
19Copyright 2004, 2005, 2006 
20Ole Nielsen, Stephen Roberts, Duncan Gray, Jane Sexton
21
22
23PREREQUISITES
24
25python 2.3 or later
26python-numeric
27python-dev (Interestingly, numeric seems to be installed as well)
28python-scientific (or maybe only python-netcdf)
29 (Remember to put netcdf.dll somewhere so the PATH - e.g. in C:\bin)
30
31A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows)
32
33RECOMMENDED
34psyco
35visual python
36matplotlib (pylab) for quality 2d plotting
37weave?
38
39
40INSTALLATION
41
42In directory anuga:
43
44  python test_all.py
45 
46
47PATH
48
49
50PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\anuga_viewer
51
52It is assumed that the root directory for all anugu modules is on the pythonpath, e.g.
53PYTHONPATH=V:\home\onielsen\anuga_core\source
54Alternatively this directory should be copied to the python site_packages directory
55 
56
57 
58 
59LINKS 
60    Python: http://www.python.org
61    Visual Python: http://vpython.org/
62    Python NetCDF Interface: http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html   
63    Psyco: http://psyco.sourceforge.net/index.html
64
65
66LICENSE
67    see LICENSE.txt
68   
69
Note: See TracBrowser for help on using the repository browser.