Ignore:
Timestamp:
Sep 25, 2008, 2:24:38 PM (16 years ago)
Author:
kristy
Message:

Updated all scripts to reflect Perth format. Also added 250m scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/busselton/export_results_all.py

    r5669 r5786  
    88
    99#time_dir = '20080815_103708_run_final_0.6_polyline_newExtent_kvanputt'
    10 time_dir = '20080815_103818_run_final_0_polyline_newExtent_kvanputt'
     10time_dir = '20080910_154939_run_final_0.6_27255_alpha0.1_kvanputt'
    1111
    1212is_parallel = False
     
    1919directory = project.output_dir
    2020name1 = directory+time_dir+sep+project.scenario_name
    21 name2 = directory+time_dir+sep+'busselton_time_38340'+sep+project.scenario_name+'_time_38340_0'
     21name2 = directory+time_dir+sep+'sww2'+sep+project.scenario_name+'_time_38460_0'
     22name3 = directory+time_dir+sep+'sww3'+sep+project.scenario_name+'_time_76920_0'
    2223
    23 names= [name1, name2]
     24names= [name1, name2, name3]
    2425for name in names:
    2526
    26     area = ['Busselton', 'Bunbury', 'Dunsborough']
     27    area = ['Busselton', 'Bunbury']
    2728
    2829    for which_area in area:
Note: See TracChangeset for help on using the changeset viewer.