Ignore:
Timestamp:
Mar 25, 2009, 4:33:47 PM (15 years ago)
Author:
myall
Message:

fixing build_urs_boundary so there is no project.tide, and to use central meridian rather than zone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/perth/build_urs_boundary.py

    r6429 r6618  
    139139                ordering_filename=project.urs_order,
    140140                weights=mux_weights,
    141                 zone=project.zone,
    142                 mean_stage=project.tide,
     141                central_meridian=project.central_meridian,
    143142                verbose=True)
    144143    else:                           # a single mux stem file, assume 1.0 weight
     
    158157                ordering_filename=order_filename,
    159158                weights=mux_weights,
    160                 mean_stage=project.tide,
     159                central_meridian=project.central_meridian,
    161160                verbose=True)
    162161
Note: See TracChangeset for help on using the changeset viewer.