Changeset 3354
- Timestamp:
- Jul 18, 2006, 3:49:47 PM (19 years ago)
- Location:
- production/pt_hedland_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
production/pt_hedland_2006/make_report.py
r3289 r3354 24 24 * Modelling Methodology 25 25 * Tsunami scenario 26 * Data sources 26 27 * Inundation model 27 * Data sources 28 * Modelling results 28 * Inundation modelling results 29 29 * Impact modelling 30 30 * Summary … … 70 70 report_title = 'Tsunami impact modelling for the North West shelf: %s' %scenario_name.title() 71 71 72 # DTED data73 #production_dirs = {'20060426_004129': '1.5 AHD',74 # '20060426_004237': '-1.5 AHD',75 # '20060515_001733': '0 AHD'}76 #damage_maps = {'1.5 AHD': 'HAT_damage',77 # '-1.5 AHD': 'LAT_damage',78 # '0 AHD': 'MSL_damage'}79 80 72 # WA DLI data 81 73 production_dirs = {'20060707_001859': 'MSL', … … 87 79 'LAT': 'LAT_map'} 88 80 89 gauge_map = 'pt_hedland_gauge_map.jpg' 90 91 compare_output = 'compare_output_datasets' 81 gauge_map = 'pt_hedland_dli_gauge.jpg' 92 82 93 83 # Create sections and graphs for each designated production directory … … 179 169 \maketitle 180 170 181 \\tableofcontents182 183 171 \section{Executive Summary} 184 172 \label{sec:execsum} 185 173 \input{execsum} 174 175 \\tableofcontents 186 176 187 177 \section{Introduction} … … 197 187 \input{tsunami_scenario} 198 188 189 \section{Data sources} 190 \label{sec:data} 191 \input{data} 192 199 193 \section{Inundation model} 200 194 \label{sec:anuga} 201 195 \input{anuga} 202 196 \input{computational_setup} 203 204 \section{Data sources} 205 \label{sec:data} 206 \input{data} 207 208 \section{Modelling results} 197 198 \section{Inundation modelling results} 209 199 \label{sec:results} 210 200 … … 215 205 s = '\\begin{table} \\begin{center} \n' 216 206 fid.write(s) 217 s = '\caption{Defined point locations for %s study area.}' %scenario 207 s = '\caption{Defined point locations for %s study area.}' %scenario_name 218 208 fid.write(s) 219 209 s = """ … … 282 272 \input{references} 283 273 284 \ appendix274 \\appendix 285 275 286 276 \section{Metadata} … … 288 278 \input{metadata} 289 279 280 \pagebreak 281 290 282 \section{Time series} 291 283 \label{sec:timeseries} … … 297 289 298 290 s=""" 291 292 \pagebreak 293 299 294 \section{Damage modelling inputs} 300 295 \label{sec:damageinputs} 301 296 \input{damage_inputs} 302 297 303 \section{Time series} 304 \label{sec:timeseriescompare} 305 306 """ 307 fid.write(s) 308 309 s = '\input{%s} \n \clearpage \n \n' %compare_output 310 fid.write(s) 311 312 s = '\end{document}' 313 fid.write(s) 298 \end{document} 299 """ 300 fid.write(s) -
production/pt_hedland_2006/project.py
r3291 r3354 73 73 gauge_filename = gaugedir + 'gauge_location_port_hedland.csv' 74 74 buildings_filename = gaugedir + 'pt_hedland_res.csv' 75 buildings_filename_out = 'pt_hedland_res_modified.csv' 75 76 community_filename = gaugedir + 'CHINS_v2.csv' 76 77 community_scenario = gaugedir + 'community_pt_hedland.csv'
Note: See TracChangeset
for help on using the changeset viewer.