Last change
on this file since 7248 was
5859,
checked in by steve, 16 years ago
|
Changed test_parallel_sw_runup.py to only create global
domain on processor 0
|
File size:
1.5 KB
|
Rev | Line | |
---|
[5859] | 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 | Jane Sexton (GA) |
---|
| 8 | Nick Bartzis (GA) |
---|
| 9 | Jack Kelly (ANU) |
---|
| 10 | John Jakeman (ANU) |
---|
| 11 | |
---|
| 12 | |
---|
| 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. |
---|
| 17 | |
---|
| 18 | |
---|
| 19 | Copyright 2004, 2005, 2006 |
---|
| 20 | Ole Nielsen, Stephen Roberts, Duncan Gray, Jane Sexton |
---|
| 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 anuga: |
---|
| 43 | |
---|
| 44 | python test_all.py |
---|
| 45 | |
---|
| 46 | |
---|
| 47 | PATH |
---|
| 48 | |
---|
| 49 | |
---|
| 50 | PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\anuga_viewer |
---|
| 51 | |
---|
| 52 | It is assumed that the root directory for all anugu modules is on the pythonpath, e.g. |
---|
| 53 | PYTHONPATH=V:\home\onielsen\anuga_core\source |
---|
| 54 | Alternatively this directory should be copied to the python site_packages directory |
---|
| 55 | |
---|
| 56 | |
---|
| 57 | |
---|
| 58 | |
---|
| 59 | LINKS |
---|
| 60 | Python: http://www.python.org |
---|
| 61 | Visual Python: http://vpython.org/ |
---|
| 62 | Python NetCDF Interface: http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html |
---|
| 63 | Psyco: http://psyco.sourceforge.net/index.html |
---|
| 64 | |
---|
| 65 | |
---|
| 66 | LICENSE |
---|
| 67 | see LICENSE.txt |
---|
| 68 | |
---|
| 69 | |
---|
Note: See
TracBrowser
for help on using the repository browser.