source: anuga_work/production/mandurah_storm_surge_2009/project.py @ 7627

Last change on this file since 7627 was 7627, checked in by fountain, 14 years ago

updates to mandurah storm surge scenario

File size: 11.7 KB
Line 
1"""
2This file contains all your file and directory definitions
3for elevation, meshes and outputs.
4"""
5
6import os
7from anuga.utilities.system_tools import get_user_name, get_host_name
8from time import localtime, strftime, gmtime
9from os.path import join, exists
10
11
12#-------------------------------------------------------------------------------
13# Directory setup
14#-------------------------------------------------------------------------------
15
16# this section needs to be updated to reflect the modelled community.
17# Note, the user needs to set up the directory system accordingly
18state = 'western_australia'
19#scenario_name = 'case_a'
20scenario_name = 'alby_waves'
21scenario_folder = 'mandurah_storm_surge_scenario_2009'
22
23#-------------------------------------------------------------------------------
24# Initial Conditions
25#-------------------------------------------------------------------------------
26
27# Model specific parameters.
28# One or all can be changed each time the run_model script is executed
29
30
31central_meridian = None # Central meridian for projection (optional)
32zone = 50               # UTM zone for projection
33
34event = 'alby_waves'
35#event = 'case_a'        # case_a - baseline historic TC Alby event
36                        # case_b - worst case scenarion current climate (current coastline)
37                        # case_c - worst case 1.1m SLR current climate (current coastline)
38                        # case_d - worst case 0.8m SLR current climate (current coastline)
39                        # case_e - worst case 0.5m SLR current climate (current coastline)
40tide = 0                # Mean Sea Level = 0,
41                                                # Highest Astronomical Tide = 0.6 m for Bunbury - CHECK THIS!
42alpha = 0.1             # smoothing parameter for mesh
43friction = 0.01           # manning's friction coefficient
44starttime = 0             # start time for simulation
45finaltime = 86400         # final time for simulation - 24 hours for TC Alby
46
47setup = 'storm_surge_final'         # This can be one of four values
48                                                #    trial - coarsest mesh, fast
49                                                #    basic - coarse mesh
50                                                #    final - fine mesh, slowest
51                                                #    storm_surge_final - as 'final' but with a longer yieldstep (12 mins)
52
53#-------------------------------------------------------------------------------
54# Output filename
55#
56# Your output filename should be unique between different runs on different data.
57# The list of items below will be used to create a file in your output directory.
58# Your user name and time+date will be automatically added.  For example,
59#     [setup, tide, event_number]
60# will result in a filename like
61#     20090212_091046_run_final_0_27283_rwilson
62#-------------------------------------------------------------------------------
63
64output_comment = [setup, tide, event]    # event_number will have to
65                                                                                                # change to something relevent
66                                                                                                # for storm surge
67
68#-------------------------------------------------------------------------------
69# Input Data
70#-------------------------------------------------------------------------------
71
72# ELEVATION DATA
73# Used in build_elevation.py
74# Format for ascii grids, as produced in ArcGIS + a projection file
75
76# This set of ascii files is utilising the original input data, not the GEMS elevation model
77ascii_grid_filenames = ['m_peel_aoi',           # Original 1m lidar for PEEL, clipped to AOI
78                        'ph10m_ss']             # Mosiaced PEEL-HARVEY Lidar, resampled to 10m,
79                                                # clipped to bounding polygon
80 
81# This set of ascii files utilises the GEMS elevation model - for comparison with GEMS inundation
82# ascii_grid_filenames = ['Man_25m',            # this is the latest 25m DEM from GEMS
83                                                                # 'ph10m_ss']   # this is to fill in areas not covered by the
84                                                                # GEMS grid and is derived from the 10m resampled LiDAR from DoT
85
86# Format for point is x,y,elevation (with header)
87# Don't use these for comparison with GEMS inundation
88point_filenames = ['MA-46893-SNDS_AHD.csv',     # These files contain inf-fill bathymetry for
89                  'MS0205HY_AHD.csv',           # the Peel & Harvey estuaries, as well as around
90                  'MS0404_AHD.csv',             # the canals
91                  'YU0403HY_AHD.csv',
92                  'original_data_ss.csv']       # This data is from what we had available for the 2007
93                                                # tsunami simulations for SW WA, clipped to bounding polygon
94
95# BOUNDING POLYGON - for data clipping and estimate of triangles in mesh
96# Used in build_elevation.py & run_model.py
97# Format for points easting,northing (no header)
98bounding_polygon_filename = 'bounding_polygon_ss.csv'
99bounding_polygon_maxarea = 50000
100
101# INTERIOR REGIONS -  for designing the mesh
102# Used in run_model.py
103# Format for points easting,northing (no header)                   
104interior_regions_data = [['intermediate.csv', 2500],
105                                                ['area_of_interest.csv', 100],
106                        ['canals_nth_2.csv', 100],  # Canal regions used to force mesh to fit canals
107                        ['canals_nth_3.csv', 100],   
108                        ['canals_nth_4.csv', 100], 
109                        ['canals_nth_5.csv', 100],
110                        ['canals_nth_6.csv', 100], 
111                        ['canals_nth_7.csv', 100],
112                        ['canals_nth_8.csv', 100], 
113                        ['canals_nth_9.csv', 100],
114                        ['canals_nth_10.csv', 100], 
115                        ['canals_nth_11.csv', 100],
116                        ['canals_nth_12.csv', 100], 
117                        ['canals_sth_1.csv', 100],
118                        ['canals_sth_2.csv', 100], 
119                        ['canals_sth_3.csv', 100],
120                        ['canals_sth_4.csv', 100], 
121                        ['canals_sth_5.csv', 100],
122                        ['canals_sth_6.csv', 100]]
123                       
124# LAND - used to set the initial stage/water to be offcoast only
125# Used in run_model.py.  Format for points easting,northing (no header)
126land_initial_conditions_filename = [['initial_conditions.csv', 0]]
127
128# GEMS order filename
129# Format is index,northing, easting, elevation (without header)
130gems_order_filename = 'gems_boundary_order_thinned.csv'
131
132# GAUGES - for creating timeseries at a specific point
133# Used in get_timeseries.py. 
134# Format easting,northing,name,elevation (with header)
135gauges_filename = 'gauges_mandurah_edited.csv'
136
137# BUILDINGS EXPOSURE - for identifying inundated houses
138# Used in run_building_inundation.py
139# Format latitude,longitude etc (geographic)
140building_exposure_filename = '' # from NEXIS
141
142# Landward bounding points
143# Format easting,northing (no header)
144landward_boundary_filename = 'landward_boundary.csv'
145
146### MUX input filename.
147### If a meta-file from EventSelection is used, set 'multi-mux' to True.
148### If a single MUX stem filename (*.grd) is used, set 'multi-mux' to False.
149####mux_input_filename = event_number # to be found in event_folder
150##                                    # (ie boundaries/event_number/)
151####multi_mux = False
152##mux_input_filename = 'event.list'
153##multi_mux = True
154
155#-------------------------------------------------------------------------------
156# Clipping regions for export to asc and regions for clipping data
157# Final inundation maps should only be created in regions of the finest mesh
158#-------------------------------------------------------------------------------
159
160# Elevation clip box - used when there are multiple overlapping datasets and you want to use
161# one over another in an area of overlap
162#elevation_clip_box_filename = 'gems_elevation_clip_box.csv'
163elevation_clip_box_filename = 'area_of_interest.csv'
164
165################################################################################
166################################################################################
167####         NOTE: NOTHING WOULD NORMALLY CHANGE BELOW THIS POINT.          ####
168################################################################################
169################################################################################
170
171# Get system user and host names.
172# These values can be used to distinguish between two similar runs by two
173# different users or runs by the same user on two different machines.
174user = get_user_name()
175host = get_host_name()
176
177# Environment variable names.
178# The inundation directory, not the data directory.
179ENV_INUNDATIONHOME = 'INUNDATIONHOME'
180
181#-------------------------------------------------------------------------------
182# Output Elevation Data
183#-------------------------------------------------------------------------------
184
185# Output filename for elevation
186# this is a combination of all the data generated in build_elevation.py
187combined_elevation_basename = scenario_name + '_combined_elevation'
188
189#-------------------------------------------------------------------------------
190# Directory Structure
191#-------------------------------------------------------------------------------
192
193# determines time for setting up output directories
194time = strftime('%Y%m%d_%H%M%S', localtime()) 
195gtime = strftime('%Y%m%d_%H%M%S', gmtime()) 
196build_time = time + '_build'
197run_time = time + '_run_'
198
199# create paths generated from environment variables.
200home = join(os.getenv(ENV_INUNDATIONHOME), 'data') # Absolute path for data folder
201       
202# check various directories/files that must exist
203anuga_folder = join(home, state, scenario_folder, 'anuga')
204topographies_folder = join(anuga_folder, 'topographies')
205polygons_folder = join(anuga_folder, 'polygons')
206boundaries_folder = join(anuga_folder, 'boundaries')
207output_folder = join(anuga_folder, 'outputs')
208gauges_folder = join(anuga_folder, 'gauges')
209event_folder = join(boundaries_folder, str(event))
210
211#-------------------------------------------------------------------------------
212# Location of input and output data
213#-------------------------------------------------------------------------------
214
215# Convert the user output_comment to a string for run_model.py
216output_comment = ('_'.join([str(x) for x in output_comment if x != user])
217                                  + '_' + user)
218
219# The absolute pathname of the all elevation, generated in build_elevation.py
220combined_elevation = join(topographies_folder, combined_elevation_basename)
221
222
223# The pathname for the GEMS order points
224if gems_order_filename:
225        gems_order = join(boundaries_folder, gems_order_filename)
226
227# The absolute pathname for the landward points of the bounding polygon,
228# Used within run_model.py)
229if landward_boundary_filename:
230        landward_boundary = join(boundaries_folder, landward_boundary_filename)
231
232# The absolute pathname for the .sts file, generated in build_boundary.py
233event_sts = join(event_folder, scenario_name)
234
235# The absolute pathname for the output folder names
236# Used for build_elevation.py
237output_build = join(output_folder, build_time) + '_' + str(user) 
238# Used for run_model.py
239output_run = join(output_folder, run_time) + output_comment
240# Used by post processing
241output_run_time = join(output_run, scenario_name) 
242
243# The absolute pathname of the mesh, generated in run_model.py
244meshes = join(output_run, scenario_name) + '.msh'
245
246# The absolute pathname for the gauges file
247# Used for get_timeseries.py
248if gauges_filename:
249        gauges = join(gauges_folder, gauges_filename)       
250
251# The absolute pathname for the building file
252# Used for run_building_inundation.py
253if building_exposure_filename:
254        building_exposure = join(gauges_folder, building_exposure_filename)
255
256### The absolute pathname for the image file
257### Used for get_runup.py
258##if images_filename:
259##    images = join(polygons_folder, images_filename)
260
261### full path to where MUX files (or meta-files) live
262##mux_input = join(event_folder, mux_input_filename)
263
264
Note: See TracBrowser for help on using the repository browser.