Versions Compared

Key

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

...

As in the module datasets, module parameters are defined in a configuration where the name is the same as the moduleInstanceId of the General Adapter module it is to be used in (though a different name may also be called by the General Adapter- see the moduleInstance configuration section 05 General Adapter Module#05GeneralAdapterModule-exportParameterActivity).

When available on the file system, the name of the XML file for configuring Module Parameters for example for the Eden_Historical module may be:

...

Code Block
titleModule patrameter template for individual model-parameters
<parameters version="1.5" xmlns="http://www.wldelft.nl/fews/PI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews/PI httphttps://fewsfewsdocs.wldelftdeltares.nl/schemas/version1.0/pi-schemas/pi_modelparameters.xsd">
    <group id="MATCHES" name="MATCHES">
        <model>ExportParams</model>
        <parameter id="MATCH_ID" name="MATCH_ID">
            <description>Station used for matching</description>
            <stringValue>@EXTLOCID@</stringValue>
        </parameter>
    </group>
</parameters>

...