Changeset 6390 for anuga_work/production/patong/export_results_max.py
- Timestamp:
- Feb 24, 2009, 9:18:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/export_results_max.py
r6274 r6390 20 20 directory = project.output_dir 21 21 22 time_dir1 = '20090 123_150043_run_final_0.8_nobuildings_onielsen'23 time_dir2 = '20090130_135044_run_final_0.8_buildings_onielsen'22 time_dir1 = '20090213_142042_run_final_0.8_buildings_onielsen' 23 #time_dir2 = '20090204_143421_run_final_0.8_buildings_transmissive_onielsen' 24 24 25 time_dirs = [time_dir 2] #1, time_dir2]25 time_dirs = [time_dir1]#, time_dir2] 26 26 27 27 28 cellsize = 1029 #cellsize = 25028 #cellsize = 10 29 cellsize = 250 30 30 31 timestep = None # None means no timestep!32 #timestep = 031 #timestep = None # None means no timestep! 32 timestep = 0 33 33 34 34 ###### … … 36 36 ###### 37 37 38 area = ['CBD' ] # strings must match keys in var_equations below39 #area = ['All'] # 'All' means no special areas - the whole thing38 #area = ['CBD' ] # strings must match keys in var_equations below 39 area = ['All'] # 'All' means no special areas - the whole thing 40 40 41 41 ###### … … 50 50 51 51 # one or more key strings from var_equations above 52 var = [' depth', 'speed']52 var = ['elevation'] 53 53 54 54 ######
Note: See TracChangeset
for help on using the changeset viewer.