Changeset 6563 for anuga_work/production/carnarvon/project_250m.py
- Timestamp:
- Mar 20, 2009, 4:06:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/carnarvon/project_250m.py
r5804 r6563 44 44 # run_scenario script is executed 45 45 tide = 0 #0.6 46 #event_number = 27255 # linked to hazard map47 event_number = 2728346 event_number = 27255 # linked to hazard map 47 #event_number = 27283 48 48 alpha = 0.1 # smoothing parameter for mesh 49 49 friction=0.01 # manning's friction coefficient … … 51 51 finaltime=80000 # final time for simulation 52 52 53 interior_mesh = ' all' # Can have 'all' or 'none' for Phase 2 study54 55 setup=' final' # Final can be replaced with trial or basic.53 interior_mesh = 'none' # Can have 'all' or 'none' for Phase 2 study 54 55 setup='trial' # Final can be replaced with trial or basic. 56 56 # Either will result in a coarser mesh that will allow a 57 57 # faster, but less accurate, simulation. … … 96 96 # Check the run_carnarvon.py for boundary_tags 97 97 # thinned ordering file from Hazard Map: format is index,latitude,longitude (with title) 98 order_filename = 'thinned_boundary_ordering. txt'98 order_filename = 'thinned_boundary_ordering.csv' 99 99 #landward bounding points 100 landward = 'landward_bounding_polygon. txt'100 landward = 'landward_bounding_polygon.csv' 101 101 102 102 #------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.