Versions Compared

Key

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

...

<?xml version="1.0" encoding="UTF-8"?>
<fews:Run version="1.2" xsi:schemaLocation="http://www.wldelft.nl/fews/PI pi_run.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:fews="http://www.wldelft.nl/fews/PI">
   <fews:timeZone>0</fews:timeZone>
   <fews:startDateTime date="2008-08-13" time="00:00:00"/>
   <fews:endDateTime date="2008-08-13" time="12:00:00"/>
   <fews:time0 date="2008-08-13" time="10:00:00"/>
   <fews:lastObservationDateTime date="2008-08-13" time="08:00:00"/>
   <fews:diagnosticFile>output/diagnostics.xml</fews:diagnosticFile>
   <fews:workDir>work</fews:workDir>
   <fews:inputStateDescriptionFile>input/state.xml</fews:inputStateDescriptionFile>
   <fews:inputDir>input</fews:inputDir>
   <fews:inputDataSetDir>input/dataset</fews:inputDataSetDir>
   <fews:outputStateDescriptionFile>output/state.xml</fews:outputStateDescriptionFile>
   <fews:outputDir>output</fews:outputDir>
   <fews:properties>
      <fews:description>a variable</fews:description>
      <fews:string value="c:\java\jre" key="JAVA_HOME"/>
   </fews:properties>
</fews:Run>

Implementing the Pi_Run option in the Genaral Adapter

To generate a pi_run file for a module run, it is necessary to configure the run options in the General section of the General Adapter configuration file. The following options can be configured:

  1. runFile: Fully qualified path to the pi run file.
  2. runFileProperties: List of property values that will be copied to the properties section of the run file.
    The segment containing the run file options in the General Adapter XML schema is given in the figure below:
    Image Added