Changeset 6274


Ignore:
Timestamp:
Feb 4, 2009, 2:16:22 PM (16 years ago)
Author:
kristy
Message:

updating

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/patong/export_results_max.py

    r6203 r6274  
    2020directory = project.output_dir
    2121
    22 time_dir1 = '20090106_122422_run_trial_0.8_poly_kvanputt'
    23 time_dir2 = '20090106_122015_run_trial_0.8_kvanputt'
     22time_dir1 = '20090123_150043_run_final_0.8_nobuildings_onielsen'
     23time_dir2 = '20090130_135044_run_final_0.8_buildings_onielsen'
    2424
    25 time_dirs = [time_dir1, time_dir2]
     25time_dirs = [time_dir2] #1, time_dir2]
    2626 
    2727
    28 cellsize = 20
     28cellsize = 10
    2929#cellsize = 250
    3030
    31 #timestep = None    # None means no timestep!
    32 timestep = 0
     31timestep = None    # None means no timestep!
     32#timestep = 0
    3333
    3434######
     
    3636######
    3737
    38 #area = ['CBD' ]  # strings must match keys in var_equations below
    39 area = ['All']      # 'All' means no special areas - the whole thing
     38area = ['CBD' ]  # strings must match keys in var_equations below
     39#area = ['All']      # 'All' means no special areas - the whole thing
    4040
    4141######
     
    5050
    5151# one or more key strings from var_equations above
    52 var = ['stage', 'elevation']
     52var = ['depth', 'speed']
    5353
    5454######
Note: See TracChangeset for help on using the changeset viewer.