Changeset 5607 for anuga_work/production/perth/project.py
- Timestamp:
- Aug 5, 2008, 1:17:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/project.py
r5592 r5607 37 37 scenario = 'perth_tsunami_scenario' 38 38 39 39 40 tide = 0.0 #0.6 40 41 41 alpha = 0.1 542 alpha = 0.1 42 43 friction=0.01 43 44 starttime=0 … … 151 152 output_run_time_dir_name = output_run_time_dir + scenario_name #Used by post processing 152 153 154 155 vertex_filename = output_run_time_dir + 'mesh_vertex.csv' 156 153 157 #gauges 154 158 gauge_name = 'perth.csv'
Note: See TracChangeset
for help on using the changeset viewer.