Changeset 4580
- Timestamp:
- Jul 3, 2007, 4:18:32 PM (17 years ago)
- Location:
- anuga_work/production
- Files:
-
- 11 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/broome_2006/project.py
r4477 r4580 111 111 112 112 #gauges 113 beach_gauges = 'beach_gauges.csv' 113 114 gauge_name = 'broome_gauges.csv' 114 115 gauges_dir = home+sep+state+sep+scenario+sep+'anuga'+sep+'gauges'+sep -
anuga_work/production/exmouth_2006/project.py
r4546 r4580 138 138 139 139 #gauges 140 beach_gauges = 'beach_gauges.csv' 140 141 gauge_name = 'exmouth_gauges.csv' 141 142 gauges_dir = home+sep+state+sep+scenario+sep+'anuga'+sep+'gauges'+sep -
anuga_work/production/onslow_2006/project.py
r4504 r4580 75 75 #for MOST 76 76 gauge_filename = gaugedir + 'gauge_location_onslow.csv' 77 gauge_filename_nsw = gaugedir + 'gauges_nsw.csv' 78 beach_gauges = gaugedir + 'beach_gauges.csv' 79 td_gauges = gaugedir + 'gauges_td.csv' 77 80 gauge_filename_bindi = gaugedir + 'gauge_location_bindi.csv' 78 81 gauges50 = gaugedir + '50_gauges.xya' -
anuga_work/production/pt_hedland_2006/project.py
r4477 r4580 127 127 128 128 gauge_filename = gaugedir + 'gauge_location_port_hedland.csv' 129 beach_gauges = gaugedir + 'beach_gauges.csv' 129 130 gauge_checking = gaugedir + 'gauge_checking_test.csv' 130 131 buildings_filename = gaugedir + 'Port_Hedland_res_Project.csv' -
anuga_work/production/pt_hedland_2006/run_timeseries.py
r3514 r4580 13 13 # generate figures - see sww2timeseries for documentation 14 14 texname = sww2timeseries(swwfile, 15 project. gauge_filename,15 project.beach_gauges, 16 16 label_id, 17 17 report = False, 18 plot_quantity = ['stage', ' velocity', 'bearing'],18 plot_quantity = ['stage', 'speed'], 19 19 time_min = None, 20 20 time_max = None,
Note: See TracChangeset
for help on using the changeset viewer.