Changeset 5240


Ignore:
Timestamp:
Apr 24, 2008, 12:19:30 PM (16 years ago)
Author:
herve
Message:

more explanations on input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/tsunami_okada.py

    r5239 r5240  
    99
    1010Required
    11  length  along-stike length of rupture area
    12  width   down-dip width of rupture area
     11 length  along-stike length of rupture area (km)
     12 width   down-dip width of rupture area (km)
    1313 strike  azimuth (degrees, measured from north) of fault axis
    1414 dip     angle of fault dip in degrees w.r.t. horizontal
    15  depth   depth to base of rupture area
     15 depth   depth to base of rupture area (km)
    1616 ns      the really used number of rectangular sources
    1717 NSMAX   the upper limit of ns
     
    2121 slip    metres of fault slip (1)
    2222 rake    angle of slip (w.r.t. horizontal) in fault plane (90 degrees)
     23 zrec    elevation(km)
     24         obtained as followed:
     25         zrec0 = Quantity(domain)
     26         zrec0.set_values(topography)
     27         zrec=zrec0.get_vertex_values(xy=True)
     28
    2329
    2430The returned object is a callable okada function that represents
Note: See TracChangeset for help on using the changeset viewer.