Changeset 6610


Ignore:
Timestamp:
Mar 25, 2009, 12:06:45 PM (16 years ago)
Author:
myall
Message:

fixing the build_urs_boundary to remove the mean_stage=project.tide,
and replace zone with central_meridian

Location:
anuga_work/production/australia_ph2
Files:
3 edited

Legend:

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

    r6474 r6610  
    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
  • anuga_work/production/australia_ph2/ceduna/project.py

    r6581 r6610  
    2727# One or all can be changed each time the run_model script is executed
    2828tide = 0                # difference between MSL and HAT
    29 zone = 53               # specify zone of model
     29##zone = 53               # specify zone of model
     30central_meridian = 133.0 # nonstandard projection
    3031event_number = 27347    # the event number or the mux file name
    3132# ceduna: 27347 (Java), 64448 (sandwich), 58331 (Puysegur)
     
    3738friction=0.01           # manning's friction coefficient
    3839starttime=0             # start time for simulation
    39 finaltime=80000          # final time for simulation
     40finaltime=1000          # final time for simulation
    4041
    4142# index is only used when wave = Tb
     
    7172
    7273# Format for point is x,y,elevation (with header)
    73 point_filenames = ['grid250m_pts.txt'] # 250m grid 2005
     74point_filenames = ['grid_250m.txt'] # 250m grid 2005
    7475
    7576### Add csv header list to all files in point_filenames
  • anuga_work/production/australia_ph2/darwin/build_urs_boundary.py

    r6461 r6610  
    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.