Versions Compared

Key

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

...

Below is an example of a blending steps modifier. The forecaster can enter the value in the text box and/or change it with the up and down arrows next to the text box. Image Removed

Image Added

Schema

Image Added

Below an example of the configuration an adjustQModifier.
The only thing the configurator has to configure is the id of the modifier and its name.

Schema

Image Removed

By doing this the configuration declares that it is allowed to use the blending steps modifier.

Code Block
xml
xml
<adjustQModifiers>
	<blendingStepsModifier id="chgblend" name="chgblend"></blendingStepsModifier>
</adjustQModifiers>

Disable adjustment modifier

The transformation adjustQ creates a discharge time series by using observed discharge time series and simulated observed
discharge time series. When this modifier is applied the observed time series are ignored and the output will be equal to the
simulated discharge time series. This modifier can, like the blending steps modifier, only be used in combination with the
adjustQ-modifier.

Typical use of this modifier is espadjq which is used by the NWS to disable the adjustQ-operation in the forecast.

Display

Image Added

schema

Image Added

Sample years modifier

The transformation sample historic creates ensembles based on historic time series. This modifier enables the forecaster to change the start year and the end year of the historic time series to sample.

Below an example of the display of this modifier.

...