Changeset 6532 for anuga_work/production/australia_ph2/darwin
- Timestamp:
- Mar 17, 2009, 3:11:55 PM (16 years ago)
- Location:
- anuga_work/production/australia_ph2/darwin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/darwin/export_results_max.py
r6461 r6532 22 22 directory = project.output_folder 23 23 24 time_dir1 = '20090 130_165532_run_final_0.6_27255_extend_dt_kvanputt'25 ##time_dir2 = ' '26 ##time_dir3 = ' '27 ##time_dir4 = ' '24 time_dir1 = '20090316_120226_run_final_0_17898_1833_Bf_mhingee' 25 ##time_dir2 = '20090316_120344_run_final_0_64977_1833_Bf_mhingee' 26 ##time_dir3 = '20090316_120457_run_final_0_70906_1833_Bf_mhingee' 27 ##time_dir4 = '20090316_120558_run_final_0_71261_1833_Bf_mhingee' 28 28 ##time_dir5 = '' 29 29 ##time_dir6 = '' 30 ## 30 ##time_dir7 = '' 31 ##time_dir8 = '' 31 32 time_dirs = [time_dir1] #5, time_dir4]# , time_dir4, time_dir5, time_dir6] 32 33 -
anuga_work/production/australia_ph2/darwin/project.py
r6502 r6532 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 52 # specify zone of model 30 event_number = 7 0906# the event number or the mux file name30 event_number = 71261 # the event number or the mux file name 31 31 # contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal), 32 32 # 71261 (Timor_OTF) … … 38 38 # index is only used when wave = Tb 39 39 index = 1833 # index from the PTHA - 1 in 2000 wave height = 0.64m 40 wave = 'Tb' # Bf (sts wave) Tb (index wave) 40 ##index = 1860 # index from the PTHA - 1 in 2000 wave height = 1.32m 41 wave = 'Bf' # Bf (sts wave) Tb (index wave) 41 42 42 43 setup = 'final' # This can be one of three values … … 44 45 # basic - coarse mesh 45 46 # final - fine mesh, slowest 47 48 # OLD - for when darwin and wyndham were combined: 49 ##index = 1833 # index from the PTHA - 1 in 2000 wave height = 0.64m 50 # contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal), 51 # 71261 (Timor_OTF) 46 52 47 53 #------------------------------------------------------------------------------- … … 68 74 69 75 # Format for point is x,y,elevation (with header) 70 point_filenames = ['darwin_grid250m.txt' ,76 point_filenames = ['darwin_grid250m.txt'] 71 77 'derby_grid250m.txt'] # 250m grid 2005 72 78 -
anuga_work/production/australia_ph2/darwin/run_model.py
r6511 r6532 93 93 # 4 points equals 5 segments start at N 94 94 boundary_tags={'back': range(num_ocean_segments+1, 95 num_ocean_segments+num_land_points ),95 num_ocean_segments+num_land_points-1), 96 96 'side': [num_ocean_segments, 97 num_ocean_segments+num_land_points-1, # 2 side segs 97 98 num_ocean_segments+num_land_points], 98 99 'ocean': range(num_ocean_segments)}
Note: See TracChangeset
for help on using the changeset viewer.