Ignore:
Timestamp:
Jun 21, 2006, 9:31:57 AM (18 years ago)
Author:
sexton
Message:

MOST and ANUGA comparisons and updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/compare_timeseries.py

    r3188 r3190  
    2323# User defined inputs
    2424production_dirs = {'20060515_001733': '100m boundary',
    25                    '20060530_102753': '50m boundary'}
     25                   '20060530_102753': '50m boundary',
     26                   'MOST': 'MOST'}
    2627
    2728gauge_map = 'onslow_boundary_gauges.png'
     
    3637    file_loc = project.outputdir + label_id + sep
    3738    swwfile = file_loc + project.basename + '.sww'
     39    if label_id == 'MOST':
     40        swwfile = project.boundarydir + project.boundary_basename + '.sww'
    3841    swwfiles[swwfile] = label_id
    3942
     
    4245                              production_dirs,
    4346                              report = True,
    44                               reportname = 'latexoutput_compare',
     47                              reportname = 'latexoutput_compare50_100_MOST',
    4548                              surface = False,
    4649                              plot_quantity = plot_quantity,
     
    5760
    5861# Start report generation
    59 input_name = project.comparereportdir + sep + 'comparison_onslow.tex'
     62input_name = project.comparereportdir + sep + '50100MOSTcomparison_onslow.tex'
    6063fid = open(input_name, 'w')
    6164
Note: See TracChangeset for help on using the changeset viewer.