Changeset 3181


Ignore:
Timestamp:
Jun 19, 2006, 4:59:59 PM (18 years ago)
Author:
sexton
Message:

removing figures

Location:
production/onslow_2006
Files:
58 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/make_report.py

    r3169 r3181  
    9292    swwfiles[swwfile] = label_id
    9393
    94 texname = sww2timeseries(swwfiles,
    95                          project.gauge_filename,
    96                          production_dirs,
    97                          report = True,
    98                          plot_quantity = ['stage', 'speed'],
    99                          time_min = None,
    100                          time_max = None,
    101                          title_on = False,
    102                          verbose = True)
     94texname, elev_output, = sww2timeseries(swwfiles,
     95                                       project.gauge_filename,
     96                                       production_dirs,
     97                                       report = True,
     98                                       reportname = 'latexoutput',
     99                                       plot_quantity = ['stage', 'speed'],
     100                                       time_min = None,
     101                                       time_max = None,
     102                                       title_on = False,
     103                                       verbose = True)
    103104
    104105latex_output.append(texname)
  • production/onslow_2006/report/computational_setup.tex

    r3173 r3181  
    9191of water level and speed.
    9292
    93 \input{MOST_input_onslow}
    9493
    9594
  • production/onslow_2006/report/onslow_2006_report.tex

    r3175 r3181  
    66% * an introduction must be written in introduction.tex; a basic outline and
    77%   some of the core inputs are already in place
     8% * outline of the modelling methodology provided in modelling_methodology.tex
    89% * the tsunami-genic event should be discussed in tsunami_scenario.tex
    910% * an computational_setup.tex file needs to be written for the particular scenario
     
    1617\documentclass{article}
    1718
    18 \usepackage{times} % or {zefonts}
     19\usepackage{ae} % or {zefonts}
    1920\usepackage[T1]{fontenc}
    2021\usepackage[ansinew]{inputenc}
     
    4950  \section{Introduction}
    5051    \label{sec:intro}
    51     \input{introduction}
    52    
    53   \section{Modelling methodology}
     52  \input{introduction}
     53
     54   \section{Modelling methodology}
    5455    \label{sec:methodology}
    55     \input{modelling_methodology} 
    56    
     56    \input{modelling_methodology}
     57    
    5758  \section{Tsunami scenarios}
    5859    \label{sec:tsunamiscenario}
    5960    \input{tsunami_scenario}
    60  
    61   \section{Inundation model}
     61
     62   \section{Inundation model}
    6263    \label{sec:anuga}
    6364    \input{anuga}
     
    117118     \input{summary}
    118119     
    119    %\section{References}
     120   \section{References}
    120121    \input{references}
    121122   
Note: See TracChangeset for help on using the changeset viewer.