Changeset 4063 for anuga_work/production/onslow_2006
- Timestamp:
- Dec 6, 2006, 5:35:00 PM (18 years ago)
- Location:
- anuga_work/production/onslow_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/onslow_2006/export_results.py
r3650 r4063 52 52 53 53 if which_var == 4: # Elevation 54 outname = name + '_elevation '54 outname = name + '_elevation_25' 55 55 quantityname = 'elevation' #Elevation 56 56 … … 59 59 sww2dem(name, basename_out = outname, 60 60 quantity = quantityname, 61 cellsize = 2 0, # Trevor would like this at 2561 cellsize = 25, 62 62 # define region for viz purposes 63 easting_min = project.e_min_area,64 easting_max = project.e_max_area,65 northing_min = project.n_min_area,66 northing_max = project.n_max_area,63 #easting_min = project.e_min_area, 64 #easting_max = project.e_max_area, 65 #northing_min = project.n_min_area, 66 #northing_max = project.n_max_area, 67 67 reduction = max, #this is because we want max quantityname 68 68 verbose = True, -
anuga_work/production/onslow_2006/project.py
r3788 r4063 166 166 polygons = [polyAll, export_region] 167 167 figname = 'checking.png' 168 from anuga.utilities.polygon import plot_polygons169 plot_polygons(polygons, figname, verbose = False)170 print figname168 #from anuga.utilities.polygon import plot_polygons 169 #plot_polygons(polygons, figname, verbose = False) 170 #print figname 171 171 #Interior region - Onslow town 172 172
Note: See TracChangeset
for help on using the changeset viewer.