Changeset 6692


Ignore:
Timestamp:
Apr 1, 2009, 5:02:12 PM (15 years ago)
Author:
myall
Message:

adding melbourne phase 2

running get timeseries for latest WA models

Location:
anuga_work/production
Files:
13 added
3 edited

Legend:

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

    r6678 r6692  
    103103# Used in get_timeseries.py. 
    104104# Format easting,northing,name,elevation (with header)
    105 gauges_filename = 'gauges.csv'
     105gauges_filename = 'MH_gauges.csv'
    106106
    107107# BUILDINGS EXPOSURE - for identifying inundated houses
  • anuga_work/production/carnarvon/carnarvon_rerun/project.py

    r6681 r6692  
    9898# Used in get_timeseries.py. 
    9999# Format easting,northing,name,elevation (with header)
    100 gauges_filename = 'MH_gauges_deep.csv' #'carnarvon.csv'
     100gauges_filename = 'MH_gauges.csv' #'carnarvon.csv'
    101101gauges_filename2 = 'thinned_MGA50.csv'
    102102
  • anuga_work/production/geraldton/geraldton_rerun/project.py

    r6682 r6692  
    105105#gauges_filename = 'MH_gauges.csv'
    106106gauges_filename = 'nick_geraldton_gauges.csv'
     107gauges_myall_filename = 'MH_gauges.csv'
    107108
    108109# BUILDINGS EXPOSURE - for identifying inundated houses
     
    244245    gauges = join(gauges_folder, gauges_filename)       
    245246
     247if gauges_myall_filename:
     248    gauges_myall = join(gauges_folder, gauges_myall_filename) 
     249
    246250# The absolute pathname for the building file
    247251# Used for run_building_inundation.py
Note: See TracChangeset for help on using the changeset viewer.