Ignore:
Timestamp:
Oct 25, 2006, 5:36:20 PM (18 years ago)
Author:
sexton
Message:

results for new gauges

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/hobart_2006/make_report.py

    r3852 r3862  
    7272
    7373# WA DLI data
    74 production_dirs = {#'20061008_234702': 'Mw 8-7', # 2500 res
     74production_dirs = {'20061008_234702': 'Mw 8-7', # 2500 res
    7575                   #'20061004_230438': 'Mw 8-7', # 7500 res
    76                    '20061022_224422': 'Mw 8-7', # refined mesh
     76                   #'20061022_224422': 'Mw 8-7', # refined mesh
    7777                   '20061006_062319': 'Mw 8-5'} # 2500 res
    7878
     
    9595                                      production_dirs,
    9696                                      report = True,
     97                                      #reportname = 'latexoutput_MRT',
    9798                                      reportname = 'latexoutput',
    9899                                      plot_quantity = ['stage', 'speed'],
     
    108109# Future: generate_report(reportdir, scenario, report_title,
    109110# project.gauge_filename, max_maps, damage_maps, production_dirs, latex_output)
    110 report_name = reportdir + scenario + '_report.tex'
     111report_name = reportdir + scenario + '_report_MRT.tex'
    111112fid = open(report_name, 'w')
    112113
Note: See TracChangeset for help on using the changeset viewer.