Versions Compared

Key

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

...

Within longitudinal profile displays, the markers can be set to display the minimum or maximum values. A variety of river bed levels can be included in a display if these are specified in the branches.xml file. Available are: 

for longitudinal profile:

  • riverBedLevel
  • leftBankLevel
  • leftFloodPlainLevel
  • leftMainChannelLevel
  • longitudinalProfileMaximum
  • longitudinalProfileMinimum
  • rightBankLevel
  • rightFloodPlainLevel
  • rightMainChannelLevel

To display any of these in the TSD, you need to define a timeMarkerDisplayOption in the SystemConfigFile TimeSeriesDisplayConfig.xml, like this example for riverBedLevel: 

Code Block
languagexml
titleTimeSeriesDisplayConfig.xml
	<timeMarkerDisplayOptions marker="riverBedLevel">
		<color>black</color>
		<lineStyle>solid</lineStyle>
		<label>Most recent survey</label>
	</timeMarkerDisplayOptions>

To visualize model layer elevations when drawing a cross section in a spatial plot, one should use:

...