Changeset 7004


Ignore:
Timestamp:
May 8, 2009, 4:25:40 PM (15 years ago)
Author:
Leharne
Message:

Updates to Gold Coast tsunami inundation scenario. Two out of three final events selected and area of interest redefined.

Location:
anuga_work/production/gold_coast_2009
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/gold_coast_2009/build_urs_boundary.py

    r6558 r7004  
    140140                weights=mux_weights,
    141141                zone=project.zone,
    142                 mean_stage=project.tide,
    143142                verbose=True)
    144143    else:                           # a single mux stem file, assume 1.0 weight
     
    158157                ordering_filename=order_filename,
    159158                weights=mux_weights,
    160                 mean_stage=project.tide,
    161159                verbose=True)
    162160
  • anuga_work/production/gold_coast_2009/export_results_max.py

    r6733 r7004  
    2222directory = project.output_folder
    2323
    24 #time_dir1 = '20090327_135943_run_final_0_51469_lfountai'
    25 time_dir2 = '20090327_153206_run_final_0_51348_lfountai'
    26 time_dir3 = '20090327_153231_run_final_0_51253_lfountai'
    27 time_dir4 = '20090327_153304_run_final_0_50863_lfountai'
    28 time_dir5 = '20090327_153403_run_final_0_51423_lfountai'
    29 time_dir6 = '20090327_153602_run_final_0_62833_lfountai'
    30 time_dirs = [time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]   
     24time_dir1 = '20090327_135943_run_final_0_51469_lfountai'
     25##time_dir2 = '20090327_153206_run_final_0_51348_lfountai'
     26##time_dir3 = '20090327_153231_run_final_0_51253_lfountai'
     27##time_dir4 = '20090327_153304_run_final_0_50863_lfountai'
     28##time_dir5 = '20090327_153403_run_final_0_51423_lfountai'
     29##time_dir6 = '20090327_153602_run_final_0_62833_lfountai'
     30time_dirs = [time_dir1] #time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]   
    3131
    3232##cellsize = 250
  • anuga_work/production/gold_coast_2009/get_timeseries.py

    r6733 r7004  
    1919directory = project.output_folder
    2020
    21 #time_dir1 = '20090327_135943_run_final_0_51469_lfountai'
    22 time_dir2 = '20090327_153206_run_final_0_51348_lfountai'
    23 time_dir3 = '20090327_153231_run_final_0_51253_lfountai'
    24 time_dir4 = '20090327_153304_run_final_0_50863_lfountai'
     21time_dir1 = '20090327_135943_run_final_0_51469_lfountai'
     22##time_dir2 = '20090327_153206_run_final_0_51348_lfountai'
     23##time_dir3 = '20090327_153231_run_final_0_51253_lfountai'
     24##time_dir4 = '20090327_153304_run_final_0_50863_lfountai'
    2525time_dir5 = '20090327_153403_run_final_0_51423_lfountai'
    2626time_dir6 = '20090327_153602_run_final_0_62833_lfountai'
    27 time_dirs = [time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]
     27time_dirs = [time_dir1, time_dir5, time_dir6] #time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]
    2828
    2929for time_dir in time_dirs:
  • anuga_work/production/gold_coast_2009/project.py

    r6657 r7004  
    2727# One or all can be changed each time the run_model script is executed
    2828
    29 model_description = 'small_v2'
    30 
    31 tide = 0                # difference between MSL and HAT in metres
    32 zone = 56               # specify zone of model
    33 ##event_number = 51469    # the event number or the mux file name with:
    34                           # 2.32m waveheight
    35 ##event_number = 51423    # 1.5m waveheight
    36 ##event_number= 51348    # 1.0m waveheight
    37 ##event_number = 51253    # 0.5m wavheight
    38 ##event_number = 50863    # 0.3m wavheight from New Hebridies
    39 event_number = 62833    # 0.3m waveheight from SE Solomons
     29               # difference between MSL and HAT in metres
     30central_meridian = None # Central meridian for projection (optional)
     31zone = 56
     32import sys
     33if len(sys.argv) > 1:
     34    event_number = int(sys.argv[1])
     35else:   
     36    event_number = 51469    # the event number or the mux file name
     37
     38event_number_list = [51469, 50863] # To piggy back multiple events
     39
     40tide = 0
    4041alpha = 0.1             # smoothing parameter for mesh
    4142friction=0.01           # manning's friction coefficient
     
    5960#-------------------------------------------------------------------------------
    6061
    61 output_comment = [setup, tide, model_description, event_number]
     62output_comment = [setup, tide, event_number]
    6263
    6364#-------------------------------------------------------------------------------
     
    8283# Used in build_elevation.py
    8384# Format for points easting,northing (no header)
    84 bounding_polygon_filename = 'bounding_polygon_sml_v2.csv'
     85bounding_polygon_filename = 'bounding_polygon_sml.csv'
    8586bounding_polygon_maxarea = 125000
    8687
     
    8889# Used in run_model.py
    8990# Format for points easting,northing (no header)                   
    90 interior_regions_data = [['buffer_3km_simplify_sml_v2.csv', 500]]
     91interior_regions_data = [['area_of_interest.csv', 500],
     92                         ['intermediate.csv', 25000]]
    9193
    9294# LAND - used to set the initial stage/water to be offcoast only
    9395# Used in run_model.py.  Format for points easting,northing (no header)
    94 land_initial_conditions_filename = [['initial_conditions_sml_v2.csv', 0]]
     96land_initial_conditions_filename = [['initial_conditions_sml.csv', 0]]
    9597
    9698# GAUGES - for creating timeseries at a specific point
     
    111113# Thinned ordering file from Hazard Map (geographic)
    112114# Format is index,latitude,longitude (with header)
    113 urs_order_filename = 'urs_order_sml_v2.csv'
     115urs_order_filename = 'urs_order_sml.csv'
    114116
    115117# Landward bounding points
    116118# Format easting,northing (no header)
    117 landward_boundary_filename = 'landward_boundary_sml_v2.csv'
     119landward_boundary_filename = 'landward_boundary_sml.csv'
    118120
    119121# MUX input filename.
Note: See TracChangeset for help on using the changeset viewer.