Changeset 3835


Ignore:
Timestamp:
Oct 23, 2006, 1:44:34 PM (19 years ago)
Author:
nick
Message:

update to dampier

Location:
anuga_work/production/dampier_2006
Files:
2 edited

Legend:

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

    r3827 r3835  
    6363from anuga.shallow_water.data_manager import urs2sww
    6464
     65print 'minlat=project.north_boundary, maxlat=project.south_boundary',project.north_boundary, project.south_boundary
     66print 'minlon= project.west_boundary, maxlon=project.east_boundary',project.west_boundary, project.east_boundary
     67
     68#import sys; sys.exit()
    6569urs2sww(boundary_dir_name,
    6670#        minlat=project.north_boundary, maxlat=project.south_boundary,
  • anuga_work/production/dampier_2006/project.py

    r3828 r3835  
    3636#mesh_name = 'elevation50m'
    3737boundary_name = 'dampier9'
    38 boundary_source = 'mag_9'
     38boundary_source = 'mag_9a'
    3939
    4040# topography file names
     
    112112refzone = 50
    113113south = degminsec2decimal_degrees(-20,55,0)
    114 north = degminsec2decimal_degrees(-19,15,0)
     114north = degminsec2decimal_degrees(-20,15,0)
    115115west = degminsec2decimal_degrees(116,17,0)
    116116east = degminsec2decimal_degrees(118,10,0)
Note: See TracChangeset for help on using the changeset viewer.