Changeset 7294


Ignore:
Timestamp:
Jul 3, 2009, 1:32:49 PM (14 years ago)
Author:
kristy
Message:

Updated file for DVD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/hobart_2009/For_DVD/export_results_max.py

    r7269 r7294  
    2626time_dirs = [time_dir1, time_dir2]
    2727
    28 # sww file name extentions ie. hobart_time_17640_0.sww, input into list 17640
     28# sww filename extensions ie. hobart_time_17640_0.sww, input into list 17640
    2929# make sure numbers are in sequential order
    3030times = [17640, 35280]
     
    4747#area = ['All']     
    4848
     49# one or more key strings from var_equations below
     50var = ['depth', 'speed']
     51
    4952######
    5053# Define allowed variable names and associated equations to generate values.
     
    5760                 'elevation': 'elevation' }
    5861
    59 # one or more key strings from var_equations above
    60 var = ['depth', 'speed']
    6162
    6263######
    63 # Start running the various conversions we require.
     64# Start script, running through variables, area, folder, sww file (determine by times)
     65# Then creates a maximum asci if there is more than one sww file
    6466######
     67
    6568for which_var in var:
    6669    if which_var not in var_equations:
     
    8588
    8689        for time_dir in time_dirs:
    87             #
    8890            names = [join(directory, time_dir, project.scenario_name)]
    8991            for time in times:
Note: See TracChangeset for help on using the changeset viewer.