Changeset 2109


Ignore:
Timestamp:
Dec 2, 2005, 3:32:52 PM (18 years ago)
Author:
steve
Message:
 
Location:
inundation/Merimbula
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/Merimbula/prepare.py

    r2105 r2109  
    9393#-------------------------------------------------------------
    9494if __name__ == "__main__":
    95     filename = 'Eden_tide_Sept03.dat'
    96     print 'Open sea boundary condition from ',filename
    97     prepare_timeboundary(filename)
     95    import project
     96    print 'Prepare Open sea boundary condition from ',project.original_boundary_filename
     97    prepare_timeboundary(project.original_boundary_filename )
    9898
     99    #Preparing points
     100    print 'Prepare bathymetry from xya file ',project.bathymetry_filename
     101    from pyvolution.data_manager import xya2pts
     102    xya2pts(project.bathymetry_filename, verbose = True)
Note: See TracChangeset for help on using the changeset viewer.