Ignore:
Timestamp:
Nov 9, 2006, 1:10:14 PM (17 years ago)
Author:
sexton
Message:

updates for Dampier

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  
    5555from os import getcwd, sep, altsep, mkdir, access, F_OK
    5656import project
    57 from anuga.abstract_2d_finite_volumes.util import sww2timeseries, get_gauges_from_file, gauge_in_sww
     57from anuga.abstract_2d_finite_volumes.util import sww2timeseries, get_gauges_from_file
    5858
    5959# Derive scenario name
     
    8282    nodes = 8
    8383
    84 max_maps = {'Mw 8-7': 'mw87_map',
    85             'Mw 8-5': 'mw85_map'}
     84max_maps = {'Mw 9.0': 'mw9_map'}
    8685
    8786gauge_map = 'cipma_gauges.jpg'
     
    264263# Assign titles to each production section
    265264# 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)
     265for 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)
    273269
    274270# Closing
  • anuga_work/production/dampier_2006/report/dampier_2006_report_CIPMA.tex

    r3955 r3959  
    9191 \end{table}
    9292 
     93\input{mw9_map}
     94 \clearpage
     95 
    9396
    9497
Note: See TracChangeset for help on using the changeset viewer.