Changeset 5468


Ignore:
Timestamp:
Jul 4, 2008, 5:25:16 PM (15 years ago)
Author:
ole
Message:

update location of ordering text file for perth scenario


File:
1 edited

Legend:

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

    r5467 r5468  
    1414# Create urs boundary from mux2files #
    1515######################################
    16 dir= os.path.join(project.muxhome,'mux')
    17 print dir
     16
     17#print project.muxhome
     18dir=os.path.join(project.muxhome,'mux')
     19#print dir
    1820prefix=os.path.join(dir,'Java-00')
    1921suffix='-z.grd'
     
    2931weights=10.4544*ones(len(urs_filenames),Float)
    3032
    31 base_name='tide_polyline'
    32 order_filename='boxingday_boundary_order.txt'
     33base_name=project.scenario_name
     34order_filename=os.path.join(project.boundaries_dir,'boundary_ordering.txt')
    3335
    3436# Create ordered sts file
    3537print 'creating sts file'
    3638urs2sts(urs_filenames,basename_out=base_name,
    37 ordering_filename=order_filename,
    38 weights=weights,
    39 mean_stage=project.tide,
    40 verbose=False)
     39        ordering_filename=order_filename,
     40        weights=weights,
     41        mean_stage=project.tide,
     42        verbose=False)
    4143
    4244# Read in boundary from ordered sts file
Note: See TracChangeset for help on using the changeset viewer.