Rev | Line | |
---|
[7205] | 1 | #PARAMETERS |
---|
| 2 | # For this model run the following parameters were set in the project.py file: |
---|
| 3 | |
---|
| 4 | tide = 1.0 # Tide height above mean sea level. Tide is modelled in ANUGA as a constant |
---|
| 5 | # height above or below MSL. |
---|
| 6 | event_number = 51436 # Event number from probabilistic tsunami hazard map of Australia |
---|
| 7 | # 1 in 10000 yr event from New Hebrides |
---|
| 8 | |
---|
| 9 | |
---|
| 10 | # ELEVATION DATA |
---|
| 11 | #The following elevation data sources were set in the project.py file: |
---|
| 12 | |
---|
| 13 | # Format for ascii grids: as produced in ArcGIS (e.g. using Conversion Tools - Raster to ASCII) |
---|
| 14 | # Must also include a projection file of the same name |
---|
| 15 | # Data must be projected in correct UTM zone |
---|
| 16 | ascii_grid_filenames = ['1a # Listed without file extension |
---|
| 17 | '1b', |
---|
| 18 | '2b', |
---|
| 19 | '2a_3', |
---|
| 20 | '3b', |
---|
| 21 | '3a', |
---|
| 22 | '4a_2', |
---|
| 23 | '4b', |
---|
| 24 | 'off1', |
---|
| 25 | 'off2', |
---|
| 26 | 'off3', |
---|
| 27 | 'bbhd', |
---|
| 28 | 'sd100031996_p', |
---|
| 29 | 'sd100031996_p2', |
---|
| 30 | 'sd100031996_p3', |
---|
| 31 | 'sd100031996_p4'] |
---|
| 32 | |
---|
| 33 | # Format for point is x,y,elevation (with header, projected coordinates) |
---|
| 34 | point_filenames = ['SD100031996_jgriffin_clip.csv', # Listed with file extension |
---|
| 35 | 'tomaga_offshore_AHD_MGA_1997.csv', |
---|
| 36 | 'Batemans_BBHD_MGA_1995.csv', |
---|
| 37 | 'moruya_AHD_MGA_2000.csv'] |
---|
| 38 | |
---|
| 39 | # To include new data please prepare data in the same formats as those above. |
---|
[7300] | 40 | # For further information on ANUGA file formats please see the ANUGA User Maunal section 6.1 |
---|
| 41 | |
---|
| 42 | Interior regions |
---|
Note: See
TracBrowser
for help on using the repository browser.