Changeset 5796


Ignore:
Timestamp:
Sep 30, 2008, 1:03:02 PM (16 years ago)
Author:
kristy
Message:
 
Location:
anuga_work/production
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/busselton/project.py

    r5792 r5796  
    108108coast_name1 = 'Busselton_BeachSurvey.txt'
    109109# bathymetry: format x,y,elevation (with title)
    110 offshore_name = 'Busselton_NavyFinal'
    111 offshore_name1 = 'Busselton_Chart'
    112 offshore_name2 = 'Busselton_Digitised'
    113 offshore_name3 = 'Busselton_250m' # for areas that were heading to zero - 2005 Bathymetry grid
    114 offshore_name4 = 'Bunbury_TIN' # for area within Bunbury 500 mesh less than zero generated from TIN
    115 offshore_name5 = 'Busselton_TIN' # for area within Busselton 500 mesh less than zero generated from TIN
     110offshore_name = 'Busselton_NavyFinal.txt'
     111offshore_name1 = 'Busselton_Chart.txt'
     112offshore_name2 = 'Busselton_Digitised.txt'
     113offshore_name3 = 'Busselton_250m.txt' # for areas that were heading to zero - 2005 Bathymetry grid
     114offshore_name4 = 'Bunbury_TIN.txt' # for area within Bunbury 500 mesh less than zero generated from TIN
     115offshore_name5 = 'Busselton_TIN.txt' # for area within Busselton 500 mesh less than zero generated from TIN
    116116
    117117# gauges - used in get_timeseries.py
     
    123123# Check the run_busselton.py for boundary_tags
    124124# thinned ordering file from Hazard Map: format is index,latitude,longitude (with title)
    125 order_filename = 'thinned_boundary_ordering.txt'
     125order_filename = 'thinned_boundary_ordering.csv'
    126126#landward bounding points
    127 landward = 'landward_bounding_polygon.txt'
     127landward = 'landward_bounding_polygon.csv'
    128128
    129129#------------------------------------------------------------------------------
  • anuga_work/production/carnarvon/project.py

    r5790 r5796  
    100100# Check the run_carnarvon.py for boundary_tags
    101101# thinned ordering file from Hazard Map: format is index,latitude,longitude (with title)
    102 order_filename = 'thinned_boundary_ordering.txt'
     102order_filename = 'thinned_boundary_ordering.csv'
    103103#landward bounding points
    104 landward = 'landward_bounding_polygon.txt'
     104landward = 'landward_bounding_polygon.csv'
    105105
    106106#------------------------------------------------------------------------------
  • anuga_work/production/geraldton/project.py

    r5789 r5796  
    103103# Check the run_geraldton.py for boundary_tags
    104104# thinned ordering file from Hazard Map: format is index,latitude,longitude (with title)
    105 order_filename = 'thinned_boundary_ordering.txt'
     105order_filename = 'thinned_boundary_ordering.csv'
    106106#landward bounding points
    107 landward = 'landward_bounding_polygon.txt'
     107landward = 'landward_bounding_polygon.csv'
    108108
    109109#------------------------------------------------------------------------------
  • anuga_work/production/perth/project.py

    r5783 r5796  
    106106# Check the run_perth.py for boundary_tags
    107107# thinned ordering file from Hazard Map: format is index,latitude,longitude (with title)
    108 order_filename = 'thinned_boundary_ordering.txt'
     108order_filename = 'thinned_boundary_ordering.csv'
    109109#landward bounding points
    110 landward = 'landward_bounding_polygon.txt'
     110landward = 'landward_bounding_polygon.csv'
    111111
    112112#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.