source: anuga_core/source/anuga/README.txt @ 3577

Last change on this file since 3577 was 3577, checked in by ole, 18 years ago

License info

File size: 1.6 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 pyvolution:
43
44  python test_all.py
45 
46
47PATH
48
49
50PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\swollen
51
52It is assumed that the root directory for all anuga/inundation modules is on the pythonpath, e.g.
53PYTHONPATH=V:\1\cit\risk_assessment_methods_project\inundation\sandpits\onielsen\anuga\inundation
54 
55
56 
57 
58LINKS 
59    Python: http://www.python.org
60    Visual Python: http://vpython.org/
61    Python NetCDF Interface: http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html   
62    Psyco: http://psyco.sourceforge.net/index.html
63
64
65LICENSE
66    see LICENSE.txt
67   
68
Note: See TracBrowser for help on using the repository browser.