Changeset 7146
- Timestamp:
- Jun 2, 2009, 2:26:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2009/export_results_max.py
r7082 r7146 38 38 39 39 ###### 40 # Set the special areas of interest. If none, do: area= 'All'40 # Set the special areas of interest. If none, do: area=['All'] 41 41 ###### 42 42 43 area = ['Hobart', 'NW', 'South'] # strings must match keys in var_equations below43 area = ['Hobart', 'NW', 'South'] 44 44 #area = ['All'] # 'All' means no special areas - the whole thing 45 45 … … 55 55 56 56 # one or more key strings from var_equations above 57 var = [' speed']57 var = ['depth', 'speed'] 58 58 59 59 ######
Note: See TracChangeset
for help on using the changeset viewer.