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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.