Changeset 5813


Ignore:
Timestamp:
Oct 2, 2008, 4:15:20 PM (15 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/Broome_2008/build_broome.py

    r5812 r5813  
    124124G_off2 = Geospatial_data(file_name = offshore_dir_name2 + '.pts')
    125125print'create Geospatial data10 objects from topographies'
    126 G_off3 = Geospatial_data(file_name = offshore_in_name3 + '.pts')
     126G_off3 = Geospatial_data(file_name = offshore_dir_name3 + '.pts')
    127127print'create Geospatial data10 objects from topographies'
    128 G_off4 = Geospatial_data(file_name = offshore_in_name4 + '.pts')
     128G_off4 = Geospatial_data(file_name = offshore_dir_name4 + '.pts')
    129129print'create Geospatial data10 objects from topographies'
    130 G_off5 = Geospatial_data(file_name = offshore_in_name5 + '.pts')
     130G_off5 = Geospatial_data(file_name = offshore_dir_name5 + '.pts')
    131131print'create Geospatial data10 objects from topographies'
    132 G_off6 = Geospatial_data(file_name = offshore_in_name6 + '.pts')
     132G_off6 = Geospatial_data(file_name = offshore_dir_name6 + '.pts')
    133133print'add all geospatial objects'
    134134G = G1 + G_coast + G_off + G_off1 + G_off2 + G_off3  + G_off4 + G_off5 + G_off6
Note: See TracChangeset for help on using the changeset viewer.