Changeset 6476
- Timestamp:
- Mar 10, 2009, 9:29:00 AM (16 years ago)
- Location:
- anuga_work/production/australia_ph2
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/ceduna/project.py
r6468 r6476 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 53 # specify zone of model 30 event_number = 64448# the event number or the mux file name30 event_number = 27347 # the event number or the mux file name 31 31 # ceduna: 27347 (Java), 64448 (sandwich), 58331 (Puysegur) 32 32 # other possible sources: … … 37 37 friction=0.01 # manning's friction coefficient 38 38 starttime=0 # start time for simulation 39 finaltime= 1000 # final time for simulation39 finaltime=80000 # final time for simulation 40 40 41 41 # index is only used when wave = Tb … … 224 224 mux_input = join(event_folder, mux_input_filename) 225 225 226 # sts gauge with desired index number - used for wave 'Tb' 226 227 boundary_csv = join(event_folder, 'sts_gauge_' + str(index) +'.csv') 227 228 -
anuga_work/production/australia_ph2/ceduna/run_model.py
r6460 r6476 160 160 161 161 elif project.wave == 'Tb': 162 Tb = Time_boundary(domain,f,default_boundary=Bd ) 162 Tb = Time_boundary(domain,f,default_boundary=Bd, 163 verbose=True) 163 164 164 165 domain.set_boundary({'back': Br, -
anuga_work/production/australia_ph2/darwin/project.py
r6461 r6476 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 52 # specify zone of model 30 event_number = 17890 # the event number or the mux file name 30 event_number = 71261 # the event number or the mux file name 31 # contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal), 32 # 71261 (Timor_OTF) 31 33 alpha = 0.1 # smoothing parameter for mesh 32 34 friction=0.01 # manning's friction coefficient … … 35 37 36 38 # index is only used when wave = Tb 37 index = 1 203 # index from the PTHA39 index = 1833 # index from the PTHA - 1 in 2000 wave height = 0.64m 38 40 wave = 'Tb' # Bf (sts wave) Tb (index wave) 39 41 … … 220 222 mux_input = join(event_folder, mux_input_filename) 221 223 224 # sts gauge with desired index number - used for wave 'Tb' 225 boundary_csv = join(event_folder, 'sts_gauge_' + str(index) +'.csv') -
anuga_work/production/australia_ph2/darwin/run_model.py
r6461 r6476 160 160 161 161 elif project.wave == 'Tb': 162 Tb = Time_boundary(domain,f,default_boundary=Bd ) 162 Tb = Time_boundary(domain,f,default_boundary=Bd, 163 verbose=True) 163 164 164 165 domain.set_boundary({'back': Br, -
anuga_work/production/australia_ph2/esperance/project.py
r6460 r6476 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 51 # specify zone of model 30 event_number = 27255 # the event number or the mux file name 30 event_number = 27329 # the event number or the mux file name 31 # 7858 (altiplano), 27329 (java), 31951 (kermandec), 46483 (midamerica), 32 # 53960 (Puna), 57616 (peru), 58367 (puysegur), 64449 (sandwich), 65356 (shetland) 31 33 alpha = 0.1 # smoothing parameter for mesh 32 34 friction=0.01 # manning's friction coefficient 33 35 starttime=0 # start time for simulation 34 finaltime= 1000 # final time for simulation36 finaltime=80000 # final time for simulation 35 37 36 38 # index is only used when wave = Tb 37 index = 1 203# index from the PTHA39 index = 1699 # index from the PTHA 38 40 wave = 'Tb' # Bf (sts wave) Tb (index wave) 39 41 … … 220 222 mux_input = join(event_folder, mux_input_filename) 221 223 224 # sts gauge with desired index number - used for wave 'Tb' 225 boundary_csv = join(event_folder, 'sts_gauge_' + str(index) +'.csv') -
anuga_work/production/australia_ph2/esperance/run_model.py
r6460 r6476 160 160 161 161 elif project.wave == 'Tb': 162 Tb = Time_boundary(domain,f,default_boundary=Bd ) 163 162 Tb = Time_boundary(domain,f,default_boundary=Bd, 163 verbose=True) 164 164 165 domain.set_boundary({'back': Br, 165 166 'side': Bd, -
anuga_work/production/australia_ph2/eucla_motel/project.py
r6460 r6476 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 52 # specify zone of model 30 event_number = 65371 # the event number or the mux file name 30 event_number = 64449 # the event number or the mux file name 31 # sources: 64449 (sandwich), 68755 (sumatra), 58332 (Puysegur) 32 # others: 7859 (altiplano), 11016 (andaman), 17017 (columbia), 27252 (java), 46699 (midamerica) 33 # 53961 (puna), 57582 (peru), 58332 (Puysegur), 64449 (sandwich), 68755 (sumatra) 31 34 alpha = 0.1 # smoothing parameter for mesh 32 35 friction=0.01 # manning's friction coefficient 33 36 starttime=0 # start time for simulation 34 finaltime= 1000 # final time for simulation37 finaltime=80000 # final time for simulation 35 38 36 39 # index is only used when wave = Tb 37 index = 1 203# index from the PTHA40 index = 1837 # index from the PTHA 38 41 wave = 'Tb' # Bf (sts wave) Tb (index wave) 39 42 … … 219 222 mux_input = join(event_folder, mux_input_filename) 220 223 224 # sts gauge with desired index number - used for wave 'Tb' 225 boundary_csv = join(event_folder, 'sts_gauge_' + str(index) +'.csv') -
anuga_work/production/australia_ph2/eucla_motel/run_model.py
r6460 r6476 160 160 161 161 elif project.wave == 'Tb': 162 Tb = Time_boundary(domain,f,default_boundary=Bd ) 162 Tb = Time_boundary(domain,f,default_boundary=Bd, 163 verbose=True) 163 164 164 165 domain.set_boundary({'back': Br, -
anuga_work/production/australia_ph2/hobart/project.py
r6460 r6476 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 55 # specify zone of model 30 event_number = 58364 # the event number or the mux file name 30 31 31 alpha = 0.1 # smoothing parameter for mesh 32 32 friction=0.01 # manning's friction coefficient 33 33 starttime=0 # start time for simulation 34 finaltime= 1000 # final time for simulation34 finaltime=80000 # final time for simulation 35 35 36 36 # index is only used when wave = Tb 37 index = 1203 # index from the PTHA38 37 wave = 'Tb' # Bf (sts wave) Tb (index wave) 38 # for melbourne (west) side: 39 event_number = 58349 # the event number or the mux file name 40 # contributing sources: 41 # 51328 (newhebrides), 58349 (puysegur), 64535 (sandwich) 42 # other possible: 31966 (kermandec), 65350 (shetland) 43 index = 1983 # index from the PTHA - west side, close to melbourne; 1983 has 1 in 2000 wave height 0.534m 44 45 # for east, Hobart, side - point opposite hobart 46 ##event_number = 51202 # the event number or the mux file name 47 # contributing events: 64434 (sandwich), 58117 (puysegur), 51202 (new hebrides) 48 # Others: 31899 (kermandec), 46657 (midamerica), 57586 (peru), 49 ##index = 2473 # index from PTHA - east, opposite Hobart; 1.112m for 1 in 2000 39 50 40 51 setup = 'final' # This can be one of three values … … 220 231 mux_input = join(event_folder, mux_input_filename) 221 232 233 # sts gauge with desired index number - used for wave 'Tb' 234 boundary_csv = join(event_folder, 'sts_gauge_' + str(index) +'.csv')
Note: See TracChangeset
for help on using the changeset viewer.