Changeset 4683
- Timestamp:
- Aug 24, 2007, 4:34:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/onslow_2006/project_grad.py
r4672 r4683 86 86 str(user)+'_'+boundary_event+which_data 87 87 88 88 89 # elevation data filenames 89 90 … … 147 148 148 149 # Bounding polygon 149 bounding_polygon = read_polygon(join(polygons_dir, 'domain.csv'))150 res_bounding_polygon = 500000*res_factor150 #bounding_polygon = read_polygon(join(polygons_dir, 'domain.csv')) 151 #res_bounding_polygon = 500000*res_factor 151 152 152 153 # Interior regions 153 154 interior_regions_and_resolutions = { 154 'region': 5000, 155 'inner_region': 5000, 156 'region_50m': 50000, 155 157 'onslow': 500} 156 158
Note: See TracChangeset
for help on using the changeset viewer.