Versions Compared

Key

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

...

The ticks on the right axis are calculated from the value of the discharge on the left axis by using a rating curve.

Below a configuration example

Code Block
xml
xml
<subplot>
	<plotWeight>5</plotWeight>
	<line>
		<axis>left</axis>
		<ratingAxis>
		<parameterGroupId>Level</parameterGroupId>
		<transformationType>dischargeStage</transformationType>
		<ratingCurve>
			<locationId>exampleId</locationId>
		</ratingCurve>
		</ratingAxis>
		<timeSeriesSet>
			<moduleInstanceId>STAGEQ_LEDC2_LEDC2R_Forecast</moduleInstanceId>
			<valueType>scalar</valueType>
			<parameterId>QIN</parameterId>
			<locationId>LEDC2R</locationId>
			<timeSeriesType>simulated forecasting</timeSeriesType>
			<timeStep unit="hour" multiplier="6"/>
			<readWriteMode>read only</readWriteMode>
			<ensembleId>QPF</ensembleId>
		</timeSeriesSet>
</line> 

...