Changeset 3839


Ignore:
Timestamp:
Oct 23, 2006, 2:12:42 PM (18 years ago)
Author:
nick
Message:

small update to dampier

Location:
anuga_work/production/dampier_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/dampier_2006/build_dampier.py

    r3837 r3839  
    6868#import sys; sys.exit()
    6969urs2sww(boundary_dir_name,
    70         minlat=project.north_boundary, maxlat=project.south_boundary,
    71         minlon= project.west_boundary, maxlon=project.east_boundary,
     70        minlat=project.north, maxlat=project.south,
     71        minlon= project.west, maxlon=project.east,
    7272        mint=0, maxt= 35000,
    7373        verbose='true')
  • anuga_work/production/dampier_2006/project.py

    r3838 r3839  
    117117
    118118#only used to clip boundary condition
    119 north_boundary = north + 0.1
    120 south_boundary = south - 0.1
    121 west_boundary = west - 0.1
    122 east_boundary = east + 0.1
     119north_boundary = north + 0.05
     120south_boundary = south - 0.05
     121west_boundary = west - 0.05
     122east_boundary = east + 0.05
    123123
    124124
Note: See TracChangeset for help on using the changeset viewer.