Changeset 6397


Ignore:
Timestamp:
Feb 24, 2009, 12:21:29 PM (15 years ago)
Author:
kristy
Message:

edited script for dampier

File:
1 edited

Legend:

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

    r6394 r6397  
    1717# Note, the user needs to set up the directory system accordingly
    1818state = 'australia_ph2'
    19 scenario_name = 'gold_coast'
     19scenario_name = 'dampier'
    2020scenario_folder = scenario_name
    2121
     
    2828tide = 0                # difference between MSL and HAT
    2929zone = 56               # specify zone of model
    30 event_number = 58362    # the event number or the mux file name
     30event_number = 70028    # the event number or the mux file name
    3131alpha = 0.1             # smoothing parameter for mesh
    3232friction=0.01           # manning's friction coefficient
     
    6262
    6363# Format for point is x,y,elevation (with header)
    64 point_filenames = ['brisbane_250m.txt',
    65                    'GBR_250m.txt',
    66                    'Sydney_250m.txt'] # 250m grid 2005
     64point_filenames = ['grid250m.txt'] # 250m grid 2005
    6765
    6866### Add csv header list to all files in point_filenames
Note: See TracChangeset for help on using the changeset viewer.