Versions Compared

Key

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

...

If this is not the case, the procedure checks if there is a continous continuous rise or fall or if the mean values are in a peak or valley.

...

After this procedure the estimated instantanaeous instantaneous values are corrected by using the AdjustQMeanDailyDischarge-transformation described below(a volume correction). This transformation will ensure that the mean values of the estimated instantaneous time series are equal to the orignal mean values.  

Adjustment Procedure Using Mean Daily Discharge

from 533adjustq.pdf?

Configuration example

...

Configuration example

Image Added

No Format

	<transformation id="disaggregation imeanToInstantaneous">
		<disaggregation>
			<meanToInstantaneous>
				<inputVariable>
					<timeSeriesSet>
						<moduleInstanceId>ImportTelemetry</moduleInstanceId>
						<valueType>scalar</valueType>
						<parameterId>H.obs</parameterId>
						<locationSetId>hydgauges</locationSetId>
						<timeSeriesType>external historical</timeSeriesType>
						<timeStep unit="minute" multiplier="15"/>
						<relativeViewPeriod unit="day" startOverrulable="true" start="-7" end="0"/>
						<readWriteMode>read only</readWriteMode>
						<delay unit="minute" multiplier="0"/>
					</timeSeriesSet>
				</inputVariable>
				<outputVariable>
					<timeSeriesSet>
						<moduleInstanceId>Aggregate_Historic</moduleInstanceId>
						<valueType>scalar</valueType>
						<parameterId>dis_meanToInstantaneous</parameterId>
						<locationSetId>hydgauges</locationSetId>
						<timeSeriesType>external historical</timeSeriesType>
						<timeStep unit="minute" multiplier="5"/>
						<relativeViewPeriod unit="day" startOverrulable="true" start="-7" end="0"/>
						<readWriteMode>add originals</readWriteMode>
						<synchLevel>1</synchLevel>
					</timeSeriesSet>
				</outputVariable>
			</meanToInstantaneous>
		</disaggregation>
	</transformation>