source: inundation/README.txt @ 2131

Last change on this file since 2131 was 2127, checked in by ole, 19 years ago

Installation notes for new PCs (at GA)

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