Changeset 8043
- Timestamp:
- Oct 18, 2010, 4:40:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file_conversion/sww2dem.py
r7841 r8043 73 73 Parameters 74 74 75 76 75 The parameter quantity must be the name of an existing quantity or 77 76 an expression involving existing quantities. The default is 78 77 'elevation'. Quantity is not a list of quantities. 79 78 80 if timestep (an index) is given, output quantity at that timestep81 82 if reduction is given and its an index, output quantity at that timestep. If reduction is given83 and is a built in function, use that to reduce quantity over all timesteps.79 If reduction is given and its an index, sww2dem will output the quantity at that time-step. 80 If reduction is given and its a built in function (eg max, min, mean), then that 81 function is used to reduce the quantity over all time-steps. If reduction is not given, 82 reduction is set to max by default. 84 83 85 84 datum
Note: See TracChangeset
for help on using the changeset viewer.