Changeset 3930
- Timestamp:
- Nov 7, 2006, 2:40:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r3928 r3930 4146 4146 mint=None, maxt=None, 4147 4147 mean_stage=0, 4148 origin = None, 4148 4149 zscale=1, 4149 4150 fail_on_NaN=True, … … 4164 4165 min's and max's: If omitted - full extend is used. 4165 4166 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. 4167 4169 4168 4170 URS C binary format has data orgainised as TIME, LONGITUDE, LATITUDE … … 4183 4185 maxt=maxt, 4184 4186 mean_stage=mean_stage, 4187 origin=origin, 4185 4188 zscale=zscale, 4186 4189 fail_on_NaN=fail_on_NaN,
Note: See TracChangeset
for help on using the changeset viewer.