Changeset 9627
- Timestamp:
- Feb 6, 2015, 9:52:29 AM (10 years ago)
- Location:
- trunk/anuga_core
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/README.rst
r9626 r9627 1 1 .. image:: https://travis-ci.org/stoiver/anuga_core.svg?branch=master 2 :target: https://travis-ci.org/stoiver/anuga_core 2 3 3 4 ===== … … 10 11 -------------- 11 12 12 AnuGA (pronounced " an uu ga") is open-source software for the simulation of13 AnuGA (pronounced "AN uu GA") is open-source software for the simulation of 13 14 the shallow water equation, in particular it can be used to model tsunamis 14 15 and floods. 16 17 AnuGA is a python package with some C extensions (and an optional fortran extension). At present AnuGA has not been ported to python 3. We recommend using python 2.7 15 18 16 19 Developed at the Risk Assessment Methods Project at Geoscience … … 20 23 21 24 Copyright 2004, 2005, 2006, 2015 22 Ole Nielsen, Stephen Roberts, Duncan Gray, Jane Sexton 25 Ole Nielsen, Stephen Roberts, Duncan Gray, Jane Sexton, Gareth Davies 23 26 24 27 … … 26 29 ------------ 27 30 28 For installation instructions, see ``INSTALL. txt``.31 For installation instructions, see ``INSTALL.rst``. 29 32 30 33 … … 35 38 36 39 http://anuga.anu.edu.au 37 38 How to generate the HTML documentation, see ``doc/README.txt``.39 40 40 41 … … 58 59 ------------------ 59 60 60 The latest development version of AnuGA's sources are always available at:61 The latest development version of AnuGA's sources are is available at: 61 62 62 63 https://github.com/stoiver/anuga_core … … 77 78 78 79 If you would like to take part in AnuGA development, take a look 79 at ``HACKING.rst .txt``.80 at ``HACKING.rst``. 80 81 81 82 … … 89 90 90 91 91 92 93 This is the root-Subversion directory for the ANUGA Inundation94 Software Development project conducted by95 96 97 98 99 100 101 PREREQUISITES102 103 python 2.3 or later104 python-numeric105 python-dev (Interestingly, numeric seems to be installed as well)106 python-scientific (or maybe only python-netcdf)107 (Remember to put netcdf.dll somewhere so the PATH - e.g. in C:\bin)108 109 A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows)110 111 RECOMMENDED112 psyco113 visual python114 matplotlib (pylab) for quality 2d plotting115 weave?116 117 118 INSTALLATION119 120 In directory anuga:121 122 python test_all.py123 124 125 PATH126 127 128 PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\anuga_viewer129 130 It is assumed that the root directory for all anugu modules is on the pythonpath, e.g.131 PYTHONPATH=V:\home\onielsen\anuga_core\source132 Alternatively this directory should be copied to the python site_packages directory133 134 135 136 137 LINKS138 Python: http://www.python.org139 Visual Python: http://vpython.org/140 Python NetCDF Interface: http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html141 Psyco: http://psyco.sourceforge.net/index.html142 143 144 LICENSE145 see LICENSE.txt146 147
Note: See TracChangeset
for help on using the changeset viewer.