Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • simpleratingcurve ; for applying a simple power law rating curve.
  • weigthtedaverage : special function for calculating weighted average of inputs. When a value in one of the inputs is missing, the remaining inputs will be used and the weights rescaled to unity.
  • penman: for calculating evaporation using Penman
  • penmannortheast: specific implementation of Penman formula
  • qhrelationtable : allows application of a rating curve using a table.
  • degreemanipulation
  • accumulation: this calculates a moving sum. For this the window needs to be configured. For a given output time the output value equals the sum of the input values within the period (currentOutputTime - window, currentOutputTime). The start of the period is exclusive and the end of the period is inclusive.

...