This is the top directory for the inundation project source code
developed at the Risk and Impact Analysis Group at Geoscience
Australia and the Mathematical Sciences Institute at the Australian
National University.


Copyright 2004-2010  
Geoscience Australia, Australian National University


PREREQUISITES

python 2.5 or 2.6
python-numpy
python-dev
python-scientific (or maybe only python-netcdf)
 (Remember to put netcdf.dll somewhere so the PATH - e.g. in C:\bin)

A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows)

RECOMMENDED
psyco
visual python
matplotlib (pylab) for quality 2d plotting
weave?


INSTALLATION

In directory anuga:

  python compile_all.py
  

PATH


PATH=C:\Python25;C:\MinGW\bin;C:\Program Files\anuga_viewer

It is assumed that the root directory for all anugu modules is on the pythonpath, e.g.
PYTHONPATH=C:\modelling\
Alternatively this directory should be copied to the python site_packages directory 
  

  
  
LINKS  
    Python: http://www.python.org
    Visual Python: http://vpython.org/
    Python NetCDF Interface: http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html    
    Psyco: http://psyco.sourceforge.net/index.html


LICENSE
    see LICENSE.txt
    

