Changeset 2864


Ignore:
Timestamp:
May 15, 2006, 12:46:19 PM (18 years ago)
Author:
ole
Message:

Added pts version of bathymetry

Location:
development/okushiri_2005
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • development/okushiri_2005/lwru2.py

    r2535 r2864  
    8787prepare_timeboundary(project.boundary_filename)
    8888
    89 #Preparing points
    90 from pyvolution.data_manager import xya2pts
    91 xya2pts(project.bathymetry_filename, verbose = True,
    92         z_func = lambda z: -z)
     89#Preparing points (Only when using original Benchmark_2_Bathymetry.txt file)
     90#from pyvolution.data_manager import xya2pts
     91#xya2pts(project.bathymetry_filename, verbose = True,
     92#        z_func = lambda z: -z)
    9393
    9494
Note: See TracChangeset for help on using the changeset viewer.