Versions Compared

Key

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

...


This will result in:

  • Download of configuration form Archive
    • Latest configuration before or at "Start time"
  • Launch a new Fews instance based on this
  • Download timeseries for selected period (linked to the "WaterCoach tag")
    • Pop up with the volume of data that will be downloaded
    • Data is automatically imported as well


Launching  generated Fews instance separately

It is possible to launch  the generated Fews instance separately.  In this way the downloading of the time series from Archive and importing into the localDatastore  can be tested separately from the previous  step that generates the new Fews configuration.

Use the following VM options:

 -DscenarioScriptDatabasePath

-DwaterCoachDataStart

-DwaterCoachDataEnd


An example: 

-DscenarioScriptDatabasePath=c:\WaterCoach_on_the_fly\TestA;importOptions=TFF

-DwaterCoachDataStart=28072023080000

-DwaterCoachDataEnd=28072023090000   


scenarioScriptDatabasePath is  a path to the generated Fews config.

With importOptions  T or F (true or false)  you specify the following 3 options : Import grids as reference, Import model states, Import modifiers.

waterCoachDataStart and waterCoachDataEnd  specify the period for which the data should be downloaded from the Archive. The format is  ddMMyyyyHHmmss.


These VM options can be configured in  clientConfig.xml and  in IntelliJ