Ignore:
Timestamp:
Nov 23, 2004, 5:55:46 PM (20 years ago)
Author:
ole
Message:

Played with wind stress + c-extension

File:
1 edited

Legend:

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

    r613 r614  
    10331033                            s_vec, phi_vec, const):
    10341034    """Python version of assigning wind field to update vectors.
    1035     A c version also exists for speed
     1035    A c version also exists (for speed)
    10361036    """
    10371037    from math import pi, cos, sin, sqrt
     
    10621062   
    10631063    FIXME: This class may be incorporated in the generic Wind_stress class
    1064     SUperseded
     1064    Superseded
    10651065    """
    10661066
     
    14081408    #Replace python version with c implementations
    14091409   
    1410     from shallow_water_ext import rotate
     1410    from shallow_water_ext import rotate, assign_windfield_values
    14111411    compute_fluxes = compute_fluxes_c
    14121412    gravity = gravity_c
Note: See TracChangeset for help on using the changeset viewer.