Changeset 8043


Ignore:
Timestamp:
Oct 18, 2010, 4:40:18 PM (13 years ago)
Author:
habili
Message:

clearer explanation for the "reduction" parameter written.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/file_conversion/sww2dem.py

    r7841 r8043  
    7373    Parameters
    7474
    75 
    7675    The parameter quantity must be the name of an existing quantity or
    7776    an expression involving existing quantities. The default is
    7877    'elevation'. Quantity is not a list of quantities.
    7978
    80     if timestep (an index) is given, output quantity at that timestep
    81 
    82     if reduction is given and its an index, output quantity at that timestep. If reduction is given
    83     and is a built in function, use that to reduce quantity over all timesteps.
     79    If reduction is given and it’s an index, sww2dem will output the quantity at that time-step.
     80    If reduction is given and it’s 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.
    8483
    8584    datum
Note: See TracChangeset for help on using the changeset viewer.