Changeset 6741


Ignore:
Timestamp:
Apr 7, 2009, 2:00:05 PM (16 years ago)
Author:
myall
Message:
 
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  
    2525output_dir="anuga\\outputs\\"
    2626
    27 ##time_dir1 = '20090324_150124_run_final_0_27285_109_Bf_mhingee'
     27time_dir1 = '20090324_150124_run_final_0_27285_109_Bf_mhingee'
    2828time_dir2 = '20090324_161452_run_final_0_27285_109_Tb_mhingee'
    2929
  • anuga_work/production/australia_ph2/carnarvon/get_timeseries.py

    r6730 r6741  
    1919directory = project.output_folder
    2020
    21 ##time_dir1 = '20090324_150124_run_final_0_27285_109_Bf_mhingee'
     21time_dir1 = '20090324_150124_run_final_0_27285_109_Bf_mhingee'
    2222time_dir2 = '20090324_161452_run_final_0_27285_109_Tb_mhingee'
    2323
  • anuga_work/production/australia_ph2/darwin/project.py

    r6731 r6741  
    3434friction=0.01           # manning's friction coefficient
    3535starttime=0             # start time for simulation
    36 finaltime=80000          # final time for simulation
     36finaltime=1000          # final time for simulation
    3737
    3838# index is only used when wave = Tb
    39 index = 1830            # index from the PTHA - Y2000 for pt1833 wave height = 0.64m
     39index = 1829            # index from the PTHA - Y2000 for pt1833 wave height = 0.64m
    4040##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 values
     41wave = 'Tb'             # Bf (sts wave) Tb (index wave)
     42
     43setup = 'trial'         # This can be one of three values
    4444                        #    trial - coarsest mesh, fast
    4545                        #    basic - coarse mesh
  • anuga_work/production/australia_ph2/sydney/Arc_asc2raster_GDA94z56.py

    r6596 r6741  
    2525output_dir = "anuga\\outputs\\"
    2626
    27 ##time_dir1 = '20081209_155431_run_final_0_27255_250m_none_lfountai'
     27time_dir1 = '20090331_150428_run_final_0_58152_2956_Tb_lfountai'
    2828##time_dir2 = '20081210_100528_run_final_0_68693_250m_none_kvanputt'
    2929##time_dirs = [time_dir1, time_dir2]
    3030
    31 time_dir1 = '20090311_145740_run_final_0_58152_2956_Tb_jgriffin'
     31##time_dir1 = '20090311_145740_run_final_0_58152_2956_Tb_jgriffin'
    3232##time_dir2 = '20090311_145828_run_final_0_58152_2956_Bf_jgriffin'
    3333##time_dir3 = '20090313_154712_run_final_0_58222_2956_Bf_jgriffin'
     
    6262
    6363    generate_filename = []
    64     input_ascii = glob.glob(folder + '*stage_max.asc')
     64    input_ascii = glob.glob(folder + '*.asc')
    6565    print time_dir
    6666
  • anuga_work/production/australia_ph2/sydney/get_timeseries.py

    r6715 r6741  
    3030##time_dir6 = '20090311_145740_run_final_0_58152_2956_Tb_jgriffin'
    3131
    32 time_dirs = [time_dir1, time_dir2]
     32time_dirs = [time_dir2]
    3333
    3434for time_dir in time_dirs:
Note: See TracChangeset for help on using the changeset viewer.