Changeset 489


Ignore:
Timestamp:
Nov 5, 2004, 7:01:57 PM (20 years ago)
Author:
ole
Message:

Applied smoothing to cornell data

File:
1 edited

Legend:

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

    r488 r489  
    4545#Compute smooth surface on new mesh based on values from old (regrid)
    4646print 'Interp'
    47 interp = Interpolation(mesh_points, vertices, data_points, alpha=0.1)
     47interp = Interpolation(mesh_points, vertices, data_points, alpha=10)
    4848mesh_values = interp.fit(data_values)
    4949print 'Len mesh values', len(mesh_values)
Note: See TracChangeset for help on using the changeset viewer.