Rev | Line | |
---|
[1805] | 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) |
---|
[3577] | 7 | Jane Sexton (GA) |
---|
| 8 | Nick Bartzis (GA) |
---|
| 9 | Jack Kelly (ANU) |
---|
| 10 | John Jakeman (ANU) |
---|
[1805] | 11 | |
---|
| 12 | |
---|
[2305] | 13 | This is the top directory for the inundation project source code |
---|
| 14 | developed at the Risk Assessment Methods Project at Geoscience |
---|
| 15 | Australia and Mathematical Sciences Institute at the Australian |
---|
| 16 | National University. |
---|
[1805] | 17 | |
---|
| 18 | |
---|
[2305] | 19 | Copyright 2004, 2005, 2006 |
---|
[3577] | 20 | Ole Nielsen, Stephen Roberts, Duncan Gray, Jane Sexton |
---|
[1805] | 21 | |
---|
| 22 | |
---|
| 23 | PREREQUISITES |
---|
| 24 | |
---|
| 25 | python 2.3 or later |
---|
| 26 | python-numeric |
---|
| 27 | python-dev (Interestingly, numeric seems to be installed as well) |
---|
| 28 | python-scientific (or maybe only python-netcdf) |
---|
| 29 | (Remember to put netcdf.dll somewhere so the PATH - e.g. in C:\bin) |
---|
| 30 | |
---|
| 31 | A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows) |
---|
| 32 | |
---|
| 33 | RECOMMENDED |
---|
| 34 | psyco |
---|
| 35 | visual python |
---|
| 36 | matplotlib (pylab) for quality 2d plotting |
---|
| 37 | weave? |
---|
| 38 | |
---|
| 39 | |
---|
| 40 | INSTALLATION |
---|
| 41 | |
---|
| 42 | In directory pyvolution: |
---|
| 43 | |
---|
[2179] | 44 | python test_all.py |
---|
[1805] | 45 | |
---|
| 46 | |
---|
| 47 | PATH |
---|
| 48 | |
---|
[2127] | 49 | |
---|
| 50 | PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\swollen |
---|
| 51 | |
---|
| 52 | It is assumed that the root directory for all anuga/inundation modules is on the pythonpath, e.g. |
---|
[2179] | 53 | PYTHONPATH=V:\1\cit\risk_assessment_methods_project\inundation\sandpits\onielsen\anuga\inundation |
---|
[1805] | 54 | |
---|
[2127] | 55 | |
---|
[1805] | 56 | |
---|
[2127] | 57 | |
---|
[1805] | 58 | LINKS |
---|
| 59 | Python: http://www.python.org |
---|
| 60 | Visual Python: http://vpython.org/ |
---|
| 61 | Python NetCDF Interface: http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html |
---|
| 62 | Psyco: http://psyco.sourceforge.net/index.html |
---|
| 63 | |
---|
[3577] | 64 | |
---|
[1805] | 65 | LICENSE |
---|
[3577] | 66 | see LICENSE.txt |
---|
| 67 | |
---|
[1805] | 68 | |
---|
Note: See
TracBrowser
for help on using the repository browser.