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/wind_example_scalar.py

    r610 r614  
    2323domain.set_quantity('elevation', 0.0)
    2424domain.set_quantity('level', 1.0)
    25 domain.set_quantity('friction', 0.1)
     25domain.set_quantity('friction', 0.03)
    2626
    2727#Constant (quite extreme :-) windfield: 9000 m/s, bearing 120 degrees
    28 domain.forcing_terms.append( Wind_stress(s=9000, phi=135) )
     28domain.forcing_terms.append( Wind_stress(s=9000, phi=120) )
    2929
    3030######################
Note: See TracChangeset for help on using the changeset viewer.