Ignore:
Timestamp:
Nov 22, 2004, 4:05:25 PM (20 years ago)
Author:
ole
Message:

First unit tests of wind field

File:
1 edited

Legend:

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

    r566 r609  
    975975                    phi = self.phi                 
    976976
     977       
     978
    977979                #Convert to radians
    978980                phi = phi*pi/180
    979        
     981
     982               
    980983                #Compute velocity vector (u, v)
    981984                u = s*cos(phi)
Note: See TracChangeset for help on using the changeset viewer.