Changeset 3672
- Timestamp:
- Sep 28, 2006, 11:23:46 AM (16 years ago)
- Location:
- anuga_work/production/hobart_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2006/export_results.py
r3671 r3672 6 6 from os import sep 7 7 8 time_dir = '20060927_0 54931' #MSL8 time_dir = '20060927_081957' #MSL 9 9 directory = project.outputdir 10 10 name = directory + time_dir +sep + 'source' … … 37 37 sww2dem(name, basename_out = outname, 38 38 quantity = quantityname, 39 cellsize = 25, # would prefer this at 2539 cellsize = 100, # would prefer this at 25 40 40 # define region for viz purposes 41 #easting_min = project.e_min_area,42 #easting_max = project.e_max_area,43 #northing_min = project.n_min_area,44 #northing_max = project.n_max_area,41 easting_min = project.e_min_area, 42 easting_max = project.e_max_area, 43 northing_min = project.n_min_area, 44 northing_max = project.n_max_area, 45 45 reduction = max, #this is because we want max quantityname 46 46 verbose = True, -
anuga_work/production/hobart_2006/project.py
r3671 r3672 151 151 152 152 # region to export for inundation map 153 e_min_area = 52 1000#490000154 e_max_area = 5 22000#580000155 n_min_area = 51 90000#5160000156 n_max_area = 52 00000#5275000153 e_min_area = 520000#490000 154 e_max_area = 580000#580000 155 n_min_area = 5180000#5160000 156 n_max_area = 5260000#5275000 157 157 158 158 # clipping 12.5m onshore data set
Note: See TracChangeset
for help on using the changeset viewer.