Versions Compared

Key

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

...

  •         timeZone defines the timeZone, this is only relevant for units of a day or larger.
externalForecastSearchTimeStep

Since 2024.01. Only time series with an external forecast time that match this time step are visible while searching, e.g. an externalForecast timeseries that has a  externalForecastTime of 18:00 in the GMT timeZone.

All timestep attributes are available, probably most relevant options are;

  •        id  Id of the time step. You can reference time steps defined in the regionConfig/timeSteps.xml.    
  •        times Defines the time step by a list of times without dates, e.g. "10:00 23:00"
  •         timeZone defines the timeZone, this is only relevant for units of a day or larger.


Code Block
languagexml
<timeSeriesSet>
	<moduleInstanceId>ImportACCESS-GE</moduleInstanceId>
	<valueType>grid</valueType>
	<parameterId>P.nwp.fcst</parameterId>
	<locationId>ACCESS-GE_grid</locationId>
	<timeSeriesType>external forecasting</timeSeriesType>
	<timeStep unit="hour"/>
	<relativeForecastPeriod unit="hour" start="0" end="246"/>
	<externalForecastSearchTimeStep times="18:00" timeZone="GMT"/>
	<readWriteMode>read complete forecast</readWriteMode>
</timeSeriesSet>


readWriteMode

The readWriteMode definition is mainly used in the definition of filters to be applied in the time series display when used in edit mode. This element is an enumeration of;

...