Ignore:
Timestamp:
Feb 24, 2009, 9:18:06 AM (16 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

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

    r6274 r6390  
    2020directory = project.output_dir
    2121
    22 time_dir1 = '20090123_150043_run_final_0.8_nobuildings_onielsen'
    23 time_dir2 = '20090130_135044_run_final_0.8_buildings_onielsen'
     22time_dir1 = '20090213_142042_run_final_0.8_buildings_onielsen'
     23#time_dir2 = '20090204_143421_run_final_0.8_buildings_transmissive_onielsen'
    2424
    25 time_dirs = [time_dir2] #1, time_dir2]
     25time_dirs = [time_dir1]#, time_dir2]
    2626 
    2727
    28 cellsize = 10
    29 #cellsize = 250
     28#cellsize = 10
     29cellsize = 250
    3030
    31 timestep = None    # None means no timestep!
    32 #timestep = 0
     31#timestep = None    # None means no timestep!
     32timestep = 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
     38#area = ['CBD' ]  # strings must match keys in var_equations below
     39area = ['All']      # 'All' means no special areas - the whole thing
    4040
    4141######
     
    5050
    5151# one or more key strings from var_equations above
    52 var = ['depth', 'speed']
     52var = ['elevation']
    5353
    5454######
Note: See TracChangeset for help on using the changeset viewer.