Changeset 5812
- Timestamp:
- Oct 2, 2008, 4:10:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/Broome_2008/build_broome.py
r5811 r5812 120 120 G_off = Geospatial_data(file_name = offshore_in_dir_name) 121 121 print'create Geospatial data8 objects from topographies' 122 G_off1 = Geospatial_data(file_name = offshore_ in_dir_name1 + '.pts')122 G_off1 = Geospatial_data(file_name = offshore_dir_name1 + '.pts') 123 123 print'create Geospatial data9 objects from topographies' 124 G_off2 = Geospatial_data(file_name = offshore_ in_dir_name2 + '.pts')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_ dir_name3 + '.pts')126 G_off3 = Geospatial_data(file_name = offshore_in_name3 + '.pts') 127 127 print'create Geospatial data10 objects from topographies' 128 G_off4 = Geospatial_data(file_name = offshore_in_ dir_name4 + '.pts')128 G_off4 = Geospatial_data(file_name = offshore_in_name4 + '.pts') 129 129 print'create Geospatial data10 objects from topographies' 130 G_off5 = Geospatial_data(file_name = offshore_in_ dir_name5 + '.pts')130 G_off5 = Geospatial_data(file_name = offshore_in_name5 + '.pts') 131 131 print'create Geospatial data10 objects from topographies' 132 G_off6 = Geospatial_data(file_name = offshore_in_ dir_name6 + '.pts')132 G_off6 = Geospatial_data(file_name = offshore_in_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.