Changeset 6741
- Timestamp:
- Apr 7, 2009, 2:00:05 PM (16 years ago)
- Location:
- anuga_work/production/australia_ph2
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/carnarvon/Arc_asc2raster_GDA94z50.py
r6715 r6741 25 25 output_dir="anuga\\outputs\\" 26 26 27 ##time_dir1 = '20090324_150124_run_final_0_27285_109_Bf_mhingee'27 time_dir1 = '20090324_150124_run_final_0_27285_109_Bf_mhingee' 28 28 time_dir2 = '20090324_161452_run_final_0_27285_109_Tb_mhingee' 29 29 -
anuga_work/production/australia_ph2/carnarvon/get_timeseries.py
r6730 r6741 19 19 directory = project.output_folder 20 20 21 ##time_dir1 = '20090324_150124_run_final_0_27285_109_Bf_mhingee'21 time_dir1 = '20090324_150124_run_final_0_27285_109_Bf_mhingee' 22 22 time_dir2 = '20090324_161452_run_final_0_27285_109_Tb_mhingee' 23 23 -
anuga_work/production/australia_ph2/darwin/project.py
r6731 r6741 34 34 friction=0.01 # manning's friction coefficient 35 35 starttime=0 # start time for simulation 36 finaltime= 80000 # final time for simulation36 finaltime=1000 # final time for simulation 37 37 38 38 # index is only used when wave = Tb 39 index = 18 30# index from the PTHA - Y2000 for pt1833 wave height = 0.64m39 index = 1829 # index from the PTHA - Y2000 for pt1833 wave height = 0.64m 40 40 ##index = 1860 # index from the PTHA - Y2000 for pt 1860 = 1.32m - large wave from Timor 41 wave = ' Bf' # Bf (sts wave) Tb (index wave)42 43 setup = ' final' # This can be one of three values41 wave = 'Tb' # Bf (sts wave) Tb (index wave) 42 43 setup = 'trial' # This can be one of three values 44 44 # trial - coarsest mesh, fast 45 45 # basic - coarse mesh -
anuga_work/production/australia_ph2/sydney/Arc_asc2raster_GDA94z56.py
r6596 r6741 25 25 output_dir = "anuga\\outputs\\" 26 26 27 ##time_dir1 = '20081209_155431_run_final_0_27255_250m_none_lfountai'27 time_dir1 = '20090331_150428_run_final_0_58152_2956_Tb_lfountai' 28 28 ##time_dir2 = '20081210_100528_run_final_0_68693_250m_none_kvanputt' 29 29 ##time_dirs = [time_dir1, time_dir2] 30 30 31 time_dir1 = '20090311_145740_run_final_0_58152_2956_Tb_jgriffin'31 ##time_dir1 = '20090311_145740_run_final_0_58152_2956_Tb_jgriffin' 32 32 ##time_dir2 = '20090311_145828_run_final_0_58152_2956_Bf_jgriffin' 33 33 ##time_dir3 = '20090313_154712_run_final_0_58222_2956_Bf_jgriffin' … … 62 62 63 63 generate_filename = [] 64 input_ascii = glob.glob(folder + '* stage_max.asc')64 input_ascii = glob.glob(folder + '*.asc') 65 65 print time_dir 66 66 -
anuga_work/production/australia_ph2/sydney/get_timeseries.py
r6715 r6741 30 30 ##time_dir6 = '20090311_145740_run_final_0_58152_2956_Tb_jgriffin' 31 31 32 time_dirs = [time_dir 1, time_dir2]32 time_dirs = [time_dir2] 33 33 34 34 for time_dir in time_dirs:
Note: See TracChangeset
for help on using the changeset viewer.