Ignore:
Timestamp:
Nov 26, 2008, 3:39:12 PM (15 years ago)
Author:
ole
Message:

Added test for Rainfall and thus also General forcing to make sure
it works with geo_referencing.

File:
1 edited

Legend:

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

    r5991 r6002  
    16451645    center [m]: Coordinates at center of flow point
    16461646    radius [m]: Size of circular area
    1647     polygon:    Arbitrary polygon.
     1647    polygon:    Arbitrary polygon
    16481648    default_rate: Rate to be used if rate fails (e.g. if model time exceeds its data)
    16491649                  Admissible types: None, constant number or function of t
     
    16521652    Either center, radius or polygon can be specified but not both.
    16531653    If neither are specified the entire domain gets updated.
     1654    All coordinates to be specified in absolute UTM coordinates (x, y) assuming the zone of domain.   
    16541655   
    1655     See Inflow or Rainfall for examples of use
     1656    Inflow or Rainfall for examples of use
    16561657    """
    16571658
     
    16901691                         # previous timestep in order to obtain rate
    16911692
    1692                          
    1693         bounding_polygon = domain.get_boundary_polygon()
     1693        bounding_polygon = domain.get_boundary_polygon() # Returns absolute coordinates
    16941694
    16951695
Note: See TracChangeset for help on using the changeset viewer.