Changeset 3999


Ignore:
Timestamp:
Nov 16, 2006, 9:54:30 AM (18 years ago)
Author:
sexton
Message:

dampier report updates

Location:
anuga_work/production/dampier_2006
Files:
4 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/dampier_2006/make_report_cipma.py

    r3988 r3999  
    8484max_maps = {'Mw 9.0': 'mw9_map'}
    8585
    86 gauge_map = 'dampier_gauges.jpg'
    87 gauge_filename = 'test.xya'
     86gauge_map1 = 'dampier_gauges_1.jpg'
     87gauge_map2 = 'dampier_gauges_2.jpg'
     88gauge_map3 = 'dampier_gauges_3.jpg'
     89
    8890# Create sections and graphs for each designated production directory
    8991latex_output = []
     
    214216    \input{data}
    215217   
    216    \section{Inundation model}
    217     \label{sec:anuga}
    218     \input{anuga}
    219     \input{computational_setup}
     218   %\section{Inundation model}
     219   % \label{sec:anuga}
     220   % \input{anuga}
     221   % \input{computational_setup}
    220222       
    221223  \section{Inundation modelling results}
     
    248250##fid.write(s)
    249251##
    250 s = '\\begin{figure}[hbt] \n \centerline{ \includegraphics[width=\paperwidth]{../report_figures/%s}}' %gauge_map
    251 fid.write(s)
    252 
    253 #s  = """
    254 #\caption{Point locations used for Dampier study.} 
    255 #\label{fig:points}
    256 #\end{figure}
    257 #"""
    258 #fid.write(s)
     252s = '\\begin{figure}[hbt] \n \centerline{ \includegraphics[width=\paperwidth]{../report_figures/%s}}' %gauge_map1
     253fid.write(s)
     254
     255s = '\n \centerline{ \includegraphics[width=\paperwidth]{../report_figures/%s}}' %gauge_map2
     256fid.write(s)
     257
     258s = '\n \centerline{ \includegraphics[width=\paperwidth]{../report_figures/%s}}' %gauge_map3
     259fid.write(s)
     260
     261
     262s  = """
     263\caption{Point locations used for Dampier study.} 
     264\label{fig:points}
     265\end{figure}
     266"""
     267fid.write(s)
    259268   
    260269#s = '\input{interpretation} \n'
     
    287296     \label{sec:metadata}
    288297     \input{metadata}
     298     
     299\section{ANUGA modelling parameters}
     300\label{sec:anugasetup}
     301\input{anuga_setup}
    289302
    290303\clearpage
  • anuga_work/production/dampier_2006/project.py

    r3997 r3999  
    6565combined_final_name ='dampier_combined_elevation_final'
    6666
    67 gauge_name = 'dampier_gauges_up2.csv'
     67gauge_name = 'dampier_gauges.csv'
     68#gauge_name = 'dampier_gauges_up2.csv'
    6869
    6970#Derive subdirectories and filenames
     
    9798
    9899gauge_dir = home+sep+state+sep+scenario_datas_name+sep+'anuga'+sep+'gauges'+sep
    99 gauge_filename = gauge_dir + 'dampier_gauges_up2.csv'
     100gauge_filename = gauge_dir + gauge_name
    100101
    101102gauges_dir_name = gauges_dir + gauge_name
  • anuga_work/production/dampier_2006/report/dampier_2006_report_CIPMA.tex

    r3988 r3999  
    6464    \input{data}
    6565   
    66    \section{Inundation model}
    67     \label{sec:anuga}
    68     \input{anuga}
    69     \input{computational_setup}
     66   %\section{Inundation model}
     67   % \label{sec:anuga}
     68   % \input{anuga}
     69   % \input{computational_setup}
    7070       
    7171  \section{Inundation modelling results}
     
    7373         
    7474\begin{figure}[hbt]
    75  \centerline{ \includegraphics[width=\paperwidth]{../report_figures/dampier_gauges.jpg}}\input{mw9_map}
     75 \centerline{ \includegraphics[width=\paperwidth]{../report_figures/dampier_gauges_1.jpg}}
     76 \centerline{ \includegraphics[width=\paperwidth]{../report_figures/dampier_gauges_2.jpg}}
     77 \centerline{ \includegraphics[width=\paperwidth]{../report_figures/dampier_gauges_3.jpg}}
     78\caption{Point locations used for Dampier study.} 
     79\label{fig:points}
     80\end{figure}
     81\input{mw9_map}
    7682 \clearpage
    7783 
     
    9298     \label{sec:metadata}
    9399     \input{metadata}
     100     
     101\section{ANUGA modelling parameters}
     102\label{sec:anugasetup}
     103\input{anuga_setup}
    94104
    95105\clearpage
  • anuga_work/production/dampier_2006/report/modelling_methodology.tex

    r3988 r3999  
    5959modelling the event itself with the URS model and modelling the impact with ANUGA.
    6060In this way, the output from URS serves as an input to ANUGA.
    61 In modelling terms, the URS output is a boundary condition for ANUGA.
     61In modelling terms, the URS output is a boundary condition for ANUGA. Further details
     62regarding the modelling requirements for this study can be found in \ref{sec:anugasetup}.
    6263
    6364The event chosen for this study has been determined from the probabilistic
Note: See TracChangeset for help on using the changeset viewer.