Ignore:
Timestamp:
Mar 13, 2009, 1:25:37 PM (15 years ago)
Author:
jgriffin
Message:

Fized default boundary in Field_boundary

File:
1 edited

Legend:

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

    r6496 r6511  
    2828tide = 0                # difference between MSL and HAT
    2929zone = 56               # specify zone of model
    30 event_number = 51453    # the event number or the mux file name
     30event_number = 50883    # the event number or the mux file name
    3131alpha = 0.1             # smoothing parameter for mesh
    3232friction=0.01           # manning's friction coefficient
     
    220220# full path to where MUX files (or meta-files) live
    221221mux_input = join(event_folder, mux_input_filename)
    222 
     222#full path to boundary polygon csv
     223boundary_csv = join(event_folder, 'sts_gauge_' + str(index) +'.csv')
     224
Note: See TracChangeset for help on using the changeset viewer.