Ignore:
Timestamp:
May 11, 2009, 3:43:15 PM (16 years ago)
Author:
kristy
Message:

Change for final_30

File:
1 edited

Legend:

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

    r6864 r7010  
    3434    event_number = 64479    # the event number or the mux file name
    3535
    36 event_number_list = [64479, 70921] # To piggy back multiple events
     36event_number_list = [64479, 70921, 27181] # To piggy back multiple events
    3737
    3838tide = 0                # difference between MSL and HAT
     
    4141starttime=0             # start time for simulation
    4242finaltime=60000 # final time for simulation
    43 setup = 'final'         # This can be one of three values
     43setup = 'final_30'         # This can be one of three values
    4444                        #    trial - coarsest mesh, fast
    4545                        #    basic - coarse mesh
     
    5151
    5252
    53 internal_polygon = True
     53internal_polygon = False
    5454
    5555#-------------------------------------------------------------------------------
     
    7878# Used in build_elevation.py
    7979# Format for ascii grids, as produced in ArcGIS + a projection file
    80 ascii_grid_filenames = ['grid250m_simple'] # 250m grid 2005
     80ascii_grid_filenames = ['grid250m_extract'] # 250m grid 2005
    8181
    8282# Format for points is x,y,elevation (with header)
     
    173173# Output filename for elevation
    174174# this is a combination of all the data generated in build_elevation.py
    175 combined_elevation_basename = scenario_name + '_combined_elevation'
     175combined_elevation_basename = scenario_name + '_combined_elevation_extract'
    176176
    177177#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.