Changeset 6467


Ignore:
Timestamp:
Mar 5, 2009, 11:41:03 AM (15 years ago)
Author:
myall
Message:

needed to add boundary_csv string to project.py

File:
1 edited

Legend:

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

    r6464 r6467  
    2828tide = 0                # difference between MSL and HAT
    2929zone = 53               # specify zone of model
    30 event_number = 64469    # the event number or the mux file name
    31 # ceduna: 7877 (altiplano, south america), 27347 (Java), 46503 (mid america),
    32 # 57483 (peru), 58331 (Puysegur), 64448 (sandwich), 65304 (shetland),
    33 # 68792 (sumatra)
     30event_number = 64448    # the event number or the mux file name
     31# ceduna: 27347 (Java), 64448 (sandwich), 58331 (Puysegur)
     32# other possible sources:
     33# 7877 (altiplano, south america),  46503 (mid america),
     34# 57483 (peru), 65304 (shetland), 68792 (sumatra)
     35
    3436alpha = 0.1             # smoothing parameter for mesh
    3537friction=0.01           # manning's friction coefficient
     
    222224mux_input = join(event_folder, mux_input_filename)
    223225
     226boundary_csv = event_folder + sep + 'sts_gauge_' + str(index) +'.csv'
     227
Note: See TracChangeset for help on using the changeset viewer.