Changeset 4248 for anuga_work/production/onslow_2006
- Timestamp:
- Feb 9, 2007, 2:50:41 PM (18 years ago)
- Location:
- anuga_work/production/onslow_2006
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/onslow_2006/MOST_timeseries.py
r3514 r4248 49 49 reportname = 'latexoutput_MOST_ANUGA_comparison', 50 50 plot_quantity = ['stage', 'speed'], 51 generate_fig = True, 51 52 surface = False, 52 53 time_min = None, -
anuga_work/production/onslow_2006/compare_parameter_change.py
r3965 r4248 65 65 reportname = 'latexoutputparameterchange', 66 66 plot_quantity = ['stage', 'speed'], 67 generate_fig = True, 67 68 surface = False, 68 69 time_min = None, -
anuga_work/production/onslow_2006/compare_timeseries_data.py
r3514 r4248 45 45 surface = False, 46 46 plot_quantity = plot_quantity, 47 generate_fig = True, 47 48 time_min = None, 48 49 time_max = None, -
anuga_work/production/onslow_2006/make_report.py
r4151 r4248 133 133 reportname = reportname, 134 134 plot_quantity = ['stage', 'momentum'], 135 generate_fig = True, 135 136 surface = False, 136 137 time_min = None, … … 161 162 reportname = reportname, 162 163 plot_quantity = ['stage', 'speed'], 164 generate_fig = True, 163 165 surface = False, 164 166 time_min = None,
Note: See TracChangeset
for help on using the changeset viewer.