Changeset 3862 for anuga_work/production/hobart_2006/make_report.py
- Timestamp:
- Oct 25, 2006, 5:36:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2006/make_report.py
r3852 r3862 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 mesh76 #'20061022_224422': 'Mw 8-7', # refined mesh 77 77 '20061006_062319': 'Mw 8-5'} # 2500 res 78 78 … … 95 95 production_dirs, 96 96 report = True, 97 #reportname = 'latexoutput_MRT', 97 98 reportname = 'latexoutput', 98 99 plot_quantity = ['stage', 'speed'], … … 108 109 # Future: generate_report(reportdir, scenario, report_title, 109 110 # project.gauge_filename, max_maps, damage_maps, production_dirs, latex_output) 110 report_name = reportdir + scenario + '_report .tex'111 report_name = reportdir + scenario + '_report_MRT.tex' 111 112 fid = open(report_name, 'w') 112 113
Note: See TracChangeset
for help on using the changeset viewer.