Ignore:
Timestamp:
Apr 8, 2009, 10:07:10 AM (16 years ago)
Author:
myall
Message:

restoring 'zone' option for build_urs_boundary.py

Location:
anuga_work/production/australia_ph2/lockhart_river
Files:
2 edited

Legend:

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

    r6746 r6758  
    140140                weights=mux_weights,
    141141                central_meridian=project.central_meridian,
     142                zone=project.zone
    142143                verbose=True)
    143144    else:                           # a single mux stem file, assume 1.0 weight
     
    158159                weights=mux_weights,
    159160                central_meridian=project.central_meridian,
     161                zone=project.zone
    160162                verbose=True)
    161163
  • anuga_work/production/australia_ph2/lockhart_river/run_multiple_events.py

    r6746 r6758  
    11"""This script executes models for a range of event numbers.
    22
    3 Events must have been created first
     3Events folders and event.list must have been created first from
     4the event selection program
    45"""
    56
Note: See TracChangeset for help on using the changeset viewer.