Changeset 3763


Ignore:
Timestamp:
Oct 12, 2006, 11:53:32 AM (18 years ago)
Author:
sexton
Message:

report updates

Location:
anuga_work/production/hobart_2006
Files:
36 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/hobart_2006/export_results.py

    r3721 r3763  
    66from os import sep
    77
    8 time_dir = '20061006_062319' # Mw 8-5
     8#time_dir = '20061006_062319' # Mw 8-5
     9time_dir = '20061008_234702' # Mw 8-7
    910
    1011directory = project.outputdir
     
    1213
    1314print 'output dir:', name
    14 which_var = 4
     15which_var = 2
    1516if which_var == 0:  # Stage
    1617    outname = name + '_stage'
  • anuga_work/production/hobart_2006/get_timeseries.py

    r3721 r3763  
    2525# 2500 interior resolution for both events
    2626# use both to compare the events
    27 production_dirs = {'20061006_062319': 'Mw 8.5'}
    28                    #'20061008_234702': 'Mw 8.7'}
     27production_dirs = {'20061006_062319': 'Mw 8.5',
     28                   '20061008_234702': 'Mw 8.7'}
    2929
    3030# Generate figures
  • anuga_work/production/hobart_2006/make_report.py

    r3732 r3763  
    7272
    7373# WA DLI data
    74 production_dirs = {'20061004_230438': 'Mw 8-7', # 7500 res
     74production_dirs = {'20061008_234702': 'Mw 8-7', # 2500 res
     75                   #'20061004_230438': 'Mw 8-7', # 7500 res
    7576                   '20061006_062319': 'Mw 8-5'} # 2500 res
    7677
  • anuga_work/production/hobart_2006/report/hobart_2006_report.tex

    r3729 r3763  
    4646  \centerline{ \includegraphics[scale=0.4]{../report_figures/GAlogo.jpg}}
    4747\end{figure}
    48 Tsunami impact modelling for the Tasmania: Hobart}
     48Tsunami impact modelling for Tasmania: Hobart}
    4949  \maketitle
    5050
     
    105105 
    106106\begin{figure}[hbt]
    107 % \centerline{ \includegraphics[width=\paperwidth]{../report_figures/hobart_gauge.jpg}}
     107 \centerline{ \includegraphics[width=\paperwidth]{../report_figures/hobart_gauge.jpg}}
    108108\caption{Point locations used for Hobart study.} 
    109109\label{fig:points}
Note: See TracChangeset for help on using the changeset viewer.