Ignore:
Timestamp:
Apr 28, 2009, 11:10:30 AM (14 years ago)
Author:
jgriffin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/bamaga/project.py

    r6895 r6911  
    1717# Note, the user needs to set up the directory system accordingly
    1818state = 'australia_ph2'
    19 scenario_name = 'gulf'
     19scenario_name = 'weipa'
    2020
    2121#-------------------------------------------------------------------------------
     
    3333##else:
    3434
    35 event_number = 64977    # the event number or the mux file name
     35event_number = 51212    # the event number or the mux file name
    3636
    3737#event_number_list = [31975, 51390, 63735] # To piggy back multiple events
     
    4141friction=0.01           # manning's friction coefficient
    4242starttime=0             # start time for simulation
    43 finaltime=80000 # final time for simulation
    44 setup = 'final'         # This can be one of three values
     43finaltime=1000 # final time for simulation
     44setup = 'trial'         # This can be one of three values
    4545                        #    trial - coarsest mesh, fast
    4646                        #    basic - coarse mesh
     
    4848
    4949# index is only used when wave = Tb
    50 index = 1914            # index from the PTHA - Y2000 0.257m
     50index = 2003            # index from the PTHA - Y2000 0.257m
    5151wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    5252
     
    7979# Used in build_elevation.py
    8080# Format for ascii grids, as produced in ArcGIS + a projection file
    81 ascii_grid_filenames = ['gulf_bg'] # 250m grid 2005
     81ascii_grid_filenames = ['weipa_bg_pr'] # 250m grid 2005
    8282
    8383# Format for points is x,y,elevation (with header)
Note: See TracChangeset for help on using the changeset viewer.