Changeset 3285


Ignore:
Timestamp:
Jul 6, 2006, 2:45:40 PM (18 years ago)
Author:
sexton
Message:

scripts to interrogate onslow outputs

Location:
production/onslow_2006
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/MOST_timeseries.py

    r3270 r3285  
    2525# User defined inputs
    2626production_dirs = {'20060515_001733': '100m boundary',
    27                    '20060530_102753': '50m boundary',
    28                    'MOST': 'MOST'}
     27                   '20060530_102753': '50m boundary'}#,
     28                   #'MOST': 'MOST'}
    2929
    3030gauge_map = 'boundarycomparison.png'
     
    4444
    4545texname, vec = sww2timeseries(swwfiles,
    46                               project.gauge_comparison,
     46                              project.gauges50,#project.gauge_comparison,
    4747                              production_dirs,
    4848                              report = True,
  • production/onslow_2006/export_results.py

    r3270 r3285  
    77from os import sep
    88
    9 #time_dir = '20060703_062936' #HAT
    10 #time_dir = '20060703_062753' #LAT
    11 time_dir = '20060703_062900' #MSL
     9#time_dir = '20060704_063005' #HAT
     10#time_dir = '20060704_063112' #LAT
     11time_dir = '20060704_063234' #MSL
    1212directory = project.outputdir
    1313name = directory + time_dir +sep + 'source'
  • production/onslow_2006/get_building_inundation.py

    r3270 r3285  
    2929
    3030# Inputs
    31 #timestampdir = '20060703_062936' # HAT
    32 #timestampdir = '20060703_062753' # LAT
    33 timestampdir = '20060703_062900' # MSL
     31#timestampdir = '20060704_063005' # HAT
     32#timestampdir = '20060704_063112' # LAT
     33timestampdir = '20060704_063234' # MSL
    3434file_loc = project.outputdir + timestampdir + sep
    3535swwfile = file_loc + project.basename + '.sww'
  • production/onslow_2006/make_report.py

    r3270 r3285  
    7979
    8080# WA DLI data
    81 production_dirs = {'20060703_062900': 'MSL',
    82                    '20060703_062936': 'HAT',
    83                    '20060703_062753': 'LAT'}
     81production_dirs = {'20060704_063234': 'MSL',
     82                   '20060704_063005': 'HAT',
     83                   '20060704_063112': 'LAT'}
    8484
    8585max_maps = {'MSL': 'MSL_map',
  • production/onslow_2006/report/data.tex

    r3270 r3285  
    3838fairsheet data which has also been utilised.
    3939The 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}
     40using the aerial photography, two detailed surveys provided
     41by WA DPI and a number of total station surveys of Onslow.
     42The WA DLI data surrounding the coast is error prone and
     43has been clipped at the derived coastline.
    4344Appendix \ref{sec:metadata} provides more details and metadata for data
    4445used for this study.
Note: See TracChangeset for help on using the changeset viewer.