Changeset 3270


Ignore:
Timestamp:
Jul 3, 2006, 5:22:43 PM (19 years ago)
Author:
sexton
Message:

updates to Onslow report

Location:
production/onslow_2006
Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/MOST_timeseries.py

    r3190 r3270  
    2525# User defined inputs
    2626production_dirs = {'20060515_001733': '100m boundary',
    27                    #'20060530_102753': '50m boundary'}#,
     27                   '20060530_102753': '50m boundary',
    2828                   'MOST': 'MOST'}
    2929
  • production/onslow_2006/export_results.py

    r3261 r3270  
    77from os import sep
    88
    9 time_dir = "20060629_085137"
     9#time_dir = '20060703_062936' #HAT
     10#time_dir = '20060703_062753' #LAT
     11time_dir = '20060703_062900' #MSL
    1012directory = project.outputdir
    11 name = directory + time_dir +sep + "source"
     13name = directory + time_dir +sep + 'source'
    1214
    1315#normal screen output is stored in 'outname'
     
    2224#print 'Which variable do you want to export?'
    2325#which_var = int(raw_input('Stage = 0, Absolute Momentum = 1, Depth = 2, Speed = 3  '  ))
    24 which_var = 4
     26which_var = 2
    2527#sys.stderr.write(sys.stdout.data)
    2628if which_var == 0:  # Stage
  • production/onslow_2006/get_building_inundation.py

    r3082 r3270  
    2929
    3030# Inputs
    31 #timestampdir = '20060426_004129' # HAT
    32 #timestampdir = '20060426_004237' # LAT
    33 timestampdir = '20060515_001733' # MSL
     31#timestampdir = '20060703_062936' # HAT
     32#timestampdir = '20060703_062753' # LAT
     33timestampdir = '20060703_062900' # MSL
    3434file_loc = project.outputdir + timestampdir + sep
    3535swwfile = file_loc + project.basename + '.sww'
  • production/onslow_2006/make_report.py

    r3268 r3270  
    7979
    8080# WA DLI data
    81 production_dirs = {'20060630_065348': 'MSL',
    82                    '20060630_070124': 'HAT',
    83                    '20060630_070359': 'LAT'}
     81production_dirs = {'20060703_062900': 'MSL',
     82                   '20060703_062936': 'HAT',
     83                   '20060703_062753': 'LAT'}
    8484
    8585max_maps = {'MSL': 'MSL_map',
     
    215215s = '\\begin{table} \\begin{center} \n'
    216216fid.write(s)
    217 s = '\caption{Defined point locations for %s study area.}' %report_title
     217s = '\caption{Defined point locations for %s study area.}' %scenario
    218218fid.write(s)
    219219s = """
  • production/onslow_2006/project.py

    r3265 r3270  
    1515               
    1616#Making assumptions about the location of scenario data
     17state = 'western_australia'
    1718scenario_dir_name = 'onslow_tsunami_scenario_2006'
    1819
     
    5455local_time = strftime('%Y%m%d_%H%M%S',gmtime()) #gets time for new dir
    5556
    56 meshdir = home+sep+scenario_dir_name+sep+'meshes'+sep
    57 datadir = home+sep+scenario_dir_name+sep+'topographies'+sep
    58 gaugedir = home+sep+scenario_dir_name+sep+'gauges'+sep
    59 polygondir = home+sep+scenario_dir_name+sep+'polygons'+sep
    60 boundarydir = home+sep+scenario_dir_name+sep+'boundaries'+sep
     57meshdir = home+sep+state+sep+scenario_dir_name+sep+'anuga'+sep+'meshes'+sep
     58datadir = home+sep+state+sep+scenario_dir_name+sep+'anuga'+sep+'topographies'+sep
     59gaugedir = home+sep+state+sep+scenario_dir_name+sep+'anuga'+sep+'gauges'+sep
     60polygondir = home+sep+state+sep+scenario_dir_name+sep+'anuga'+sep+'polygons'+sep
     61boundarydir = home+sep+state+sep+scenario_dir_name+sep+'anuga'+sep+'boundaries'+sep
    6162#output dir without time
    62 outputdir = home+sep+scenario_dir_name+sep+'output'+sep
    63 tidedir = home+sep+scenario_dir_name+sep+'tide_data'+sep
     63outputdir = home+sep+state+sep+scenario_dir_name+sep+'anuga'+sep+'outputs'+sep
     64tidedir = home+sep+state+sep+scenario_dir_name+sep+'anuga'+sep+'tide_data'+sep
    6465
    6566outputtimedir = outputdir + local_time + sep
     
    7677community_scenario = gaugedir + 'community_onslow.csv'
    7778buildings_filename = gaugedir + 'onslow_res.csv'
    78 community_filename = gaugedir + 'CHINS_v2.csv'
    79 community_scenario = gaugedir + 'community_onslow.csv'
    80 
    8179
    8280gaugetimeseries = gaugedir + 'onslow'
  • production/onslow_2006/report/data.tex

    r3268 r3270  
    4646
    4747\begin{table}
    48 \caption{AVailable data for the North West shelf tsunami inundation studies.}
     48\caption{Available data for the North West shelf tsunami inundation studies.}
    4949\label{table:data}
    5050\begin{center}
Note: See TracChangeset for help on using the changeset viewer.