Changeset 7305


Ignore:
Timestamp:
Jul 7, 2009, 9:16:49 AM (16 years ago)
Author:
kristy
Message:

Updated top comment area

Location:
anuga_work/production/hobart_2009/For_DVD
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/hobart_2009/For_DVD/build_elevation.py

    r7269 r7305  
    1 """Build the elevation data to run a tsunami inundation scenario
    2 for Busselton, WA, Australia.
     1"""Build the elevation data to run a tsunami inundation scenario.
    32
    43Input: elevation data from project.py
    5 Output: pts file stored in project.topographies_dir
     4Output: pts file stored in project.topographies_folder
    65The run_model.py is reliant on the output of this script.
    76
  • anuga_work/production/hobart_2009/For_DVD/get_timeseries.py

    r7269 r7305  
    11"""
    22Generate time series of nominated "gauges".
    3 Input: sww file from run_perth.py
     3Input: sww file from run_model.py
    44       gauges project.gauge_filename
    5 Output: csv files stage,speed,depth,elevation over time
    6 Stored in the 'outputs_dir' folder for respective .sww file
     5Output: csv files stage,speed,depth,elevation over time (sec)
     6Stored in the 'outputs_folder' folder for respective .sww file
    77
    88Note:
    9 Can run different sww files at the same time
    10 make sure if there is a second sww file that it is placed into a folder called sww2
    11 Can run different gauges at the same time - ie testing boundary index point
     9Will run through all .sww files in order of time within each output folder
    1210"""
    1311
  • anuga_work/production/hobart_2009/For_DVD/run_model.py

    r7269 r7305  
    1 """Run a tsunami inundation scenario for Busselton, WA, Australia.
     1"""Run a tsunami inundation scenario.
    22
    33The scenario is defined by a triangular mesh created from project.polygon, the
     
    55simulated tsunami is generated through an sts file from build_boundary.py.
    66
    7 Input: sts file (build_boundary.py for respective event)
    8        pts file (build_elevation.py)
     7Input: sts file (build_boundary.py) - found in project.event_folder
     8       pts file (build_elevation.py) - found in project.boundaries_folder
    99       information from project file
    10 Outputs: sww file stored in project.output_run_time_dir
     10Outputs: sww file stored in project.output_run
    1111The export_results_all.py and get_timeseries.py is reliant
    1212on the outputs of this script
     
    1414Ole Nielsen and Duncan Gray, GA - 2005, Jane Sexton, Nick Bartzis, GA - 2006
    1515Ole Nielsen, Jane Sexton and Kristy Van Putten - 2008
     16Ole Nielsen, Jane Sexton, Ross Wilson and Kristy Van Putten - 2009
    1617"""
    1718
Note: See TracChangeset for help on using the changeset viewer.