Ignore:
Timestamp:
Feb 9, 2007, 2:50:41 PM (18 years ago)
Author:
sexton
Message:

updates

Location:
anuga_work/production/onslow_2006
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/onslow_2006/MOST_timeseries.py

    r3514 r4248  
    4949                              reportname = 'latexoutput_MOST_ANUGA_comparison',
    5050                              plot_quantity = ['stage', 'speed'],
     51                              generate_fig = True,
    5152                              surface = False,
    5253                              time_min = None,
  • anuga_work/production/onslow_2006/compare_parameter_change.py

    r3965 r4248  
    6565                              reportname = 'latexoutputparameterchange',
    6666                              plot_quantity = ['stage', 'speed'],
     67                              generate_fig = True,
    6768                              surface = False,
    6869                              time_min = None,
  • anuga_work/production/onslow_2006/compare_timeseries_data.py

    r3514 r4248  
    4545                              surface = False,
    4646                              plot_quantity = plot_quantity,
     47                              generate_fig = True,
    4748                              time_min = None,
    4849                              time_max = None,
  • anuga_work/production/onslow_2006/make_report.py

    r4151 r4248  
    133133                                                      reportname = reportname,
    134134                                                      plot_quantity = ['stage', 'momentum'],
     135                                                      generate_fig = True,
    135136                                                      surface = False,
    136137                                                      time_min = None,
     
    161162                                              reportname = reportname,
    162163                                              plot_quantity = ['stage', 'speed'],
     164                                              generate_fig = True,
    163165                                              surface = False,
    164166                                              time_min = None,
Note: See TracChangeset for help on using the changeset viewer.