Changeset 7304
- Timestamp:
- Jul 7, 2009, 9:02:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2009/For_DVD/export_results_max.py
r7294 r7304 1 1 """ 2 2 Generates ascii grids of nominated areas - 3 Input: sww file from run_ perth.py4 boundariesfor grids from project.py3 Input: sww file from run_model.py 4 area for grids from project.py 5 5 Outputs: ascii grids of specified variables 6 6 Stored in the 'outputs_dir' folder for respective .sww file … … 8 8 Note: 9 9 If producing a grid for the enitre extent cellsize should be greater than 30m 10 If producing grids for inundation area resolution should be greater than mesh (ie ~2 2m)10 If producing grids for inundation area resolution should be greater than mesh (ie ~20m) 11 11 """ 12 12 … … 28 28 # sww filename extensions ie. hobart_time_17640_0.sww, input into list 17640 29 29 # make sure numbers are in sequential order 30 times = [17640, 35280 ]30 times = [17640, 35280, 52920] 31 31 32 32 #Modify the cellsize value to set the size of the raster you require … … 37 37 #Either set the actual timestep required or use 'None' to indicate that 38 38 #you want the maximum values in the raster over all timesteps 39 timestep = None # None means no timestep! 40 #timestep = 0 41 39 timestep = None #0 42 40 43 41 # Set the special areas of interest. If none, do: area=['All']
Note: See TracChangeset
for help on using the changeset viewer.