Changeset 6731


Ignore:
Timestamp:
Apr 6, 2009, 5:08:06 PM (16 years ago)
Author:
myall
Message:

redoing events and exporting results

Location:
anuga_work/production/australia_ph2
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/broome/project.py

    r6672 r6731  
    3535
    3636# index is only used when wave = Tb
    37 index = 1693            # index from the PTHA - Y2000 5.4259m
     37##index = 1693            # index from the PTHA - Y2000 5.4259m
     38index = 1661            # index from the PTHA - TO DO
     39
    3840wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    3941
  • anuga_work/production/australia_ph2/darwin/project.py

    r6672 r6731  
    3737
    3838# index is only used when wave = Tb
    39 index = 1833            # index from the PTHA - 1 in 2000 wave height = 0.64m
    40 ##index = 1860            # index from the PTHA - 1 in 2000 wave height = 1.32m - large wave from Timor
     39index = 1830            # index from the PTHA - Y2000 for pt1833 wave height = 0.64m
     40##index = 1860            # index from the PTHA - Y2000 for pt 1860 = 1.32m - large wave from Timor
    4141wave = 'Bf'             # Bf (sts wave) Tb (index wave)
    4242
     
    9090# Used in build_elevation.py
    9191# Format for points easting,northing (no header)
    92 bounding_polygon_filename = 'bounding_polygon_darwin2.csv'
    93 bounding_polygon_maxarea = 125000 # 100000
     92bounding_polygon_filename = 'bounding_polygon.csv'
     93bounding_polygon_maxarea = 100000
    9494
    9595# INTERIOR REGIONS -  for designing the mesh
     
    9797# Format for points easting,northing (no header)                   
    9898#interior_regions_data = []
    99 interior_regions_data = [['poly_island.csv',200000000]]  # large triangles on island
     99interior_regions_data = [] #[['poly_island.csv',200000000]]  # large triangles on island
    100100
    101101# add an internal polygon to force different mesh generation
     
    132132# Landward bounding points
    133133# Format easting,northing (no header)
    134 landward_boundary_filename = 'landward_boundary_darwin.csv'
     134landward_boundary_filename = 'landward_boundary.csv'
    135135
    136136# MUX input filename.
  • anuga_work/production/australia_ph2/sydney/project.py

    r6715 r6731  
    9393# Used in get_timeseries.py. 
    9494# Format easting,northing,name,elevation (with header)
    95 gauges_filename = 'MH_gauges_10m.csv' #'gauges.csv'
     95gauges_filename = 'MH_gauges_10m2.csv' #'gauges.csv'
    9696
    9797# BUILDINGS EXPOSURE - for identifying inundated houses
  • anuga_work/production/australia_ph2/wyndham/project.py

    r6617 r6731  
    3737
    3838# index is only used when wave = Tb
    39 index = 1823            # index from the PTHA - 1 in 2000 wave height = 0.452m
     39index = 1823            # index from the PTHA - Y2000 = 0.452m
    4040wave = 'Bf'             # Bf (sts wave) Tb (index wave)
    4141
Note: See TracChangeset for help on using the changeset viewer.