Changeset 4063 for anuga_work/production/pt_hedland_2006
- Timestamp:
- Dec 6, 2006, 5:35:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/pt_hedland_2006/export_results.py
r3514 r4063 2 2 import sys 3 3 4 from anuga. pyvolution.data_manager import sww2dem5 from anuga.pyvolution.ermapper_grids import read_ermapper_grid6 from anuga. pyvolution.util import Screen_Catcher4 from anuga.shallow_water.data_manager import sww2dem 5 #from anuga.pyvolution.ermapper_grids import read_ermapper_grid 6 from anuga.abstract_2d_finite_volumes.util import Screen_Catcher 7 7 from os import sep 8 8 9 time_dir = '20060706_235036' #test with coarse grid10 #time_dir = '20060707_001859' #MSL DLI data9 #time_dir = '20060706_235036' #test with coarse grid 10 time_dir = '20060707_001859' #MSL DLI data 11 11 #time_dir = '20060707_003301' #HAT DLI data 12 12 #time_dir = '20060707_003424' #LAT DLI data … … 49 49 50 50 if which_var == 4: # Elevation 51 outname = name + '_elevation '51 outname = name + '_elevation_50' 52 52 quantityname = 'elevation' #Elevation 53 53 … … 56 56 sww2dem(name, basename_out = outname, 57 57 quantity = quantityname, 58 cellsize = 20, # Trevor would like this at 2558 cellsize = 50, # Trevor would like this at 25 59 59 # define region for viz purposes 60 easting_min = project.e_min_area,61 easting_max = project.e_max_area,62 northing_min = project.n_min_area,63 northing_max = project.n_max_area,60 #easting_min = project.e_min_area, 61 #easting_max = project.e_max_area, 62 #northing_min = project.n_min_area, 63 #northing_max = project.n_max_area, 64 64 reduction = max, #this is because we want max quantityname 65 65 verbose = True,
Note: See TracChangeset
for help on using the changeset viewer.