Changeset 7353 for anuga_work/production/hobart_2009
- Timestamp:
- Aug 12, 2009, 2:53:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2009/For_DVD/export_results_max.py
r7304 r7353 21 21 directory = project.output_folder 22 22 #Folders that contain the sww files of interest found in anuga/outputs 23 time_dir1 = '20090619_165107_run_final_0_58260_None_kvanputt' 24 time_dir2 = '20090619_165136_run_final_0.8_58260_None_kvanputt' 23 time_dir1 = '20090714_162136_run_final_0_58260_None_kvanputt' 24 time_dir2 = '20090714_162041_run_final_0.8_58292_None_kvanputt' 25 time_dir3 = '20090714_161944_run_final_0.8_58280_None_kvanputt' 26 time_dir4 = '20090714_161740_run_final_0.8_58260_None_kvanputt' 25 27 26 time_dirs = [time_dir1, time_dir2 ]28 time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4] 27 29 28 30 # sww filename extensions ie. hobart_time_17640_0.sww, input into list 17640 … … 119 121 120 122 MaxAsc(maxasc_outname, asc_name) 123 else: 124 print 'Only one sww file, no Max file required'
Note: See TracChangeset
for help on using the changeset viewer.