Ignore:
Timestamp:
Mar 18, 2009, 9:04:00 AM (14 years ago)
Author:
myall
Message:

editing export scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/darwin/project.py

    r6532 r6540  
    3434friction=0.01           # manning's friction coefficient
    3535starttime=0             # start time for simulation
    36 finaltime=80000          # final time for simulation
     36finaltime=1000          # final time for simulation
    3737
    3838# index is only used when wave = Tb
     
    7474
    7575# Format for point is x,y,elevation (with header)
    76 point_filenames = ['darwin_grid250m.txt']
     76point_filenames = ['darwin_grid250m.txt',
    7777                   'derby_grid250m.txt'] # 250m grid 2005
    7878
     
    8585# Used in build_elevation.py
    8686# Format for points easting,northing (no header)
    87 bounding_polygon_filename = 'bounding_polygon.csv'
     87bounding_polygon_filename = 'bounding_polygon_darwin2.csv'
    8888bounding_polygon_maxarea = 100000
    8989
     
    118118# Landward bounding points
    119119# Format easting,northing (no header)
    120 landward_boundary_filename = 'landward_boundary.csv'
     120landward_boundary_filename = 'landward_boundary_darwin.csv'
    121121
    122122# MUX input filename.
Note: See TracChangeset for help on using the changeset viewer.