Changeset 6274
- Timestamp:
- Feb 4, 2009, 2:16:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/export_results_max.py
r6203 r6274 20 20 directory = project.output_dir 21 21 22 time_dir1 = '200901 06_122422_run_trial_0.8_poly_kvanputt'23 time_dir2 = '200901 06_122015_run_trial_0.8_kvanputt'22 time_dir1 = '20090123_150043_run_final_0.8_nobuildings_onielsen' 23 time_dir2 = '20090130_135044_run_final_0.8_buildings_onielsen' 24 24 25 time_dirs = [time_dir 1, time_dir2]25 time_dirs = [time_dir2] #1, time_dir2] 26 26 27 27 28 cellsize = 2028 cellsize = 10 29 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 = [' stage', 'elevation']52 var = ['depth', 'speed'] 53 53 54 54 ######
Note: See TracChangeset
for help on using the changeset viewer.