Changeset 7332
- Timestamp:
- Aug 7, 2009, 1:44:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2009/For_DVD/project.py
r7324 r7332 73 73 # INTERIOR REGIONS - for designing the mesh 74 74 # Used in run_model.py 75 # Single CSV file for each polygon 75 76 # Format for points easting,northing (no header) 76 interior_regions_data = [['aos1.csv', 1500], 77 interior_regions_data = [['aos1.csv', 1500], 77 78 ['aos2.csv', 1500], 78 79 ['sw.csv', 30000]] 80 # Single CSV file for multiple polygon 81 # Format for points easting,northing,id,value (where id=polygon number and 82 # value = maximum area) 79 83 PriorityArea_filename = 'PriorityAreas.csv' 80 84
Note: See TracChangeset
for help on using the changeset viewer.