Line | |
---|
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 pyvolution: |
---|
43 | |
---|
44 | python test_all.py |
---|
45 | |
---|
46 | |
---|
47 | PATH |
---|
48 | |
---|
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. |
---|
53 | PYTHONPATH=V:\1\cit\risk_assessment_methods_project\inundation\sandpits\onielsen\anuga\inundation |
---|
54 | |
---|
55 | |
---|
56 | |
---|
57 | |
---|
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 | |
---|
64 | |
---|
65 | LICENSE |
---|
66 | see LICENSE.txt |
---|
67 | |
---|
68 | |
---|
Note: See
TracBrowser
for help on using the repository browser.