Changeset 5702 for anuga_work/production/perth/get_timeseries.py
- Timestamp:
- Aug 28, 2008, 9:40:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/get_timeseries.py
r5669 r5702 22 22 23 23 filename1=project.output_dir+timestamp+sep+project.scenario_name+'.sww' 24 #filename2=project.output_dir+timestamp+sep+'perth_time_39900'+sep+project.scenario_name+'_time_39900_0.sww'24 filename2=project.output_dir+timestamp+sep+'perth_time_39900'+sep+project.scenario_name+'_time_39900_0.sww' 25 25 26 26 27 27 28 filenames = [filename1 ]28 filenames = [filename1, filename2] 29 29 for filename in filenames: 30 30
Note: See TracChangeset
for help on using the changeset viewer.