Versions Compared

Key

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

...

config example in for discharge volume of all events per month

...

Code Block
xml
xml

<?xml

...

version="1.0"

...

encoding="UTF-8"?>

...


<transformationModule

...

version="1.0"

...

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

...

xmlns="http://www.wldelft.nl/fews"

...

xsi:schemaLocation="http://www.wldelft.nl/fews

...

http://fews.wldelft.nl/schemas/version1.0/transformationModule.xsdImage Added">

...


<!--

...

input

...

variables

...

-->

...


<!--

...

output

...

variables

...

-->

...


<!--

...

transformations

...

-->

...


<transformation

...

id="events

...

dischargeVolumeAllEvents">

...


<events>
<dischargeVolume>
<discharge>
<timeSeriesSet>
<moduleInstanceId>EventsDischargeVolume_AllEvents</moduleInstanceId>

...


<valueType>scalar</valueType>

...


<parameterId>Q.dis</parameterId>

...


<locationId>H-2001</locationId>

...


<timeSeriesType>external historical</timeSeriesType>

...


<timeStep unit="hour"

...

multiplier="6"/>

...


<relativeViewPeriod unit="day"

...

start="0"

...

end="113"/>

...


<readWriteMode>editing visible to all future task runs</readWriteMode>
</timeSeriesSet>
</discharge>
<eventSelection>all_events</eventSelection>

...


<volume>
<timeSeriesSet>
<moduleInstanceId>EventsDischargeVolume_AllEventsmoduleInstanceId>
<valueType>scalar</valueType>
<parameterId>Q.arg</parameterId>

...


<locationId>H-2001</locationId>

...


<timeSeriesType>external historical</timeSeriesType>

...


<timeStep monthDays="--01-01

...

--02-01

...

--03-01

...

--04-01

...

--05-01

...

--06-01

...

--07-01

...

--08-01

...

--09-01

...

--10-01

...

--11-01

...

--12-01"

...

/>

...


<relativeViewPeriod unit="day"

...

start="0"

...

end="113"/>

...


<readWriteMode>add originals</readWriteMode>

...


</timeSeriesSet>

...


</volume>

...


</dischargeVolume>

...


</events>

...


</transformation>

...


</transformationModule>

Code Block
xml
xml
</Config>
No Format