Changeset 6549
- Timestamp:
- Mar 18, 2009, 5:43:55 PM (15 years ago)
- Location:
- anuga_work/production/australia_ph2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/albany/project.py
r6487 r6549 26 26 # Model specific parameters. 27 27 # One or all can be changed each time the run_model script is executed 28 tide = 0 # difference between MSL and HAT28 tide = 0.00001 # difference between MSL and HAT 29 29 zone = 50 # specify zone of model 30 event_number = 27319# the event number or the mux file name30 event_number = 46697 # the event number or the mux file name 31 31 # selected events: 27319 (java), 64344 (sandwich), 46697 (midamerica), 32 32 # other possible sources: … … 71 71 72 72 # Format for point is x,y,elevation (with header) 73 point_filenames = ['grid 250m.txt'] # 250m grid 200573 point_filenames = ['grid_250m.txt'] # 250m grid 2005 74 74 75 75 ### Add csv header list to all files in point_filenames … … 87 87 # Used in run_model.py 88 88 # Format for points easting,northing (no header) 89 interior_regions_data = [] 89 ##interior_regions_data = [] 90 interior_regions_data = [['coast_to_20km_polygon.csv', 91 bounding_polygon_maxarea]] 90 92 91 93 # LAND - used to set the initial stage/water to be offcoast only -
anuga_work/production/australia_ph2/darwin/project.py
r6540 r6549 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 52 # specify zone of model 30 event_number = 7 1261# the event number or the mux file name30 event_number = 70906 # the event number or the mux file name 31 31 # contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal), 32 32 # 71261 (Timor_OTF) … … 34 34 friction=0.01 # manning's friction coefficient 35 35 starttime=0 # start time for simulation 36 finaltime= 1000 # final time for simulation36 finaltime=80000 # final time for simulation 37 37 38 38 # index is only used when wave = Tb 39 39 index = 1833 # index from the PTHA - 1 in 2000 wave height = 0.64m 40 ##index = 1860 # index from the PTHA - 1 in 2000 wave height = 1.32m 40 ##index = 1860 # index from the PTHA - 1 in 2000 wave height = 1.32m - large wave from Timor 41 41 wave = 'Bf' # Bf (sts wave) Tb (index wave) 42 42 … … 46 46 # final - fine mesh, slowest 47 47 48 # OLD - for when darwin and wyndham were combined: 49 ##index = 1833 # index from the PTHA - 1 in 2000 wave height = 0.64m 50 # contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal), 51 # 71261 (Timor_OTF) 48 # for 1860 - point to north of Darwin, large wave from event off Timor 49 # event_number 71065 #(timor - mag 7.4, prob 1e-4) 52 50 53 51 #------------------------------------------------------------------------------- … … 91 89 # Used in run_model.py 92 90 # Format for points easting,northing (no header) 93 interior_regions_data = [] 91 #interior_regions_data = [] 92 interior_regions_data = [['poly_island.csv',200000000]] # large triangles on island 94 93 95 94 # LAND - used to set the initial stage/water to be offcoast only -
anuga_work/production/australia_ph2/perth/project.py
r6460 r6549 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 50 # specify zone of model 30 event_number = 10948 # the event number or the mux file name 30 event_number = 27240 # the event number or the mux file name 31 # events: 11126 (andaman), 27240 (java), 64454 (sandwich) 32 # 68840 (sumatra), 70903 (sumba_normal) 33 # other events: 13215 (arakan), 31 34 alpha = 0.1 # smoothing parameter for mesh 32 35 friction=0.01 # manning's friction coefficient 33 36 starttime=0 # start time for simulation 34 finaltime= 1000 # final time for simulation37 finaltime=80000 # final time for simulation 35 38 36 39 # index is only used when wave = Tb 37 index = 1 203 # index from the PTHA38 wave = ' Tb' # Bf (sts wave) Tb (index wave)40 index = 1039 # index from the PTHA - 1 in 2000 yr 0.5357m 41 wave = 'Bf' # Bf (sts wave) Tb (index wave) 39 42 40 43 setup = 'final' # This can be one of three values … … 66 69 67 70 # Format for point is x,y,elevation (with header) 68 point_filenames = ['grid_250m .txt'] # 250m grid 200571 point_filenames = ['grid_250m_small.txt'] # 250m grid 2005 69 72 70 73 ### Add csv header list to all files in point_filenames … … 219 222 mux_input = join(event_folder, mux_input_filename) 220 223 224 # sts gauge with desired index number - used for wave 'Tb' 225 boundary_csv = join(event_folder, 'sts_gauge_' + str(index) +'.csv') -
anuga_work/production/australia_ph2/wyndham/project.py
r6539 r6549 17 17 # Note, the user needs to set up the directory system accordingly 18 18 state = 'australia_ph2' 19 scenario_name = ' darwin'19 scenario_name = 'wyndham' 20 20 scenario_folder = scenario_name 21 21 … … 34 34 friction=0.01 # manning's friction coefficient 35 35 starttime=0 # start time for simulation 36 finaltime= 1000 # final time for simulation36 finaltime=80000 # final time for simulation 37 37 38 38 # index is only used when wave = Tb 39 39 index = 1823 # index from the PTHA - 1 in 2000 wave height = 0.452m 40 ##index = 1860 # index from the PTHA - 1 in 2000 wave height = 1.32m41 40 wave = 'Bf' # Bf (sts wave) Tb (index wave) 42 41 … … 69 68 70 69 # Format for point is x,y,elevation (with header) 71 point_filenames = ['darwin_grid250m .txt',72 'derby_grid250m .txt'] # 250m grid 200570 point_filenames = ['darwin_grid250m_wyndham.txt', 71 'derby_grid250m_wyndham.txt'] # 250m grid 2005 73 72 74 73 ### Add csv header list to all files in point_filenames … … 80 79 # Used in build_elevation.py 81 80 # Format for points easting,northing (no header) 82 bounding_polygon_filename = 'bounding_polygon _darwin2.csv'81 bounding_polygon_filename = 'bounding_polygon.csv' 83 82 bounding_polygon_maxarea = 100000 84 83 … … 113 112 # Landward bounding points 114 113 # Format easting,northing (no header) 115 landward_boundary_filename = 'landward_boundary _darwin.csv'114 landward_boundary_filename = 'landward_boundary.csv' 116 115 117 116 # MUX input filename.
Note: See TracChangeset
for help on using the changeset viewer.