- Timestamp:
- Nov 23, 2004, 5:55:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/wind_example_scalar.py
r610 r614 23 23 domain.set_quantity('elevation', 0.0) 24 24 domain.set_quantity('level', 1.0) 25 domain.set_quantity('friction', 0. 1)25 domain.set_quantity('friction', 0.03) 26 26 27 27 #Constant (quite extreme :-) windfield: 9000 m/s, bearing 120 degrees 28 domain.forcing_terms.append( Wind_stress(s=9000, phi=1 35) )28 domain.forcing_terms.append( Wind_stress(s=9000, phi=120) ) 29 29 30 30 ######################
Note: See TracChangeset
for help on using the changeset viewer.