Changeset 3866 for anuga_work/production/hobart_2006/make_report.py
- Timestamp:
- Oct 25, 2006, 5:51:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2006/make_report.py
r3862 r3866 72 72 73 73 # WA DLI data 74 production_dirs = { '20061008_234702': 'Mw 8-7', # 2500 res74 production_dirs = {#'20061008_234702': 'Mw 8-7', # 2500 res 75 75 #'20061004_230438': 'Mw 8-7', # 7500 res 76 #'20061022_224422': 'Mw 8-7',# refined mesh77 '20061006_062319': 'Mw 8-5'} # 2500 res76 '20061022_224422': 'Mw 8-7'} # refined mesh 77 #'20061006_062319': 'Mw 8-5'} # 2500 res 78 78 79 79 max_maps = {'Mw 8-7': 'mw87_map', 80 80 'Mw 8-5': 'mw85_map'} 81 81 82 gauge_map = 'hobart_gauge.jpg' 82 gauge_map = 'MRT_gauges.jpg' 83 #gauge_map = 'hobart_gauge.jpg' 83 84 84 85 # Create sections and graphs for each designated production directory … … 95 96 production_dirs, 96 97 report = True, 97 #reportname = 'latexoutput_MRT',98 reportname = 'latexoutput',98 reportname = 'latexoutput_MRT', 99 #reportname = 'latexoutput', 99 100 plot_quantity = ['stage', 'speed'], 100 101 surface = False,
Note: See TracChangeset
for help on using the changeset viewer.