Changeset 4683


Ignore:
Timestamp:
Aug 24, 2007, 4:34:20 PM (17 years ago)
Author:
sexton
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/onslow_2006/project_grad.py

    r4672 r4683  
    8686             str(user)+'_'+boundary_event+which_data
    8787
     88
    8889# elevation data filenames
    8990
     
    147148
    148149# Bounding polygon
    149 bounding_polygon = read_polygon(join(polygons_dir, 'domain.csv'))
    150 res_bounding_polygon = 500000*res_factor
     150#bounding_polygon = read_polygon(join(polygons_dir, 'domain.csv'))
     151#res_bounding_polygon = 500000*res_factor
    151152
    152153# Interior regions
    153154interior_regions_and_resolutions = {
    154     'region': 5000,
     155    'inner_region': 5000,
     156    'region_50m': 50000,
    155157    'onslow': 500}
    156158
Note: See TracChangeset for help on using the changeset viewer.