Changeset 6830


Ignore:
Timestamp:
Apr 17, 2009, 2:44:42 PM (15 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

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

    r6799 r6830  
    3131    event_number = 58348    # the event number or the mux file name
    3232
    33 event_side = 'west' #'east'
     33event_side = 'east' #'east'
    3434if event_side == 'west':
    3535    index = 1979 # index from the PTHA - Y2000 0.257m
     
    139139# Landward bounding points
    140140# Format easting,northing (no header)
    141 landward_boundary_filename_N = 'landward_boundary_north.csv'
    142 landward_boundary_filename_S = 'landward_boundary_south.csv'
     141landward_boundary_filename_N = 'landward_boundary_north_simple.csv'
     142landward_boundary_filename_S = 'landward_boundary_south_simple.csv'
    143143
    144144# MUX input filename.
Note: See TracChangeset for help on using the changeset viewer.