Changeset 3285 for production/onslow_2006
- Timestamp:
- Jul 6, 2006, 2:45:40 PM (18 years ago)
- Location:
- production/onslow_2006
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/MOST_timeseries.py
r3270 r3285 25 25 # User defined inputs 26 26 production_dirs = {'20060515_001733': '100m boundary', 27 '20060530_102753': '50m boundary' ,28 'MOST': 'MOST'}27 '20060530_102753': '50m boundary'}#, 28 #'MOST': 'MOST'} 29 29 30 30 gauge_map = 'boundarycomparison.png' … … 44 44 45 45 texname, vec = sww2timeseries(swwfiles, 46 project.gauge _comparison,46 project.gauges50,#project.gauge_comparison, 47 47 production_dirs, 48 48 report = True, -
production/onslow_2006/export_results.py
r3270 r3285 7 7 from os import sep 8 8 9 #time_dir = '2006070 3_062936' #HAT10 #time_dir = '2006070 3_062753' #LAT11 time_dir = '2006070 3_062900' #MSL9 #time_dir = '20060704_063005' #HAT 10 #time_dir = '20060704_063112' #LAT 11 time_dir = '20060704_063234' #MSL 12 12 directory = project.outputdir 13 13 name = directory + time_dir +sep + 'source' -
production/onslow_2006/get_building_inundation.py
r3270 r3285 29 29 30 30 # Inputs 31 #timestampdir = '2006070 3_062936' # HAT32 #timestampdir = '2006070 3_062753' # LAT33 timestampdir = '2006070 3_062900' # MSL31 #timestampdir = '20060704_063005' # HAT 32 #timestampdir = '20060704_063112' # LAT 33 timestampdir = '20060704_063234' # MSL 34 34 file_loc = project.outputdir + timestampdir + sep 35 35 swwfile = file_loc + project.basename + '.sww' -
production/onslow_2006/make_report.py
r3270 r3285 79 79 80 80 # WA DLI data 81 production_dirs = {'2006070 3_062900': 'MSL',82 '2006070 3_062936': 'HAT',83 '2006070 3_062753': 'LAT'}81 production_dirs = {'20060704_063234': 'MSL', 82 '20060704_063005': 'HAT', 83 '20060704_063112': 'LAT'} 84 84 85 85 max_maps = {'MSL': 'MSL_map', -
production/onslow_2006/report/data.tex
r3270 r3285 38 38 fairsheet data which has also been utilised. 39 39 The coastline has been generated by 40 using the aerial photography and two detailed surveys provided 41 by WA DPI. The WA DLI data surrounding the coast is error prone and 42 has been clipped at the derived coastline. {\bf confirm} 40 using the aerial photography, two detailed surveys provided 41 by WA DPI and a number of total station surveys of Onslow. 42 The WA DLI data surrounding the coast is error prone and 43 has been clipped at the derived coastline. 43 44 Appendix \ref{sec:metadata} provides more details and metadata for data 44 45 used for this study.
Note: See TracChangeset
for help on using the changeset viewer.