Version 2 (modified by rwilson, 16 years ago) (diff) |
---|
General Questions
What is ANUGA?
It is a software package suitable for simulating 2D water flows in complex geometries.
Why is it called ANUGA ?
The software was developed in collaboration between the Australian national University (ANU) and Geoscience Australia (GA).
How do I obtain a copy of ANUGA?
See https://datamining.anu.edu.au/anuga for all things ANUGA.
Are there any published articles about ANUGA that I can reference?
See https://datamining.anu.edu.au/anuga for links.
How do I find out what version of ANUGA I am running?
Use the following code snippet:
from anuga.utilities.system_tools import get_revision_number print get_revision_number()
This should work both for installations from SourceForge as well as when working off the repository.