Ignore:
Timestamp:
Apr 8, 2009, 1:18:00 PM (16 years ago)
Author:
myall
Message:

running GBR models without LADS data

File:
1 edited

Legend:

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

    r6756 r6769  
    2626# One or all can be changed each time the run_model script is executed
    2727
    28 central_meridian = 153.0 # Central meridian for projection (optional)
    29 #zone = 56
     28central_meridian = None # Central meridian for projection (optional)
     29zone = 56
    3030import sys
    3131if len(sys.argv) > 1:
     
    8181
    8282# Format for points is x,y,elevation (with header)
    83 point_filenames = ['ahs100_0.txt',
    84                    'ahs100_1.txt',
    85                    'ahs100_2.txt',
    86                    'ahs100_3.txt',
    87                    'ahs100_4.txt',
    88                    'ahs100_5.txt',
    89                    'ahs100_6.txt',
    90                    'ahs100_7.txt',
    91                    'ahs100_8.txt',
    92                    'ahs100_9.txt',
    93                    'ahs100_10.txt',
    94                    'ahs100_11.txt',
    95                    'ahs100_12.txt',
    96                    'ahs100_13.txt'] # LADS data
     83point_filenames = []
     84##point_filenames = ['ahs100_0.txt',
     85##                   'ahs100_1.txt',
     86##                   'ahs100_2.txt',
     87##                   'ahs100_3.txt',
     88##                   'ahs100_4.txt',
     89##                   'ahs100_5.txt',
     90##                   'ahs100_6.txt',
     91##                   'ahs100_7.txt',
     92##                   'ahs100_8.txt',
     93##                   'ahs100_9.txt',
     94##                   'ahs100_10.txt',
     95##                   'ahs100_11.txt',
     96##                   'ahs100_12.txt',
     97##                   'ahs100_13.txt'] # LADS data
    9798
    9899### Add csv header list to all files in point_filenames
Note: See TracChangeset for help on using the changeset viewer.