Changeset 7611 for misc/tools/event_selection/find_fault/find_fault.py
- Timestamp:
- Jan 22, 2010, 3:52:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/tools/event_selection/find_fault/find_fault.py
r7378 r7611 7 7 8 8 9 search_dist = 0.75# radius in degrees to search9 search_dist = 2.0 # radius in degrees to search 10 10 11 11 # List coordinates to search for 12 MaxLon = 120.260513 MinLon = 113.740214 MaxLat = - 9.465315 MinLat = - 11.273212 MaxLon = 99.8 13 MinLon = 97.9 14 MaxLat = -0.6 15 MinLat = -2.7 16 16 17 17 # Specify input Folder 18 inDir = r'/nas/gemd/georisk _models/inundation/data/western_australia/broome_tsunami_scenario_2009/anuga/boundaries/Results_Australia_1629_0.01_15.00/'19 inFile = 'fault.xy'20 #inFile = 'fault.txt'18 inDir = r'/nas/gemd/georisk/presentations/tsunamis/FESA_Dec09_Workshop/Results_Australia_1032_0.01_15.00/' 19 #inFile = 'fault.xy' 20 inFile = 'fault.txt' 21 21 inFilePath = file(inDir + inFile) 22 22
Note: See TracChangeset
for help on using the changeset viewer.