Changeset 6731
- Timestamp:
- Apr 6, 2009, 5:08:06 PM (16 years ago)
- Location:
- anuga_work/production/australia_ph2
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/broome/project.py
r6672 r6731 35 35 36 36 # index is only used when wave = Tb 37 index = 1693 # index from the PTHA - Y2000 5.4259m 37 ##index = 1693 # index from the PTHA - Y2000 5.4259m 38 index = 1661 # index from the PTHA - TO DO 39 38 40 wave = 'Tb' # Bf (sts wave) Tb (index wave) 39 41 -
anuga_work/production/australia_ph2/darwin/project.py
r6672 r6731 37 37 38 38 # index is only used when wave = Tb 39 index = 183 3 # index from the PTHA - 1 in 2000wave height = 0.64m40 ##index = 1860 # index from the PTHA - 1 in 2000 wave height= 1.32m - large wave from Timor39 index = 1830 # index from the PTHA - Y2000 for pt1833 wave height = 0.64m 40 ##index = 1860 # index from the PTHA - Y2000 for pt 1860 = 1.32m - large wave from Timor 41 41 wave = 'Bf' # Bf (sts wave) Tb (index wave) 42 42 … … 90 90 # Used in build_elevation.py 91 91 # Format for points easting,northing (no header) 92 bounding_polygon_filename = 'bounding_polygon _darwin2.csv'93 bounding_polygon_maxarea = 1 25000 # 10000092 bounding_polygon_filename = 'bounding_polygon.csv' 93 bounding_polygon_maxarea = 100000 94 94 95 95 # INTERIOR REGIONS - for designing the mesh … … 97 97 # Format for points easting,northing (no header) 98 98 #interior_regions_data = [] 99 interior_regions_data = [ ['poly_island.csv',200000000]] # large triangles on island99 interior_regions_data = [] #[['poly_island.csv',200000000]] # large triangles on island 100 100 101 101 # add an internal polygon to force different mesh generation … … 132 132 # Landward bounding points 133 133 # Format easting,northing (no header) 134 landward_boundary_filename = 'landward_boundary _darwin.csv'134 landward_boundary_filename = 'landward_boundary.csv' 135 135 136 136 # MUX input filename. -
anuga_work/production/australia_ph2/sydney/project.py
r6715 r6731 93 93 # Used in get_timeseries.py. 94 94 # Format easting,northing,name,elevation (with header) 95 gauges_filename = 'MH_gauges_10m .csv' #'gauges.csv'95 gauges_filename = 'MH_gauges_10m2.csv' #'gauges.csv' 96 96 97 97 # BUILDINGS EXPOSURE - for identifying inundated houses -
anuga_work/production/australia_ph2/wyndham/project.py
r6617 r6731 37 37 38 38 # index is only used when wave = Tb 39 index = 1823 # index from the PTHA - 1 in 2000 wave height= 0.452m39 index = 1823 # index from the PTHA - Y2000 = 0.452m 40 40 wave = 'Bf' # Bf (sts wave) Tb (index wave) 41 41
Note: See TracChangeset
for help on using the changeset viewer.