Contents
ANUGA (pronounced "AHnooGAH") is open-source software for the simulation of the shallow water equation, in particular it can be used to model tsunamis and floods.
ANUGA is a python package with some C extensions (and an optional fortran extension).
The default master branch of this repository contains the python 2.7 version of ANUGA.
The python 3 version of ANUGA is being developed and is available from https://github.com/anuga-community/anuga_core (and is also available as the anuga_py3 branch of this repository).
Developed by Geoscience Australia and the Mathematical Sciences Institute at the Australian National University.
Copyright Commonwealth of Australia (Geoscience Australia) and Australian National University 2017-
For installation instructions, see INSTALL.rst
ANUGA documentation is available in the doc folder. In particular the user_manual
Also helpful information is available noline at
http://anuga.anu.edu.au
A collection of online jupyter notebooks which can run under google's colab environment can be found at:
https://github.com/stoiver/anuga-clinic-2018
You can subscribe to our mailing via:
https://lists.sourceforge.net/lists/listinfo/anuga-user
and send questions using the address
anuga-user@lists.sourceforge.net
The user's site is: http://anuga.anu.edu.au/ The WikiPedia for ANUGA is: https://en.wikipedia.org/wiki/ANUGA_Hydro The GitHub repository for ANUGA is: https://github.com/GeoscienceAustralia/anuga_core
A viewer is available for displaying the ANUGA sww output files. ANUGA viewer repository is: https://github.com/GeoscienceAustralia/anuga-viewer
The latest development version of ANUGA's sources are is available at:
https://github.com/GeoscienceAustralia/anuga_core
They can be downloaded as a zip file or using the Git client as follows
git clone https://github.com/GeoscienceAustralia/anuga_core (for read only) git clone git@github.com:GeoscienceAustralia/anuga_core.git (to contribute)
For the latter option see e.g. https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/ for instructions on how to authenticate using ssh keys.
To search for bugs or report them, please use the ANUGA's Bug Tracker at:
https://github.com/GeoscienceAustralia/anuga_core/issues
If you would like to take part in ANUGA development, take a look at CONTRIBUTING.rst.
See the file LICENSE.txt for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.
At the Australian National University:
Stephen Roberts Lead Developer <stephen.roberts@anu.edu.au>
At Geoscience Australia:
Gareth Davies Developer <gareth.davies@ga.gov.au>