Ignore:
Timestamp:
Sep 7, 2005, 1:20:12 PM (19 years ago)
Author:
ole
Message:

Boundary from MOST

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/karratha_2005/prepare_boundary.py

    r1793 r1796  
    2121from pyvolution.data_manager import ferret2sww
    2222
    23 #Origin of existing tsh file (Temporary measure)
    24 mesh_origin = (56,308500.000000,6189000.000000)
     23
     24south = project.south
     25north = project.north
     26west = project.west
     27east = project.east
     28
     29
     30#Origin of existing dem (Temporary measure)
     31mesh_origin = (50, 421544.35127423, 7677669.5257159)
     32
     33   
    2534
    2635ferret2sww(source_dir+project.boundary_basename,
    2736           project.boundary_basename,
    2837           verbose=True,
    29            minlat=-35, maxlat=-34,
    30            minlon=150.5, maxlon=152,
     38           minlat=south-1, maxlat=north+1,
     39           minlon=west-1, maxlon=east+1,
    3140           origin = mesh_origin,
    3241           zscale = 1,
    33            fail_on_NaN = False),
     42           fail_on_NaN = False,
     43           inverted_bathymetry = True),
    3444
    3545
Note: See TracChangeset for help on using the changeset viewer.