[576] | 1 | This is the root-Subversion directory for the Storm Surge |
---|
[175] | 2 | Software Development project conducted by |
---|
| 3 | |
---|
| 4 | Stephen Roberts (ANU) |
---|
| 5 | Ole Nielsen (GA) |
---|
| 6 | Christopher Zoppou (GA) |
---|
| 7 | Duncan Gray (GA) |
---|
| 8 | |
---|
[194] | 9 | This is the top directory for the storm surge project developed at the |
---|
| 10 | Risk Assessment Methods Project at Geoscience Australia and |
---|
| 11 | Mathematical Sciences Institute at the Australian National University. |
---|
| 12 | |
---|
| 13 | |
---|
| 14 | Copyright 2004 |
---|
| 15 | Ole Nielsen, Stephen Roberts, Duncan Gray, Christopher Zoppou |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | PREREQUISITES |
---|
| 19 | |
---|
| 20 | python 2.3 or later |
---|
[487] | 21 | python-numeric |
---|
[194] | 22 | python-dev (Interestingly, numeric seems to be installed as well) |
---|
| 23 | python-scientific (or maybe only python-netcdf) |
---|
| 24 | |
---|
| 25 | |
---|
| 26 | RECOMMENDED |
---|
| 27 | |
---|
| 28 | psyco |
---|
| 29 | visual python |
---|
| 30 | |
---|
| 31 | |
---|
| 32 | INSTALLATION |
---|
| 33 | |
---|
| 34 | In directory pyvolution: |
---|
| 35 | |
---|
[487] | 36 | python compile.py |
---|
[194] | 37 | |
---|
| 38 | |
---|
| 39 | |
---|
| 40 | |
---|
| 41 | LICENSE |
---|
| 42 | This program is free software; you can redistribute it and/or modify |
---|
| 43 | it under the terms of the GNU General Public License as published by |
---|
| 44 | the Free Software Foundation; either version 2 of the License, or |
---|
| 45 | (at your option) any later version. |
---|
| 46 | |
---|
| 47 | This program is distributed in the hope that it will be useful, |
---|
| 48 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 49 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 50 | GNU General Public License (http://www.gnu.org/copyleft/gpl.html) |
---|
| 51 | for more details. |
---|
| 52 | |
---|
| 53 | You should have received a copy of the GNU General Public License |
---|
| 54 | along with this program; if not, write to the Free Software |
---|
| 55 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
---|
| 56 | |
---|