Changeset 5813
- Timestamp:
- Oct 2, 2008, 4:15:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/Broome_2008/build_broome.py
r5812 r5813 124 124 G_off2 = Geospatial_data(file_name = offshore_dir_name2 + '.pts') 125 125 print'create Geospatial data10 objects from topographies' 126 G_off3 = Geospatial_data(file_name = offshore_ in_name3 + '.pts')126 G_off3 = Geospatial_data(file_name = offshore_dir_name3 + '.pts') 127 127 print'create Geospatial data10 objects from topographies' 128 G_off4 = Geospatial_data(file_name = offshore_ in_name4 + '.pts')128 G_off4 = Geospatial_data(file_name = offshore_dir_name4 + '.pts') 129 129 print'create Geospatial data10 objects from topographies' 130 G_off5 = Geospatial_data(file_name = offshore_ in_name5 + '.pts')130 G_off5 = Geospatial_data(file_name = offshore_dir_name5 + '.pts') 131 131 print'create Geospatial data10 objects from topographies' 132 G_off6 = Geospatial_data(file_name = offshore_ in_name6 + '.pts')132 G_off6 = Geospatial_data(file_name = offshore_dir_name6 + '.pts') 133 133 print'add all geospatial objects' 134 134 G = 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.