1 | This is the root-Subversion directory for the ANUGA Inundation |
---|
2 | Software Development project conducted by |
---|
3 | |
---|
4 | Stephen Roberts (ANU) |
---|
5 | Ole Nielsen (GA) |
---|
6 | Duncan Gray (GA) |
---|
7 | Christopher Zoppou (GA) |
---|
8 | |
---|
9 | |
---|
10 | This is the top directory for the inundation project source code |
---|
11 | developed at the Risk Assessment Methods Project at Geoscience |
---|
12 | Australia and Mathematical Sciences Institute at the Australian |
---|
13 | National University. |
---|
14 | |
---|
15 | |
---|
16 | Copyright 2004, 2005, 2006 |
---|
17 | Ole Nielsen, Stephen Roberts, Duncan Gray, Jane Sexton, Christopher Zoppou |
---|
18 | |
---|
19 | |
---|
20 | PREREQUISITES |
---|
21 | |
---|
22 | python 2.3 or later |
---|
23 | python-numeric |
---|
24 | python-dev (Interestingly, numeric seems to be installed as well) |
---|
25 | python-scientific (or maybe only python-netcdf) |
---|
26 | (Remember to put netcdf.dll somewhere so the PATH - e.g. in C:\bin) |
---|
27 | |
---|
28 | A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows) |
---|
29 | |
---|
30 | RECOMMENDED |
---|
31 | psyco |
---|
32 | visual python |
---|
33 | matplotlib (pylab) for quality 2d plotting |
---|
34 | weave? |
---|
35 | |
---|
36 | |
---|
37 | INSTALLATION |
---|
38 | |
---|
39 | In directory pyvolution: |
---|
40 | |
---|
41 | python test_all.py |
---|
42 | |
---|
43 | |
---|
44 | PATH |
---|
45 | |
---|
46 | |
---|
47 | PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\swollen |
---|
48 | |
---|
49 | It is assumed that the root directory for all anuga/inundation modules is on the pythonpath, e.g. |
---|
50 | PYTHONPATH=V:\1\cit\risk_assessment_methods_project\inundation\sandpits\onielsen\anuga\inundation |
---|
51 | |
---|
52 | |
---|
53 | |
---|
54 | |
---|
55 | LINKS |
---|
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 | |
---|
61 | LICENSE |
---|
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 | |
---|