Ignore:
Timestamp:
Apr 9, 2010, 3:16:39 PM (14 years ago)
Author:
fountain
Message:

updates to bunbury storm surge model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/anuga_1_1/anuga_work/production/bunbury_storm_surge_2009/export_results_max.py

    r7613 r7678  
    2121
    2222directory = project.output_folder
    23 time_dir1 = '20100103_102505_run_storm_surge_final_0_alby_coarse_lfountai'
     23time_dir1 = '20100311_181323_run_storm_surge_final_0_alby_coarse_fountl' #No storm gate
     24#time_dir2 = '20100312_132550_run_storm_surge_final_0_alby_coarse_fountl' #Closed storm gate
    2425
    25 time_dirs = [time_dir1]
     26time_dirs = [time_dir1] #, time_dir2]
    2627
    2728# sww filename extensions ie. hobart_time_17640_0.sww, input into list 17640
     
    3132#Modify the cellsize value to set the size of the raster you require
    3233#Take into account mesh size when aplying this paramater
    33 cellsize = 20 #250
     34cellsize = 0.5 #10
    3435
    3536#Now set the timestep at which you want the raster generated.
    3637#Either set the actual timestep required or use 'None' to indicate that
    3738#you want the maximum values in the raster over all timesteps
    38 timestep = 0
     39timestep = None
    3940
    4041# Set the special areas of interest.  If none, do: area=['All']
     
    4243
    4344#area = ['South', 'NW', 'Hobart']
    44 area = ['All']     
     45area =  ['Storm_gate'] #['All'] #   
    4546
    4647# one or more key strings from var_equations below
    47 var = ['elevation']
     48var = ['depth', 'stage', 'speed']
    4849
    4950######
     
    100101                sww2dem(name, basename_out = outname,
    101102                            quantity = quantityname,
    102                             timestep = timestep,
     103                            reduction = timestep,
    103104                            cellsize = cellsize,     
    104105                            easting_min = easting_min,
     
    106107                            northing_min = northing_min,
    107108                            northing_max = northing_max,       
    108                             reduction = max,
    109109                            verbose = True,
    110110                            format = 'asc')
Note: See TracChangeset for help on using the changeset viewer.