Versions Compared

Key

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

...

The Delft3D adapter uses a fixed set of directories and files to do most of its work. Some items do have to be specified in a separate configuration file (to be placed in the root of the <rootDir>), as these may vary from application to application. This section describes the structure of the configuration file.

The configuration file consists of three sections, general, pre-adapter and post-adapter. For example:

Panel

<delft3dModel xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/delft3dModel.xsdImage Added"> <description>DCSMV5 FLOW</description> <general> <module>FLOW</module> <runId>dcsm98</runId> <workDir>workDir</workDir> <modelDir>Repo_dcsmv5</modelDir> <auxiliaryGridFile>1953.grd</auxiliaryGridFile> <fieldFileFormat>new</fieldFileFormat> <outputTimeSeriesInOneFile>true</outputTimeSeriesInOneFile> </general> <!- time series for time frame of simulation-> <preAdapter> <steeringTimeSeriesName>H.profile/dcsmv5</steeringTimeSeriesName> </preAdapter> <postAdapter> <timeSeriesOutput> <timeSeries parameter="water level" location="ABDN" layer="1" fewsParameter="H.simulated" fewsLocation="aberdeen"/> <timeSeries parameter="water level" location="AUKFPFM" layer="1" fewsParameter="H.simulated" fewsLocation="aukfield_platform"/> <timeSeries parameter="water level" location="DELFZL" layer="1" fewsParameter="H.simulated" fewsLocation="delfzijl"/> <timeSeries parameter="water level" location="DENHDR" layer="1" fewsParameter="H.simulated" fewsLocation="den_helder"/> </timeSeriesOutput> <mapOutput> <map parameter="water level" layer="1" fewsParameter="H.simulated" fewsLocation="dcsmv5"/> </mapOutput> </postAdapter>
</delft3dModel>
<delft3dModel xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/delft3dModel.xsdImage Added">

<description>DCSMV5 FLOW</description>

<general>

<module>FLOW</module>

<runId>dcsm98</runId>

<workDir>workDir</workDir>

<modelDir>Repo_dcsmv5</modelDir>

<auxiliaryGridFile>1953.grd</auxiliaryGridFile>

<fieldFileFormat>new</fieldFileFormat>

<outputTimeSeriesInOneFile>true</outputTimeSeriesInOneFile>

</general>

<!- time series for time frame of simulation->

<preAdapter>

<steeringTimeSeriesName>H.profile/dcsmv5</steeringTimeSeriesName>

</preAdapter>

<postAdapter>

<timeSeriesOutput>

<timeSeries parameter="water level" location="ABDN" layer="1" fewsParameter="H.simulated" fewsLocation="aberdeen"/>

<timeSeries parameter="water level" location="AUKFPFM" layer="1" fewsParameter="H.simulated" fewsLocation="aukfield_platform"/>

<timeSeries parameter="water level" location="DELFZL" layer="1" fewsParameter="H.simulated" fewsLocation="delfzijl"/>

<timeSeries parameter="water level" location="DENHDR" layer="1" fewsParameter="H.simulated" fewsLocation="den_helder"/>

</timeSeriesOutput>

<mapOutput>

<map parameter="water level" layer="1" fewsParameter="H.simulated" fewsLocation="dcsmv5"/>

</mapOutput>

</postAdapter>

</delft3dModel>

Wiki Markup
Below is an example of such a \[file:
\\
\]

...