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