Changeset 3763
- Timestamp:
- Oct 12, 2006, 11:53:32 AM (17 years ago)
- Location:
- anuga_work/production/hobart_2006
- Files:
-
- 36 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2006/export_results.py
r3721 r3763 6 6 from os import sep 7 7 8 time_dir = '20061006_062319' # Mw 8-5 8 #time_dir = '20061006_062319' # Mw 8-5 9 time_dir = '20061008_234702' # Mw 8-7 9 10 10 11 directory = project.outputdir … … 12 13 13 14 print 'output dir:', name 14 which_var = 415 which_var = 2 15 16 if which_var == 0: # Stage 16 17 outname = name + '_stage' -
anuga_work/production/hobart_2006/get_timeseries.py
r3721 r3763 25 25 # 2500 interior resolution for both events 26 26 # use both to compare the events 27 production_dirs = {'20061006_062319': 'Mw 8.5' }28 #'20061008_234702': 'Mw 8.7'}27 production_dirs = {'20061006_062319': 'Mw 8.5', 28 '20061008_234702': 'Mw 8.7'} 29 29 30 30 # Generate figures -
anuga_work/production/hobart_2006/make_report.py
r3732 r3763 72 72 73 73 # WA DLI data 74 production_dirs = {'20061004_230438': 'Mw 8-7', # 7500 res 74 production_dirs = {'20061008_234702': 'Mw 8-7', # 2500 res 75 #'20061004_230438': 'Mw 8-7', # 7500 res 75 76 '20061006_062319': 'Mw 8-5'} # 2500 res 76 77 -
anuga_work/production/hobart_2006/report/hobart_2006_report.tex
r3729 r3763 46 46 \centerline{ \includegraphics[scale=0.4]{../report_figures/GAlogo.jpg}} 47 47 \end{figure} 48 Tsunami impact modelling for theTasmania: Hobart}48 Tsunami impact modelling for Tasmania: Hobart} 49 49 \maketitle 50 50 … … 105 105 106 106 \begin{figure}[hbt] 107 %\centerline{ \includegraphics[width=\paperwidth]{../report_figures/hobart_gauge.jpg}}107 \centerline{ \includegraphics[width=\paperwidth]{../report_figures/hobart_gauge.jpg}} 108 108 \caption{Point locations used for Hobart study.} 109 109 \label{fig:points}
Note: See TracChangeset
for help on using the changeset viewer.