Changeset 5850


Ignore:
Timestamp:
Oct 21, 2008, 8:59:14 AM (16 years ago)
Author:
Leharne
Message:

updated export script to include the 250m bathy comparisons for Phase 2 hazard map

File:
1 edited

Legend:

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

    r5819 r5850  
    2020directory = project.output_dir
    2121
    22 time_dir1 = '20080815_103336_run_final_0.6_polyline_alpha0.1_kvanputt'
    23 time_dirs = [time_dir1]
     22
     23time_dir1 = '20080924_123601_run_final_0_27283_250m_none_kvanputt' # This uses the 250m bathymetry without any interior polygons
     24time_dir2 = '20080924_123626_run_final_0_27283_250m_all_kvanputt' # This uses the 250m bathymetry with all interior polygons
     25time_dir3 = '20080912_154716_run_final_0_27283_alpha0.1_kvanputt' # This uses original bathyemetry data
     26
     27time_dirs = [time_dir1, time_dir2, time_dir3]
    2428
    2529#cellsize = 20
    26 cellsize = 25
     30cellsize = 250
    2731
    2832timestep = None    # None means no timestep!
     
    3236# Set the special areas of interest.  If none, do: area='All'
    3337######
    34 area = ['Fremantle']  # strings must match keys in var_equations below
    35 #area = ['All']      # 'All' means no special areas - the whole thing
     38#area = ['Geordie', 'Sorrento', 'Fremantle', 'Rockingham']  # strings must match keys in var_equations below
     39area = ['All']      # 'All' means no special areas - the whole thing
    3640
    3741######
     
    4650
    4751# one or more key strings from var_equations above
    48 var = ['momentum']
     52var = ['stage', 'elevation']
    4953
    5054######
     
    5357for time_dir in time_dirs:
    5458    name1 = directory+time_dir+sep+project.scenario_name
    55     name2 = directory+time_dir+sep+project.scenario_name+'_time_39900_0' #need to get assistance on how to make this into anything
    56     names = [name1,name2]
     59#    name2 = directory+time_dir+sep+'sww2'+sep+project.scenario_name+'_time_39900_0' #need to get assistance on how to make this into anything
     60    names = [name1]
    5761   
    5862    for name in names:
Note: See TracChangeset for help on using the changeset viewer.