Changeset 6716
- Timestamp:
- Apr 3, 2009, 2:36:53 PM (16 years ago)
- Location:
- anuga_work/production
- Files:
-
- 11 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/carnarvon/get_timeseries.py
r6715 r6716 22 22 time_dir2 = '20090324_161452_run_final_0_27285_109_Tb_mhingee' 23 23 24 time_dirs = [time_dir1 ] #1, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]24 time_dirs = [time_dir1, time_dir2] #1, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6] 25 25 26 26 print 'time directories', time_dirs -
anuga_work/production/australia_ph2/hobart/project.py
r6672 r6716 35 35 36 36 # index is only used when wave = Tb 37 wave = ' Bf' # Bf (sts wave) Tb (index wave)37 wave = 'Tb' # Bf (sts wave) Tb (index wave) 38 38 39 39 # for melbourne (west) side: … … 121 121 # Used in get_timeseries.py. 122 122 # Format easting,northing,name,elevation (with header) 123 gauges_filename = ' gauges.csv'123 gauges_filename = 'MH_gauges_10m.csv' 124 124 125 125 # BUILDINGS EXPOSURE - for identifying inundated houses -
anuga_work/production/busselton/busselton_rerun/project.py
r6692 r6716 103 103 # Used in get_timeseries.py. 104 104 # Format easting,northing,name,elevation (with header) 105 gauges_filename = 'MH_gauges .csv'105 gauges_filename = 'MH_gauges2.csv' 106 106 107 107 # BUILDINGS EXPOSURE - for identifying inundated houses
Note: See TracChangeset
for help on using the changeset viewer.