Changeset 7146


Ignore:
Timestamp:
Jun 2, 2009, 2:26:59 PM (15 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

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

    r7082 r7146  
    3838
    3939######
    40 # Set the special areas of interest.  If none, do: area='All'
     40# Set the special areas of interest.  If none, do: area=['All']
    4141######
    4242
    43 area = ['Hobart', 'NW', 'South']  # strings must match keys in var_equations below
     43area = ['Hobart', 'NW', 'South'] 
    4444#area = ['All']      # 'All' means no special areas - the whole thing
    4545
     
    5555
    5656# one or more key strings from var_equations above
    57 var = ['speed']
     57var = ['depth', 'speed']
    5858
    5959######
Note: See TracChangeset for help on using the changeset viewer.