Changeset 3680
- Timestamp:
- Oct 3, 2006, 1:38:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2006/export_results.py
r3675 r3680 6 6 from os import sep 7 7 8 #time_dir = '20060928_073318' #alpha = 0.5 9 time_dir = '20060928_064732' #alpha = 0.01 8 # OLE - this is the smallest sww file with the complex bounding polygon 9 time_dir = '20060928_073318' #alpha = 0.5 10 11 #time_dir = '20060928_064732' #alpha = 0.01 10 12 #time_dir = '20060928_220905' #alpha = 1.0 11 13 #time_dir = '20060926_064750' #this worked for cellsize 30 and 100 14 #time_dir = '20060929_033100' #alpha = 0.01 poly anticlockwise - DIDN'T WORK 15 #time_dir = '20060929_075954' #alpha = 0.1 grid with MOST 16 #time_dir = '20060929_075009' #alpha = 0.1 points with MOST 12 17 directory = project.outputdir 13 18 name = directory + time_dir +sep + 'source' … … 40 45 sww2dem(name, basename_out = outname, 41 46 quantity = quantityname, 42 cellsize = 100, # would prefer this at 2547 cellsize = 500, # would prefer this at 25 43 48 # define region for viz purposes 44 easting_min = project.e_min_area,45 easting_max = project.e_max_area,46 northing_min = project.n_min_area,47 northing_max = project.n_max_area,49 #easting_min = project.e_min_area, 50 #easting_max = project.e_max_area, 51 #northing_min = project.n_min_area, 52 #northing_max = project.n_max_area, 48 53 reduction = max, #this is because we want max quantityname 49 54 verbose = True,
Note: See TracChangeset
for help on using the changeset viewer.