Changeset 6692
- Timestamp:
- Apr 1, 2009, 5:02:12 PM (14 years ago)
- Location:
- anuga_work/production
- Files:
-
- 13 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/busselton_rerun/project.py
r6678 r6692 103 103 # Used in get_timeseries.py. 104 104 # Format easting,northing,name,elevation (with header) 105 gauges_filename = ' gauges.csv'105 gauges_filename = 'MH_gauges.csv' 106 106 107 107 # BUILDINGS EXPOSURE - for identifying inundated houses -
anuga_work/production/carnarvon/carnarvon_rerun/project.py
r6681 r6692 98 98 # Used in get_timeseries.py. 99 99 # Format easting,northing,name,elevation (with header) 100 gauges_filename = 'MH_gauges _deep.csv' #'carnarvon.csv'100 gauges_filename = 'MH_gauges.csv' #'carnarvon.csv' 101 101 gauges_filename2 = 'thinned_MGA50.csv' 102 102 -
anuga_work/production/geraldton/geraldton_rerun/project.py
r6682 r6692 105 105 #gauges_filename = 'MH_gauges.csv' 106 106 gauges_filename = 'nick_geraldton_gauges.csv' 107 gauges_myall_filename = 'MH_gauges.csv' 107 108 108 109 # BUILDINGS EXPOSURE - for identifying inundated houses … … 244 245 gauges = join(gauges_folder, gauges_filename) 245 246 247 if gauges_myall_filename: 248 gauges_myall = join(gauges_folder, gauges_myall_filename) 249 246 250 # The absolute pathname for the building file 247 251 # Used for run_building_inundation.py
Note: See TracChangeset
for help on using the changeset viewer.