Changeset 6581
- Timestamp:
- Mar 23, 2009, 1:42:29 PM (15 years ago)
- Location:
- anuga_work/production/australia_ph2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/adelaide/project.py
r6579 r6581 222 222 223 223 # sts gauge with desired index number - used for wave 'Tb' 224 boundary_csv = join(event_folder, 'sts_gauge_' , str(index),'.csv')225 226 224 boundary_csv = join(event_folder, 'sts_gauge_' + str(index) + '.csv') 225 226 -
anuga_work/production/australia_ph2/carnarvon/project.py
r6579 r6581 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 49 # specify zone of model 30 event_number = 68736 # the event number or the mux file name 30 event_number = 68794 # the event number or the mux file name 31 # events: 27285 (java), 68794 (sumatra), 70375 (sumba) 31 32 alpha = 0.1 # smoothing parameter for mesh 32 33 friction=0.01 # manning's friction coefficient 33 34 starttime=0 # start time for simulation 34 finaltime= 1000 # final time for simulation35 finaltime=80000 # final time for simulation 35 36 36 37 # index is only used when wave = Tb … … 220 221 mux_input = join(event_folder, mux_input_filename) 221 222 223 # sts gauge with desired index number - used for wave 'Tb' 224 boundary_csv = join(event_folder, 'sts_gauge_' + str(index) + '.csv') -
anuga_work/production/australia_ph2/ceduna/project.py
r6579 r6581 225 225 226 226 # sts gauge with desired index number - used for wave 'Tb' 227 boundary_csv = join(event_folder, 'sts_gauge_' , str(index),'.csv')228 227 boundary_csv = join(event_folder, 'sts_gauge_' + str(index) + '.csv') 228 -
anuga_work/production/australia_ph2/eucla_motel/project.py
r6579 r6581 223 223 224 224 # sts gauge with desired index number - used for wave 'Tb' 225 boundary_csv = join(event_folder, 'sts_gauge_' + str(index) + '.csv')225 boundary_csv = join(event_folder, 'sts_gauge_' + str(index) + '.csv')
Note: See TracChangeset
for help on using the changeset viewer.