Changeset 6657


Ignore:
Timestamp:
Mar 30, 2009, 2:08:46 PM (16 years ago)
Author:
Leharne
Message:

improvements to gold coast tsunami scenario

Location:
anuga_work/production/gold_coast_2009
Files:
3 edited

Legend:

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

    r6571 r6657  
    2222directory = project.output_folder
    2323
    24 time_dir1 = '20090320_161033_run_final_0_51469_lfountai'
    25 time_dir2 = '20090320_163646_run_final_0_51423_lfountai'
    26 time_dir3 = '20090320_162718_run_final_0_51348_lfountai'
    27 time_dir4 = '20090320_162913_run_final_0_51253_lfountai'
    28 time_dir5 = '20090320_163246_run_final_0_50863_lfountai'
    29 time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4, time_dir5]   
     24time_dir1 = '20090327_135943_run_final_0_51469_lfountai'
     25time_dir2 = '20090327_153206_run_final_0_51348_lfountai'
     26time_dir3 = '20090327_153231_run_final_0_51253_lfountai'
     27time_dir4 = '20090327_153304_run_final_0_50863_lfountai'
     28time_dir5 = '20090327_153403_run_final_0_51423_lfountai'
     29time_dir6 = '20090327_153602_run_final_0_62833_lfountai'
     30time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]   
    3031
    3132##cellsize = 250
     
    3334
    3435#timestep = None    # None means no timestep!
    35 timestep = 0
     36timestep = None
    3637
    3738######
     
    4041
    4142#area = ['Bunbury', 'Busselton']  # strings must match keys in var_equations below
    42 area = ['Gold_Coast']      # 'All' means no special areas - the whole thing
     43area = ['Dune']      # 'All' means no special areas - the whole thing
    4344
    4445######
     
    5354
    5455# one or more key strings from var_equations above
    55 var = ['depth']
     56var = ['depth', 'elevation']
    5657
    5758######
  • anuga_work/production/gold_coast_2009/get_timeseries.py

    r6574 r6657  
    1818directory = project.output_dir
    1919
    20 time_dir1 = '20090320_161033_run_final_0_51469_lfountai'
    21 time_dir2 = '20090320_163646_run_final_0_51423_lfountai'
    22 time_dir3 = '20090320_162718_run_final_0_51348_lfountai'
    23 time_dir4 = '20090320_162913_run_final_0_51253_lfountai'
    24 time_dir5 = '20090320_163246_run_final_0_50863_lfountai'
    25 
    26 time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4, time_dir5]
     20time_dir1 = '20090327_135943_run_final_0_51469_lfountai'
     21time_dir2 = '20090327_153206_run_final_0_51348_lfountai'
     22time_dir3 = '20090327_153231_run_final_0_51253_lfountai'
     23time_dir4 = '20090327_153304_run_final_0_50863_lfountai'
     24time_dir5 = '20090327_153403_run_final_0_51423_lfountai'
     25time_dir6 = '20090327_153602_run_final_0_62833_lfountai'
     26time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]
    2727
    2828for time_dir in time_dirs:
    2929    name = directory+time_dir+sep+project.scenario_name
    30     gauge = project.gauges_dir_name
     30    gauge = project.gauges_folder+sep+project.gauges_filename
    3131    sww2csv_gauges(name+'.sww',gauge,
    3232                   quantities = ['stage','speed','depth','elevation'],
  • anuga_work/production/gold_coast_2009/project.py

    r6572 r6657  
    2626# Model specific parameters.
    2727# One or all can be changed each time the run_model script is executed
     28
     29model_description = 'small_v2'
     30
    2831tide = 0                # difference between MSL and HAT in metres
    2932zone = 56               # specify zone of model
    3033##event_number = 51469    # the event number or the mux file name with:
    3134                          # 2.32m waveheight
    32 event_number = 51423    # 1.5m waveheight
     35##event_number = 51423    # 1.5m waveheight
    3336##event_number= 51348    # 1.0m waveheight
    34 ##event_number = 51253    # 0.5m waveight
    35 ##event_number = 50863    # 0.3m waveight
     37##event_number = 51253    # 0.5m wavheight
     38##event_number = 50863    # 0.3m wavheight from New Hebridies
     39event_number = 62833    # 0.3m waveheight from SE Solomons
    3640alpha = 0.1             # smoothing parameter for mesh
    3741friction=0.01           # manning's friction coefficient
     
    5559#-------------------------------------------------------------------------------
    5660
    57 output_comment = [setup, tide, event_number]
     61output_comment = [setup, tide, model_description, event_number]
    5862
    5963#-------------------------------------------------------------------------------
     
    7882# Used in build_elevation.py
    7983# Format for points easting,northing (no header)
    80 bounding_polygon_filename = 'bounding_polygon.csv'
    81 bounding_polygon_maxarea = 100000
     84bounding_polygon_filename = 'bounding_polygon_sml_v2.csv'
     85bounding_polygon_maxarea = 125000
    8286
    8387# INTERIOR REGIONS -  for designing the mesh
    8488# Used in run_model.py
    8589# Format for points easting,northing (no header)                   
    86 interior_regions_data = [['buffer_3km_simplify.csv', 500]]
     90interior_regions_data = [['buffer_3km_simplify_sml_v2.csv', 500]]
    8791
    8892# LAND - used to set the initial stage/water to be offcoast only
    8993# Used in run_model.py.  Format for points easting,northing (no header)
    90 land_initial_conditions_filename = [['initial_conditions.csv', 0]]
     94land_initial_conditions_filename = [['initial_conditions_sml_v2.csv', 0]]
    9195
    9296# GAUGES - for creating timeseries at a specific point
     
    107111# Thinned ordering file from Hazard Map (geographic)
    108112# Format is index,latitude,longitude (with header)
    109 urs_order_filename = 'urs_order.csv'
     113urs_order_filename = 'urs_order_sml_v2.csv'
    110114
    111115# Landward bounding points
    112116# Format easting,northing (no header)
    113 landward_boundary_filename = 'landward_boundary.csv'
     117landward_boundary_filename = 'landward_boundary_sml_v2.csv'
    114118
    115119# MUX input filename.
     
    132136yminGold_Coast = 6893500
    133137ymaxGold_Coast = 6898500
     138
     139# ASCII export grid for dune study
     140xminDune = 536710
     141xmaxDune = 556150
     142yminDune = 6881125
     143ymaxDune = 6926860
    134144
    135145################################################################################
Note: See TracChangeset for help on using the changeset viewer.