Changeset 7363 for DVD_images/extra_files/GoldCoast/installation.html
- Timestamp:
- Aug 14, 2009, 9:03:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DVD_images/extra_files/GoldCoast/installation.html
r7301 r7363 16 16 </td> 17 17 <td> 18 <H1>Tsunami Inundation Models for the G OLD COASTregion</H1>18 <H1>Tsunami Inundation Models for the Gold Coast region</H1> 19 19 </td> 20 20 </tr> … … 31 31 32 32 The tsunami inundation simulations are based on the Open Source software package called ANUGA. 33 For more information about ANUGA visit <a href="https://datamining.anu.edu.au/anuga">https://datamining.anu.edu.au/anuga</a>. 33 For more information about ANUGA visit <a href="https://datamining.anu.edu.au/anuga">https://datamining.anu.edu.au/anuga</a>. 34 34 <p> 35 ANUGA has been developed and tested under the Windows XP and Linux (Ubuntu, Mint and Red Hat) operating systems. 35 ANUGA has been developed and tested under the Windows XP and Linux (Ubuntu, Mint and Red Hat) operating systems. 36 36 ANUGA may also be installed on a Windows Vista system and Debian Linux, but these have not been extensively tested. 37 37 <p> … … 40 40 41 41 <a name="installing"><h3><b>Installing ANUGA</b></h3></a> 42 42 <a href="http://sourceforge.net/projects/anuga/">Download Software</a><i>: please note Internet Explorer has the habit of renaming the 43 .tgz file to .gz - the remedy is to rename them back or use another browser such as Firefox.</i> 44 <p> 43 45 You must install ANUGA according to the <a href="documents/anuga_installation_guide.pdf">Installation Guide</a>. 44 46 As the installation procedure comprises a number of steps we suggest that it is carried out by someone with a 45 basic understanding of how to install software packages on the operating system of choice. 47 basic understanding of how to install software packages on the operating system of choice. 46 48 47 49 <a name="simulating"><h3><b>How to run a simulation</b></h3></a> … … 52 54 can be used to get help. 53 55 <p> 54 56 55 57 <p> 56 58 <hr align="left" width="100"> … … 61 63 <hr align="left" width="100"> 62 64 <p> 63 Next, you must copy the entire contents of the DVD to a place in your filesystem. Let's assume 64 that you want to put the data into <b>C:\ANUGA</b>. You would do this in a Command Prompt window: 65 <table class="code"><tr><td> 66 C:<br> 67 cd \<br> 68 mkdir ANUGA<br> 65 Next, you must copy the entire contents of the DVD to a place in your file system. Let's assume 66 that you want to put the data into <b>C:\ANUGA</b>. You could drag all files from the DVD into this folder with Explorer. 67 Or through the Command Prompt window: 68 <pre><font color="brown"> 69 C: 70 cd 71 mkdir ANUGA 69 72 xcopy /e X:\ ANUGA 70 </td></tr></table> 71 <p> 72 Of course, you could just drag all files on the DVD (X:\ is the assumed drive letter) to the desired target directory with Explorer. 73 </font></pre> 74 X:\ is the assumed to be the CD drive letter. 73 75 <p> 74 76 <hr align="left" width="100"> 75 77 <p> 76 78 Now you must create an environment variable <b>ANUGADATA</b> that points to the directory you just created: 77 < table class="code"><tr><td>79 <pre><font color="brown"> 78 80 set ANUGADATA=C:\ANUGA 79 </td></tr></table> 80 <p> 81 </font></pre> 81 82 Doing the above in a Command Prompt window is temporary - if you open another 82 83 window you will not have the ANUGADATA environment variable defined. To make … … 84 85 tool (<b>Advanced</b> tab). See the <a href="documents/anuga_installation_guide.pdf">Installation Guide</a> 85 86 if you don't know how to do this. 86 <p>87 87 <hr align="left" width="100"> 88 <p>89 88 Next, you prepare and execute the model: 90 < table class="code"><tr><td>91 cd C:\ANUGA <br>92 cd project <br>93 python setup_model.py <br >89 <pre><font color="brown"> 90 cd C:\ANUGA 91 cd project 92 python setup_model.py 94 93 python run_model.py 95 </td></tr></table> 96 <p> 94 </font></pre> 97 95 <hr align="left" width="100"> 98 <p>99 96 This should all run to completion though it may take several days, depending on 100 97 the hardware used. … … 105 102 drilling down from that point until you find a directory called <b>outputs</b>. 106 103 The latest directory in <b>outputs</b> should contain a file called <font color="red">screen_error.txt</font> 107 with an explanation of the error at the end. 104 with an explanation of the error at the end. 108 105 <p> 109 106 Once the simulation has completed you may view the results using the ANUGA 110 viewer as described in the <a href="documents/anuga_installation_guide.pdf">Installation Guide</a> 107 viewer as described in the <a href="documents/anuga_installation_guide.pdf">Installation Guide</a> 111 108 and <a href="documents/anuga_user_manual.pdf">User Manual</a>. You may also 112 109 generate rasters suitable for GIS mapping or write dedicated scripts extracting timeseries at selected … … 120 117 After you have run a simulation you may wish to extract information from the generated SWW file. 121 118 On this disk there are a selection of example analysis scripts that you can use or modify. 122 The <a href="analysis.html">analysis scripts</a> page explains how to use the scripts.119 The <a href="analysis.html">analysis</a> page explains how to use the scripts. 123 120 124 121 <a name="modifications"><h3><b>How to modify a simulation</b></h3></a> … … 138 135 <a name="FAQ"><h3><b>Frequently Asked Questions</b></h3></a> 139 136 140 There is a <b>Frequently Asked Questions</b> (FAQ) page at 141 <a href="https://datamining.anu.edu.au/anuga/wiki/FrequentlyAskedQuestions">https://datamining.anu.edu.au/anuga/wiki/FrequentlyAskedQuestions</a>. 142 Look in there and search the mailing list archives before asking questions on the ANUGA user's mailing list. 143 Someone may already have asked your question! 137 Look in <b><a href="https://datamining.anu.edu.au/anuga/wiki/FrequentlyAskedQuestions">Frequently Asked Questions</a></b> (FAQ) and search the mailing list archives before asking questions on the ANUGA user's mailing list. 138 Someone may already have asked and answered your question! 144 139 <p> 145 140 Note that you can edit the FAQ pages, so it is helpful if you can update the FAQ with your question and its answer if you feel
Note: See TracChangeset
for help on using the changeset viewer.