Changeset 3930


Ignore:
Timestamp:
Nov 7, 2006, 2:40:44 PM (18 years ago)
Author:
nick
Message:

added comments

File:
1 edited

Legend:

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

    r3928 r3930  
    41464146            mint=None, maxt=None,
    41474147            mean_stage=0,
     4148            origin = None,
    41484149            zscale=1,
    41494150            fail_on_NaN=True,
     
    41644165    min's and max's: If omitted - full extend is used.
    41654166    To include a value min may equal it, while max must exceed it.
    4166     Lat and lon are assuemd to be in decimal degrees
     4167    Lat and lon are assumed to be in decimal degrees.
     4168    NOTE: min Lon is the most east boundary.
    41674169
    41684170    URS C binary format has data orgainised as TIME, LONGITUDE, LATITUDE
     
    41834185               maxt=maxt,
    41844186               mean_stage=mean_stage,
     4187               origin=origin,
    41854188               zscale=zscale,
    41864189               fail_on_NaN=fail_on_NaN,
Note: See TracChangeset for help on using the changeset viewer.