Versions Compared

Key

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

...

It is practical to configure either a short time period, or other restrictions to prevent running out of local memory.

WorkFlow example:

Code Block
languagexml
linenumberstrue
<?xml version="1.0" encoding="UTF-8"?>
<workflow 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/workflow.xsd" version="1.1">
   <activity>
      <runIndependent>true</runIndependent>
      <moduleInstanceId>CanadaMeteo</moduleInstanceId>
   </activity>
</workflow>

 

 

The importer module should be registered in FEWS  Config/RegionConfigFiles/ModuleInstanceDescriptors.xml. Locations of the wanted time series should be registered in Config/RegionConfigFiles/Locations.xml.  Parameters (such as mean sea level) should be registered in  Config/RegionConfigFiles/Parameter.xml.

The workflow should be registered in Config\RegionConfigFiles\WorkflowDescriptors.xml.