Changeset 3836


Ignore:
Timestamp:
Oct 23, 2006, 1:47:46 PM (18 years ago)
Author:
nick
Message:

update dampier_2006/project.py

File:
1 edited

Legend:

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

    r3835 r3836  
    114114north = degminsec2decimal_degrees(-20,15,0)
    115115west = degminsec2decimal_degrees(116,17,0)
    116 east = degminsec2decimal_degrees(118,10,0)
     116east = degminsec2decimal_degrees(117,10,0)
    117117
    118118#only used to clip boundary condition
    119 north_boundary = north + 0.5
    120 south_boundary = south - 0.5
    121 west_boundary = west - 0.5
    122 east_boundary = east + 0.5
     119north_boundary = north + 0.1
     120south_boundary = south - 0.1
     121west_boundary = west - 0.1
     122east_boundary = east + 0.1
    123123
    124124
Note: See TracChangeset for help on using the changeset viewer.