Changeset 5576


Ignore:
Timestamp:
Jul 25, 2008, 4:18:39 PM (16 years ago)
Author:
kristy
Message:

updated scripts for polyline boundary

Location:
anuga_work/production/perth
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/perth/build_boundary.py

    r5569 r5576  
    4848print 'creating sts file'
    4949
    50 urs2sts(urs_filenames,basename_out=scenario_name,
     50urs2sts(urs_filenames,
     51        basename_out=os.path.join(project.boundaries_dir,scenario_name),
    5152        ordering_filename=order_filename,
    5253        weights=weights,
  • anuga_work/production/perth/get_timeseries.py

    r5569 r5576  
    1616
    1717
    18 timestamp='20080724_121200_run_trial_0.6_polyline_alpha0.1_kvanputt'
     18#timestamp='20080724_121200_run_trial_0.6_polyline_alpha0.1_kvanputt'
     19timestamp='20080724_161830_run_final_0.6_polyline_alpha0.1_kvanputt'
    1920
    2021filename=project.output_dir+timestamp+sep+project.scenario_name+'.sww'
  • anuga_work/production/perth/project.py

    r5569 r5576  
    7979
    8080
    81 
    82 
    8381#final topo name
    8482combined_name ='perth_combined_elevation'
Note: See TracChangeset for help on using the changeset viewer.