Changeset 3181
- Timestamp:
- Jun 19, 2006, 4:59:59 PM (18 years ago)
- Location:
- production/onslow_2006
- Files:
-
- 58 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/make_report.py
r3169 r3181 92 92 swwfiles[swwfile] = label_id 93 93 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) 94 texname, 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) 103 104 104 105 latex_output.append(texname) -
production/onslow_2006/report/computational_setup.tex
r3173 r3181 91 91 of water level and speed. 92 92 93 \input{MOST_input_onslow}94 93 95 94 -
production/onslow_2006/report/onslow_2006_report.tex
r3175 r3181 6 6 % * an introduction must be written in introduction.tex; a basic outline and 7 7 % some of the core inputs are already in place 8 % * outline of the modelling methodology provided in modelling_methodology.tex 8 9 % * the tsunami-genic event should be discussed in tsunami_scenario.tex 9 10 % * an computational_setup.tex file needs to be written for the particular scenario … … 16 17 \documentclass{article} 17 18 18 \usepackage{ times} % or {zefonts}19 \usepackage{ae} % or {zefonts} 19 20 \usepackage[T1]{fontenc} 20 21 \usepackage[ansinew]{inputenc} … … 49 50 \section{Introduction} 50 51 \label{sec:intro} 51 52 53 \section{Modelling methodology}52 \input{introduction} 53 54 \section{Modelling methodology} 54 55 \label{sec:methodology} 55 \input{modelling_methodology} 56 56 \input{modelling_methodology} 57 57 58 \section{Tsunami scenarios} 58 59 \label{sec:tsunamiscenario} 59 60 \input{tsunami_scenario} 60 61 \section{Inundation model}61 62 \section{Inundation model} 62 63 \label{sec:anuga} 63 64 \input{anuga} … … 117 118 \input{summary} 118 119 119 %\section{References}120 \section{References} 120 121 \input{references} 121 122
Note: See TracChangeset
for help on using the changeset viewer.