Changeset 5829
- Timestamp:
- Oct 9, 2008, 5:57:31 PM (16 years ago)
- Location:
- anuga_work/production
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/build_busselton.py
r5786 r5829 87 87 # create coastal and offshore pts files 88 88 print'create Geospatial data2 objects from topographies' 89 G 3= Geospatial_data(file_name = coast_in_dir_name)89 G2 = Geospatial_data(file_name = coast_in_dir_name) 90 90 print'create Geospatial data3 objects from topographies' 91 G 4= Geospatial_data(file_name = coast_in_dir_name1)91 G3 = Geospatial_data(file_name = coast_in_dir_name1) 92 92 print'create Geospatial data4 objects from topographies' 93 93 G_off = Geospatial_data(file_name = offshore_in_dir_name) -
anuga_work/production/busselton/project.py
r5828 r5829 43 43 # Model specific parameters. One or all can be changed each time the 44 44 # run_scenario script is executed 45 tide = 0 #0.645 tide = 0.6 #0.6 46 46 #event_number = 27255 # Java 9.3 worst case for Perth 47 47 event_number = 68693 # Sumatra 9.2 -
anuga_work/production/geraldton/project.py
r5828 r5829 43 43 # Model specific parameters. One or all can be changed each time the 44 44 # run_scenario script is executed 45 tide = 0 #0.645 tide = 0.6 #0.6 46 46 #event_number = 27255 # Java 9.3 worst case for Perth 47 47 event_number = 68693 # Sumatra 9.2 -
anuga_work/production/perth/project.py
r5828 r5829 190 190 191 191 #Land, to set the initial stage/water to be offcoast only 192 poly_mainland = read_polygon(polygons_dir+'initial_condition.csv') 192 poly_mainland_N = read_polygon(polygons_dir+'initial_conditions_N.csv') 193 194 #Land, to set the initial stage/water to be offcoast only 195 poly_mainland_S = read_polygon(polygons_dir+'initial_conditions_S.csv') 196 197 #Island, to set the initial stage/water to be offcoast only 198 poly_island1 = read_polygon(polygons_dir+'initial_conditions_rottnest.csv') 199 200 #Island, to set the initial stage/water to be offcoast only 201 poly_island2 = read_polygon(polygons_dir+'initial_conditions_garden.csv') 193 202 194 203 # Initial bounding polygon for data clipping
Note: See TracChangeset
for help on using the changeset viewer.