source: inundation/README.txt @ 2305

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

Fixed problem with leaking files from tests as per ticket:42

File size: 2.3 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)
7Christopher Zoppou (GA)
8
9
10This is the top directory for the inundation project source code
11developed at the Risk Assessment Methods Project at Geoscience
12Australia and Mathematical Sciences Institute at the Australian
13National University.
14
15
16Copyright 2004, 2005, 2006 
17Ole Nielsen, Stephen Roberts, Duncan Gray, Jane Sexton, Christopher Zoppou
18
19
20PREREQUISITES
21
22python 2.3 or later
23python-numeric
24python-dev (Interestingly, numeric seems to be installed as well)
25python-scientific (or maybe only python-netcdf)
26 (Remember to put netcdf.dll somewhere so the PATH - e.g. in C:\bin)
27
28A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows)
29
30RECOMMENDED
31psyco
32visual python
33matplotlib (pylab) for quality 2d plotting
34weave?
35
36
37INSTALLATION
38
39In directory pyvolution:
40
41  python test_all.py
42 
43
44PATH
45
46
47PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\swollen
48
49It is assumed that the root directory for all anuga/inundation modules is on the pythonpath, e.g.
50PYTHONPATH=V:\1\cit\risk_assessment_methods_project\inundation\sandpits\onielsen\anuga\inundation
51 
52
53 
54 
55LINKS 
56    Python: http://www.python.org
57    Visual Python: http://vpython.org/
58    Python NetCDF Interface: http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html   
59    Psyco: http://psyco.sourceforge.net/index.html
60
61LICENSE
62    This program is free software; you can redistribute it and/or modify
63    it under the terms of the GNU General Public License as published by
64    the Free Software Foundation; either version 2 of the License, or
65    (at your option) any later version.
66
67    This program is distributed in the hope that it will be useful,
68    but WITHOUT ANY WARRANTY; without even the implied warranty of
69    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
70    GNU General Public License (http://www.gnu.org/copyleft/gpl.html)
71    for more details.
72
73    You should have received a copy of the GNU General Public License
74    along with this program; if not, write to the Free Software
75    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
76
Note: See TracBrowser for help on using the repository browser.