Changeset 6203 for anuga_work/production/patong/export_results_max.py
- Timestamp:
- Jan 19, 2009, 12:07:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/export_results_max.py
r6028 r6203 20 20 directory = project.output_dir 21 21 22 time_dir1 = '20081126_141801_run_final_0.8_kvanputt' 22 time_dir1 = '20090106_122422_run_trial_0.8_poly_kvanputt' 23 time_dir2 = '20090106_122015_run_trial_0.8_kvanputt' 23 24 24 time_dirs = [time_dir1 ]25 time_dirs = [time_dir1, time_dir2] 25 26 26 27 … … 28 29 #cellsize = 250 29 30 30 timestep = None # None means no timestep!31 #timestep = 031 #timestep = None # None means no timestep! 32 timestep = 0 32 33 33 34 ###### … … 49 50 50 51 # one or more key strings from var_equations above 51 var = ['stage', 'elevation' , 'depth', 'speed']52 var = ['stage', 'elevation'] 52 53 53 54 ######
Note: See TracChangeset
for help on using the changeset viewer.