Changeset 7010 for anuga_work/production/australia_ph2/perth/project.py
- Timestamp:
- May 11, 2009, 3:43:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/perth/project.py
r6864 r7010 34 34 event_number = 64479 # the event number or the mux file name 35 35 36 event_number_list = [64479, 70921 ] # To piggy back multiple events36 event_number_list = [64479, 70921, 27181] # To piggy back multiple events 37 37 38 38 tide = 0 # difference between MSL and HAT … … 41 41 starttime=0 # start time for simulation 42 42 finaltime=60000 # final time for simulation 43 setup = 'final ' # This can be one of three values43 setup = 'final_30' # This can be one of three values 44 44 # trial - coarsest mesh, fast 45 45 # basic - coarse mesh … … 51 51 52 52 53 internal_polygon = True53 internal_polygon = False 54 54 55 55 #------------------------------------------------------------------------------- … … 78 78 # Used in build_elevation.py 79 79 # Format for ascii grids, as produced in ArcGIS + a projection file 80 ascii_grid_filenames = ['grid250m_ simple'] # 250m grid 200580 ascii_grid_filenames = ['grid250m_extract'] # 250m grid 2005 81 81 82 82 # Format for points is x,y,elevation (with header) … … 173 173 # Output filename for elevation 174 174 # this is a combination of all the data generated in build_elevation.py 175 combined_elevation_basename = scenario_name + '_combined_elevation '175 combined_elevation_basename = scenario_name + '_combined_elevation_extract' 176 176 177 177 #-------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.