Changeset 3190 for production/onslow_2006
- Timestamp:
- Jun 21, 2006, 9:31:57 AM (19 years ago)
- Location:
- production/onslow_2006
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/MOST_timeseries.py
r3188 r3190 61 61 62 62 # Start report generation 63 input_name = project.comparereportdir + sep + ' comparison_onslow.tex'63 input_name = project.comparereportdir + sep + 'MOST_ANUGA_comparison_onslow.tex' 64 64 fid = open(input_name, 'w') 65 65 -
production/onslow_2006/compare_timeseries.py
r3188 r3190 23 23 # User defined inputs 24 24 production_dirs = {'20060515_001733': '100m boundary', 25 '20060530_102753': '50m boundary'} 25 '20060530_102753': '50m boundary', 26 'MOST': 'MOST'} 26 27 27 28 gauge_map = 'onslow_boundary_gauges.png' … … 36 37 file_loc = project.outputdir + label_id + sep 37 38 swwfile = file_loc + project.basename + '.sww' 39 if label_id == 'MOST': 40 swwfile = project.boundarydir + project.boundary_basename + '.sww' 38 41 swwfiles[swwfile] = label_id 39 42 … … 42 45 production_dirs, 43 46 report = True, 44 reportname = 'latexoutput_compare ',47 reportname = 'latexoutput_compare50_100_MOST', 45 48 surface = False, 46 49 plot_quantity = plot_quantity, … … 57 60 58 61 # Start report generation 59 input_name = project.comparereportdir + sep + ' comparison_onslow.tex'62 input_name = project.comparereportdir + sep + '50100MOSTcomparison_onslow.tex' 60 63 fid = open(input_name, 'w') 61 64 -
production/onslow_2006/make_report.py
r3188 r3190 20 20 The report structure is 21 21 22 * Executive Summary 22 23 * Introduction 23 24 * Modelling Methodology … … 159 160 \\begin{document} 160 161 \maketitle 161 162 \\begin{abstract} 163 \input{abstract} 164 \end{abstract} 165 162 166 163 \\tableofcontents 164 165 \section{Executive Summary} 166 \label{sec:execsum} 167 \input{execsum} 167 168 168 169 \section{Introduction}
Note: See TracChangeset
for help on using the changeset viewer.