Changeset 3862
- Timestamp:
- Oct 25, 2006, 5:36:20 PM (19 years ago)
- Location:
- anuga_work/production/hobart_2006
- Files:
-
- 112 added
- 2 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 -
anuga_work/production/hobart_2006/project.py
r3852 r3862 79 79 #gauge_filename = gaugedir + 'hobart_gauges_final.csv' 80 80 gauge_filename = gaugedir + 'hobartGauges20061019.csv' 81 #gauge_filename = gaugedir + 'gauges_MRT.csv' 81 82 #gauge_filename = gaugedir + 'check_boundary.csv' 82 83
Note: See TracChangeset
for help on using the changeset viewer.