Changeset 6864
- Timestamp:
- Apr 21, 2009, 5:30:16 PM (14 years ago)
- Location:
- anuga_work/production/australia_ph2
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/adelaide/project.py
r6792 r6864 54 54 55 55 56 internal_polygon = False56 internal_polygon = True 57 57 58 58 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/albany/project.py
r6772 r6864 51 51 52 52 53 internal_polygon = False53 internal_polygon = True 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/broome/project.py
r6772 r6864 51 51 52 52 53 internal_polygon = False53 internal_polygon = True 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/ceduna/project.py
r6858 r6864 56 56 57 57 58 internal_polygon = False58 internal_polygon = True 59 59 60 60 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/derby/project.py
r6777 r6864 51 51 52 52 53 internal_polygon = False53 internal_polygon = True 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/esperance/project.py
r6772 r6864 51 51 52 52 53 internal_polygon = False53 internal_polygon = True 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/eucla_motel/project.py
r6772 r6864 51 51 52 52 53 internal_polygon = False53 internal_polygon = True 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/geraldton/project.py
r6801 r6864 51 51 52 52 53 internal_polygon = False53 internal_polygon = True 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/gold_coast/project.py
r6776 r6864 54 54 55 55 56 internal_polygon = False56 internal_polygon = True 57 57 58 58 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/onslow/project.py
r6802 r6864 51 51 52 52 53 internal_polygon = False53 internal_polygon = True 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/perth/project.py
r6803 r6864 32 32 event_number = int(sys.argv[1]) 33 33 else: 34 event_number = 26978# the event number or the mux file name35 36 event_number_list = [64479, 70921] # , 26978] #To piggy back multiple events34 event_number = 64479 # the event number or the mux file name 35 36 event_number_list = [64479, 70921] # To piggy back multiple events 37 37 38 38 tide = 0 # difference between MSL and HAT … … 51 51 52 52 53 internal_polygon = False53 internal_polygon = True 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/portland/project.py
r6772 r6864 51 51 52 52 53 internal_polygon = False53 internal_polygon = True 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/strahan/project.py
r6772 r6864 51 51 52 52 53 internal_polygon = False53 internal_polygon = True 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/sydney/project.py
r6775 r6864 54 54 55 55 56 internal_polygon = False56 internal_polygon = True 57 57 58 58 #-------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.