Changeset 3354


Ignore:
Timestamp:
Jul 18, 2006, 3:49:47 PM (19 years ago)
Author:
sexton
Message:

updates for pt hedland

Location:
production/pt_hedland_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • production/pt_hedland_2006/make_report.py

    r3289 r3354  
    2424* Modelling Methodology
    2525* Tsunami scenario
     26* Data sources
    2627* Inundation model
    27 * Data sources
    28 * Modelling results
     28* Inundation modelling results
    2929* Impact modelling
    3030* Summary
     
    7070report_title = 'Tsunami impact modelling for the North West shelf: %s' %scenario_name.title()
    7171
    72 # DTED data
    73 #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 
    8072# WA DLI data
    8173production_dirs = {'20060707_001859': 'MSL',
     
    8779            'LAT': 'LAT_map'}
    8880
    89 gauge_map = 'pt_hedland_gauge_map.jpg'
    90 
    91 compare_output = 'compare_output_datasets'
     81gauge_map = 'pt_hedland_dli_gauge.jpg'
    9282
    9383# Create sections and graphs for each designated production directory
     
    179169  \maketitle
    180170
    181   \\tableofcontents
    182 
    183171    \section{Executive Summary}
    184172    \label{sec:execsum}
    185173  \input{execsum}
     174
     175  \\tableofcontents
    186176 
    187177  \section{Introduction}
     
    197187    \input{tsunami_scenario}
    198188
     189  \section{Data sources}
     190    \label{sec:data}
     191    \input{data}
     192   
    199193   \section{Inundation model}
    200194    \label{sec:anuga}
    201195    \input{anuga}
    202196    \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}
    209199     \label{sec:results}
    210200         
     
    215205s = '\\begin{table} \\begin{center} \n'
    216206fid.write(s)
    217 s = '\caption{Defined point locations for %s study area.}' %scenario
     207s = '\caption{Defined point locations for %s study area.}' %scenario_name
    218208fid.write(s)
    219209s = """
     
    282272    \input{references}
    283273
    284     \appendix
     274    \\appendix
    285275   
    286276   \section{Metadata}
     
    288278     \input{metadata}
    289279
     280\pagebreak
     281
    290282   \section{Time series}
    291283     \label{sec:timeseries}
     
    297289
    298290s="""
     291
     292\pagebreak
     293
    299294   \section{Damage modelling inputs}
    300295     \label{sec:damageinputs}
    301296     \input{damage_inputs}
    302297
    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"""
     300fid.write(s)
  • production/pt_hedland_2006/project.py

    r3291 r3354  
    7373gauge_filename = gaugedir + 'gauge_location_port_hedland.csv'
    7474buildings_filename = gaugedir + 'pt_hedland_res.csv'
     75buildings_filename_out = 'pt_hedland_res_modified.csv'
    7576community_filename = gaugedir + 'CHINS_v2.csv'
    7677community_scenario = gaugedir + 'community_pt_hedland.csv'
Note: See TracChangeset for help on using the changeset viewer.