Changeset 7265
- Timestamp:
- Jun 25, 2009, 2:41:52 PM (16 years ago)
- Location:
- DVD_images/extra_files
- Files:
-
- 2 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
DVD_images/extra_files/BatemansBay/README.txt
r7205 r7265 3 3 4 4 If this DVD does not autostart and display a browser page, open the 5 file X:\index.htm in your browser, where 'X' is the drive letter of5 file X:\index.html in your browser, where 'X' is the drive letter of 6 6 your DVD drive. -
DVD_images/extra_files/BatemansBay/index.html
r7206 r7265 21 21 </table> 22 22 <hr> 23 <!--24 <ul class="navbar">25 <li><a href="#introduction">Introduction</a>26 <li><a href="#installing">Installing</a>27 <li><a href="#simulating">Running</a>28 <li><a href="#userslist">Mailing list</a>29 <li><a href="#auxscripts">Auxiliary scripts</a>30 <li><a href="#FAQ">Frequently Asked Questions</a>31 <li><a href="#extra">Extra stuff</a>32 </ul>33 -->34 23 35 <a name="introduction"<h3><b>Introduction</b></h3></a> 24 <a name="introduction"><h3><b>Introduction</b></h3></a> 25 36 26 The information on this DVD and the associated report is intended to assist emergency managers in developing preparation and 37 27 response plans that can be used during a tsunami threat or emergency. 38 28 <p> 39 29 The Attorney General's Department (AGD) has supported Geoscience Australia (GA) in developing a range of products to support 40 the understanding of tsunami hazard through the Australian Tsunami Warning System Project. The work reported here is intended30 the understanding of tsunami hazard through the Australian Probabilistic Tsunami Warning System Project. The work reported here is intended 41 31 to further build the capacity of the Jurisdictions in developing inundation models for prioritised locations. 42 32 <p> … … 54 44 <li> The Python scripts used to run the models 55 45 </ul> 46 <p> 47 The input wave data on this disk are all derived from events available in the Australian Tsunami 48 Hazard Map. As this dataset is very large, this DVD only contains the events 49 described in the report. 56 50 57 <a name="requirements" <h3><b>Requirements</b></h3></a>51 <a name="requirements"><h3><b>Requirements</b></h3></a> 58 52 59 53 The tsunami inundation simulations are based on the Open Source software package called ANUGA. … … 66 60 we recommend using 64 bit Ubuntu Linux as this operating system can use more than 3GB of memory, whereas Windows XP cannot. 67 61 68 <a name="installing" <h3><b>Installing ANUGA</b></h3></a>62 <a name="installing"><h3><b>Installing ANUGA</b></h3></a> 69 63 70 64 You must install ANUGA according to the <a href="documents/anuga_installation_guide.pdf">Installation Guide</a>. … … 72 66 basic understanding of how to install software packages on the operating system of choice. 73 67 74 <a name="simulating" <h3><b>How to run a simulation</b></h3></a>68 <a name="simulating"><h3><b>How to run a simulation</b></h3></a> 75 69 76 This is how a usershould run the model on this DVD.70 This is how you should run the model on this DVD. 77 71 We assume that you are using Windows and will give examples for that operating system. 78 The translation to Linux is left as an exercise for the student! 72 The translation to Linux should be obvious, but the <a href="#userslist">ANUGA user's mailing list</a> 73 can be used to get help. 74 <p> 75 79 76 <p> 80 77 <hr align="left" width="100"> … … 111 108 <hr align="left" width="100"> 112 109 <p> 113 At this point you should run the <font color="red">build_elevation.py</font> 114 script to convert the raw elevation data to a set of 'combined_elevation' 115 files ready to be used by the ANUGA system. It is possible that you have not 116 been given the elevation data on the DVD as it is too large. In that case you 117 cannot run the <font color="red">build_elevation.py</font> script and you 118 should skip to the next step. 110 Next, you prepare and execute the model: 119 111 <table class="code"><tr><td> 120 112 cd C:\ANUGA<br> 121 113 cd project<br> 122 python build_elevation.py123 </td></tr></table>124 <p>125 When you get to the point of running the model with your own data, you must126 run <font color="red">build_elevation.py</font> to recreate the combined elevation files every time127 you change the elevation data.128 <p>129 <hr align="left" width="100">130 <p>131 Next, you prepare and execute the model:132 <table class="code"><tr><td>133 114 python setup_model.py<br > 134 115 python run_model.py … … 137 118 <hr align="left" width="100"> 138 119 <p> 139 This should all run to completion ,though it may take several days, depending on120 This should all run to completion though it may take several days, depending on 140 121 the hardware used. 141 122 <p> 142 If you doget an error from <font color="red">setup_model.py</font>123 If you get an error from <font color="red">setup_model.py</font> 143 124 or <font color="red">run_model.py</font> look for some explanation in the log 144 files, which you should find somewhereunder <b>C:\ANUGA\data</b>. Just keep125 files, which you will find under <b>C:\ANUGA\data</b>. Just keep 145 126 drilling down from that point until you find a directory called <b>outputs</b>. 146 127 The latest directory in <b>outputs</b> should contain a file called <font color="red">screen_error.txt</font> … … 149 130 Once the simulation has completed you may view the results using the ANUGA 150 131 viewer as described in the <a href="documents/anuga_installation_guide.pdf">Installation Guide</a> 151 and <a href="documents/anuga_user_manual.pdf">User Manual</a>, run the script 152 <font color="red">export_results_max.py</font> to generate rasters suitable 153 for GIS mapping, or write dedicated scripts extracting timeseries at selected 154 locations. 155 <p> 156 The input waves are all derived from events available in the Australian Tsunami 157 Hazard Map. As this dataset is very large, this DVD only contains the events 158 described in the report. If other events from the Hazard Map are obtained, 159 the script <font color="red">build_urs_boundary.py</font> has been designed 160 to prepare the associated input wave for ingestion into ANUGA. This script 161 is documented in the <a href="documents/anuga_user_manual.pdf">User Manual</a>. 132 and <a href="documents/anuga_user_manual.pdf">User Manual</a>. You may also 133 generate rasters suitable for GIS mapping or write dedicated scripts extracting timeseries at selected 134 locations. Some hints to help you do this are at the <a href="analysis.html">analysis page</a>. 162 135 <p> 163 136 The ANUGA <a href="documents/anuga_user_manual.pdf">User Manual</a> describes 164 137 how to use the ANUGA system in general and provides some examples of its use. 165 138 166 <a name="userslist"<h3><b>How to join the ANUGA user's mailing list</b></h3></a> 139 <a name="auxscripts"><h3><b>How to extract data from the simulation output files</b></h3></a> 140 141 After you have run a simulation you may wish to extract information from the generated SWW file. 142 On this disk there are a selection of example analysis scripts that you can use or modify. 143 The <a href="analysis.html">analysis scripts</a> page explains how to use the scripts. 144 145 <a name="modifications"><h3><b>How to modify a simulation</b></h3></a> 146 147 After you have run the supplied simulation you may wish to change it in some way, such as adding improved bathymetry data, for example. 148 The <a href="modifications.html">modifications</a> page explains how to do this. 149 150 <a name="userslist"><h3><b>How to join the ANUGA user's mailing list</b></h3></a> 167 151 168 152 One of the quickest ways to get your ANUGA questions answered is by asking them on the <b>ANUGA-user</b> mailing list. 169 You can subscribe to the list <a href="https://lists.sourceforge.net/lists/listinfo/anuga-user">here</a>153 You can <a href="https://lists.sourceforge.net/lists/listinfo/anuga-user">subscribe to the list</a> 170 154 and can view the mailing list <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=anuga-user">archives</a>. 171 155 <p> … … 173 157 into a few emails per day. You can unsubscribe at any time through the subscribe link above. 174 158 175 <a name="auxscripts"<h3><b>How to use the auxiliary scripts</b></h3></a> 176 177 On this disk there are a selection of auxiliary scripts that you can use to extract various pieces of information 178 from the generated SWW files. The <a href="auxiliary_scripts.html">auxiliary scripts</a> page explains how to use the scripts. 179 180 <a name="FAQ"<h3><b>Frequently Asked Questions</b></h3></a> 159 <a name="FAQ"><h3><b>Frequently Asked Questions</b></h3></a> 181 160 182 161 There is a <b>Frequently Asked Questions</b> (FAQ) page at 183 162 <a href="https://datamining.anu.edu.au/anuga/wiki/FrequentlyAskedQuestions">https://datamining.anu.edu.au/anuga/wiki/FrequentlyAskedQuestions</a>. 184 Look in here and search the mailing list archives before asking questions on the ANUGA user's mailing list.163 Look in there and search the mailing list archives before asking questions on the ANUGA user's mailing list. 185 164 Someone may already have asked your question! 186 165 <p> -
DVD_images/extra_files/BatemansBay/project/setup_model.py
r7205 r7265 61 61 if not exists(project.gauges_folder): 62 62 print "Sorry, gauges directory '%s' doesn't exist" % project.gauges_folder 63 sanity_error = True64 65 if not exists(project.meshes_folder):66 print "Sorry, meshes directory '%s' doesn't exist" % project.meshes_folder67 63 sanity_error = True 68 64 -
DVD_images/extra_files/GoldCoast/auxiliary_scripts.html
r7206 r7265 22 22 <hr> 23 23 24 <a name="auxiliary scripts" <h2><b>Auxiliary Scripts</b></h2></a>24 <a name="auxiliary scripts"><h2><b>Auxiliary Scripts</b></h2></a> 25 25 There are number of auxiliary scripts on this disk that you can use to extract information from the SWW files 26 26 produced by a simulation run. These scripts are not meant to be the definitive answer on how to get information … … 31 31 generate. 32 32 33 <a name="export_results_max.py scripts" <h3><b>export_results_max.py</b></h3></a>33 <a name="export_results_max.py scripts"><h3><b>export_results_max.py</b></h3></a> 34 34 The <font color="red">export_results_max.py</font> script can be used to create an ASC file that contains the maximum 35 35 of an ANUGA variable or expression for each point in a user-defined raster on the simulation region. … … 88 88 </ul> 89 89 90 <a name="get_runup.py" <h3><b>get_runup.py</b></h3></a>90 <a name="get_runup.py"><h3><b>get_runup.py</b></h3></a> 91 91 The <font color="red">get_runup.py</font> script is used to get the maximum runup height in a specified region 92 92 or regions. … … 109 109 </ul> 110 110 111 <a name="get_timeseries.py" <h3><b>get_timeseries.py</b></h3></a>111 <a name="get_timeseries.py"><h3><b>get_timeseries.py</b></h3></a> 112 112 The <font color="red">get_timeseries.py</font> script is used to get timeseries data for a selection of variable 113 113 data at one or more gauge points in a simulation. -
DVD_images/extra_files/GoldCoast/index.html
r7206 r7265 33 33 --> 34 34 35 <a name="introduction" <h3><b>Introduction</b></h3></a>35 <a name="introduction"><h3><b>Introduction</b></h3></a> 36 36 The information on this DVD and the associated report is intended to assist emergency managers in developing preparation and 37 37 response plans that can be used during a tsunami threat or emergency. … … 55 55 </ul> 56 56 57 <a name="requirements" <h3><b>Requirements</b></h3></a>57 <a name="requirements"><h3><b>Requirements</b></h3></a> 58 58 59 59 The tsunami inundation simulations are based on the Open Source software package called ANUGA. … … 66 66 we recommend using 64 bit Ubuntu Linux as this operating system can use more than 3GB of memory, whereas Windows XP cannot. 67 67 68 <a name="installing" <h3><b>Installing ANUGA</b></h3></a>68 <a name="installing"><h3><b>Installing ANUGA</b></h3></a> 69 69 70 70 You must install ANUGA according to the <a href="documents/anuga_installation_guide.pdf">Installation Guide</a>. … … 72 72 basic understanding of how to install software packages on the operating system of choice. 73 73 74 <a name="simulating" <h3><b>How to run a simulation</b></h3></a>74 <a name="simulating"><h3><b>How to run a simulation</b></h3></a> 75 75 76 76 This is how a user should run the model on this DVD. … … 164 164 how to use the ANUGA system in general and provides some examples of its use. 165 165 166 <a name="userslist" <h3><b>How to join the ANUGA user's mailing list</b></h3></a>166 <a name="userslist"><h3><b>How to join the ANUGA user's mailing list</b></h3></a> 167 167 168 168 One of the quickest ways to get your ANUGA questions answered is by asking them on the <b>ANUGA-user</b> mailing list. … … 173 173 into a few emails per day. You can unsubscribe at any time through the subscribe link above. 174 174 175 <a name="auxscripts" <h3><b>How to use the auxiliary scripts</b></h3></a>175 <a name="auxscripts"><h3><b>How to use the auxiliary scripts</b></h3></a> 176 176 177 177 On this disk there are a selection of auxiliary scripts that you can use to extract various pieces of information 178 178 from the generated SWW files. The <a href="auxiliary_scripts.html">auxiliary scripts</a> page explains how to use the scripts. 179 179 180 <a name="FAQ" <h3><b>Frequently Asked Questions</b></h3></a>180 <a name="FAQ"><h3><b>Frequently Asked Questions</b></h3></a> 181 181 182 182 There is a <b>Frequently Asked Questions</b> (FAQ) page at -
DVD_images/extra_files/Gosford/auxiliary_scripts.html
r7206 r7265 22 22 <hr> 23 23 24 <a name="auxiliary scripts" <h2><b>Auxiliary Scripts</b></h2></a>24 <a name="auxiliary scripts"><h2><b>Auxiliary Scripts</b></h2></a> 25 25 There are number of auxiliary scripts on this disk that you can use to extract information from the SWW files 26 26 produced by a simulation run. These scripts are not meant to be the definitive answer on how to get information … … 31 31 generate. 32 32 33 <a name="export_results_max.py scripts" <h3><b>export_results_max.py</b></h3></a>33 <a name="export_results_max.py scripts"><h3><b>export_results_max.py</b></h3></a> 34 34 The <font color="red">export_results_max.py</font> script can be used to create an ASC file that contains the maximum 35 35 of an ANUGA variable or expression for each point in a user-defined raster on the simulation region. … … 88 88 </ul> 89 89 90 <a name="get_runup.py" <h3><b>get_runup.py</b></h3></a>90 <a name="get_runup.py"><h3><b>get_runup.py</b></h3></a> 91 91 The <font color="red">get_runup.py</font> script is used to get the maximum runup height in a specified region 92 92 or regions. … … 109 109 </ul> 110 110 111 <a name="get_timeseries.py" <h3><b>get_timeseries.py</b></h3></a>111 <a name="get_timeseries.py"><h3><b>get_timeseries.py</b></h3></a> 112 112 The <font color="red">get_timeseries.py</font> script is used to get timeseries data for a selection of variable 113 113 data at one or more gauge points in a simulation. -
DVD_images/extra_files/Gosford/index.html
r7206 r7265 33 33 --> 34 34 35 <a name="introduction" <h3><b>Introduction</b></h3></a>35 <a name="introduction"><h3><b>Introduction</b></h3></a> 36 36 The information on this DVD and the associated report is intended to assist emergency managers in developing preparation and 37 37 response plans that can be used during a tsunami threat or emergency. … … 55 55 </ul> 56 56 57 <a name="requirements" <h3><b>Requirements</b></h3></a>57 <a name="requirements"><h3><b>Requirements</b></h3></a> 58 58 59 59 The tsunami inundation simulations are based on the Open Source software package called ANUGA. … … 66 66 we recommend using 64 bit Ubuntu Linux as this operating system can use more than 3GB of memory, whereas Windows XP cannot. 67 67 68 <a name="installing" <h3><b>Installing ANUGA</b></h3></a>68 <a name="installing"><h3><b>Installing ANUGA</b></h3></a> 69 69 70 70 You must install ANUGA according to the <a href="documents/anuga_installation_guide.pdf">Installation Guide</a>. … … 72 72 basic understanding of how to install software packages on the operating system of choice. 73 73 74 <a name="simulating" <h3><b>How to run a simulation</b></h3></a>74 <a name="simulating"><h3><b>How to run a simulation</b></h3></a> 75 75 76 76 This is how a user should run the model on this DVD. … … 164 164 how to use the ANUGA system in general and provides some examples of its use. 165 165 166 <a name="userslist" <h3><b>How to join the ANUGA user's mailing list</b></h3></a>166 <a name="userslist"><h3><b>How to join the ANUGA user's mailing list</b></h3></a> 167 167 168 168 One of the quickest ways to get your ANUGA questions answered is by asking them on the <b>ANUGA-user</b> mailing list. … … 173 173 into a few emails per day. You can unsubscribe at any time through the subscribe link above. 174 174 175 <a name="auxscripts" <h3><b>How to use the auxiliary scripts</b></h3></a>175 <a name="auxscripts"><h3><b>How to use the auxiliary scripts</b></h3></a> 176 176 177 177 On this disk there are a selection of auxiliary scripts that you can use to extract various pieces of information 178 178 from the generated SWW files. The <a href="auxiliary_scripts.html">auxiliary scripts</a> page explains how to use the scripts. 179 179 180 <a name="FAQ" <h3><b>Frequently Asked Questions</b></h3></a>180 <a name="FAQ"><h3><b>Frequently Asked Questions</b></h3></a> 181 181 182 182 There is a <b>Frequently Asked Questions</b> (FAQ) page at -
DVD_images/extra_files/Hobart/auxiliary_scripts.html
r7206 r7265 22 22 <hr> 23 23 24 <a name="auxiliary scripts" <h2><b>Auxiliary Scripts</b></h2></a>24 <a name="auxiliary scripts"><h2><b>Auxiliary Scripts</b></h2></a> 25 25 There are number of auxiliary scripts on this disk that you can use to extract information from the SWW files 26 26 produced by a simulation run. These scripts are not meant to be the definitive answer on how to get information … … 31 31 generate. 32 32 33 <a name="export_results_max.py scripts" <h3><b>export_results_max.py</b></h3></a>33 <a name="export_results_max.py scripts"><h3><b>export_results_max.py</b></h3></a> 34 34 The <font color="red">export_results_max.py</font> script can be used to create an ASC file that contains the maximum 35 35 of an ANUGA variable or expression for each point in a user-defined raster on the simulation region. … … 88 88 </ul> 89 89 90 <a name="get_runup.py" <h3><b>get_runup.py</b></h3></a>90 <a name="get_runup.py"><h3><b>get_runup.py</b></h3></a> 91 91 The <font color="red">get_runup.py</font> script is used to get the maximum runup height in a specified region 92 92 or regions. … … 109 109 </ul> 110 110 111 <a name="get_timeseries.py" <h3><b>get_timeseries.py</b></h3></a>111 <a name="get_timeseries.py"><h3><b>get_timeseries.py</b></h3></a> 112 112 The <font color="red">get_timeseries.py</font> script is used to get timeseries data for a selection of variable 113 113 data at one or more gauge points in a simulation. -
DVD_images/extra_files/Hobart/index.html
r7206 r7265 33 33 --> 34 34 35 <a name="introduction" <h3><b>Introduction</b></h3></a>35 <a name="introduction"><h3><b>Introduction</b></h3></a> 36 36 The information on this DVD and the associated report is intended to assist emergency managers in developing preparation and 37 37 response plans that can be used during a tsunami threat or emergency. … … 55 55 </ul> 56 56 57 <a name="requirements" <h3><b>Requirements</b></h3></a>57 <a name="requirements"><h3><b>Requirements</b></h3></a> 58 58 59 59 The tsunami inundation simulations are based on the Open Source software package called ANUGA. … … 66 66 we recommend using 64 bit Ubuntu Linux as this operating system can use more than 3GB of memory, whereas Windows XP cannot. 67 67 68 <a name="installing" <h3><b>Installing ANUGA</b></h3></a>68 <a name="installing"><h3><b>Installing ANUGA</b></h3></a> 69 69 70 70 You must install ANUGA according to the <a href="documents/anuga_installation_guide.pdf">Installation Guide</a>. … … 72 72 basic understanding of how to install software packages on the operating system of choice. 73 73 74 <a name="simulating" <h3><b>How to run a simulation</b></h3></a>74 <a name="simulating"><h3><b>How to run a simulation</b></h3></a> 75 75 76 76 This is how a user should run the model on this DVD. … … 164 164 how to use the ANUGA system in general and provides some examples of its use. 165 165 166 <a name="userslist" <h3><b>How to join the ANUGA user's mailing list</b></h3></a>166 <a name="userslist"><h3><b>How to join the ANUGA user's mailing list</b></h3></a> 167 167 168 168 One of the quickest ways to get your ANUGA questions answered is by asking them on the <b>ANUGA-user</b> mailing list. … … 173 173 into a few emails per day. You can unsubscribe at any time through the subscribe link above. 174 174 175 <a name="auxscripts" <h3><b>How to use the auxiliary scripts</b></h3></a>175 <a name="auxscripts"><h3><b>How to use the auxiliary scripts</b></h3></a> 176 176 177 177 On this disk there are a selection of auxiliary scripts that you can use to extract various pieces of information 178 178 from the generated SWW files. The <a href="auxiliary_scripts.html">auxiliary scripts</a> page explains how to use the scripts. 179 179 180 <a name="FAQ" <h3><b>Frequently Asked Questions</b></h3></a>180 <a name="FAQ"><h3><b>Frequently Asked Questions</b></h3></a> 181 181 182 182 There is a <b>Frequently Asked Questions</b> (FAQ) page at
Note: See TracChangeset
for help on using the changeset viewer.