...
This will result in:
|
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
