Ignore:
Timestamp:
Feb 10, 2005, 12:39:21 PM (20 years ago)
Author:
duncan
Message:

changed height to depth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/interpolate_sww.py

    r852 r863  
    105105        time = fid.variables['time'][:]
    106106        try:
    107             if quantity_name == 'height':
     107            if quantity_name == 'depth':
    108108                z = fid.variables['elevation'][:]
    109109                stage = fid.variables['stage'][:,:]
     
    126126
    127127        Output;
    128         point_coordinates - the points (x,y) where the height values
     128        point_coordinates - the points (x,y) where the depth values
    129129                             (w.r.t. time) are needed
    130130        """
     
    169169    """
    170170    import os, sys
    171     usage = "usage: %s pyvolution_results.sww points.xya depth.xya [height|stage|(other quantities)]" %         os.path.basename(sys.argv[0])
     171    usage = "usage: %s pyvolution_results.sww points.xya depth.xya [depth|stage|(other quantities)]" %         os.path.basename(sys.argv[0])
    172172    if len(sys.argv) < 4:
    173173        print usage
Note: See TracChangeset for help on using the changeset viewer.