Changeset 5576
- Timestamp:
- Jul 25, 2008, 4:18:39 PM (16 years ago)
- Location:
- anuga_work/production/perth
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/build_boundary.py
r5569 r5576 48 48 print 'creating sts file' 49 49 50 urs2sts(urs_filenames,basename_out=scenario_name, 50 urs2sts(urs_filenames, 51 basename_out=os.path.join(project.boundaries_dir,scenario_name), 51 52 ordering_filename=order_filename, 52 53 weights=weights, -
anuga_work/production/perth/get_timeseries.py
r5569 r5576 16 16 17 17 18 timestamp='20080724_121200_run_trial_0.6_polyline_alpha0.1_kvanputt' 18 #timestamp='20080724_121200_run_trial_0.6_polyline_alpha0.1_kvanputt' 19 timestamp='20080724_161830_run_final_0.6_polyline_alpha0.1_kvanputt' 19 20 20 21 filename=project.output_dir+timestamp+sep+project.scenario_name+'.sww' -
anuga_work/production/perth/project.py
r5569 r5576 79 79 80 80 81 82 83 81 #final topo name 84 82 combined_name ='perth_combined_elevation'
Note: See TracChangeset
for help on using the changeset viewer.