Changeset 3959
- Timestamp:
- Nov 9, 2006, 1:10:14 PM (18 years ago)
- Location:
- anuga_work/production/dampier_2006
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/dampier_2006/make_report_cipma.py
r3949 r3959 55 55 from os import getcwd, sep, altsep, mkdir, access, F_OK 56 56 import project 57 from anuga.abstract_2d_finite_volumes.util import sww2timeseries, get_gauges_from_file , gauge_in_sww57 from anuga.abstract_2d_finite_volumes.util import sww2timeseries, get_gauges_from_file 58 58 59 59 # Derive scenario name … … 82 82 nodes = 8 83 83 84 max_maps = {'Mw 8-7': 'mw87_map', 85 'Mw 8-5': 'mw85_map'} 84 max_maps = {'Mw 9.0': 'mw9_map'} 86 85 87 86 gauge_map = 'cipma_gauges.jpg' … … 264 263 # Assign titles to each production section 265 264 # Must specify one name per section 266 #for i, name in enumerate(production_dirs.keys()): 267 # 268 # s = '\subsection{%s} \n \n' %production_dirs[name] 269 # fid.write(s) 270 271 #s = '\input{%s} \n \clearpage \n \n' %max_maps[production_dirs[name]] 272 #fid.write(s) 265 for i, name in enumerate(production_dirs.keys()): 266 267 s = '\input{%s} \n \clearpage \n \n' %max_maps[production_dirs[name]] 268 fid.write(s) 273 269 274 270 # Closing -
anuga_work/production/dampier_2006/report/dampier_2006_report_CIPMA.tex
r3955 r3959 91 91 \end{table} 92 92 93 \input{mw9_map} 94 \clearpage 95 93 96 94 97
Note: See TracChangeset
for help on using the changeset viewer.