Versions Compared

Key

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

...

Info

Note that on ECMWF machines, you need to load the 'devnew' module of ecflow to get the 4.9.0 test version:

Code Block
languagebash
module swap ecflow/devnew
ecflow_ui

This command should only be for testing the new user interface and not for running a server!

Installation date 2018-04-

...

05  (version 4.9.0)


DescriptionNotes
Output logNew feature: if an output file has the extension ".html" it will be rendered as HTML. Note that only static HTML is supported, not JavaScript.

Example output with an HTML table

Server syncImprovement: to further reduce polling commands sent to busy servers, the default behaviour of ecFlowUI is now to increase the sync drift interval at 1.4 times its previous value after each sync. This behaviour is configurable, both globally and per-server from the Server Settings dialogue.
Server syncImprovement: ecFlowUI now drops all its handles with a server when it resets its communication with that server, thus avoiding the accumulation of client handles on the server
Suite filterImprovement: ecFlowUI now saves its suite filter settings as soon as they are changed (previously they were only saved on closedown)
Tree viewImprovement: when an alias is removed, the selection no longer jumps to the top node
Tree viewFix: fixed issue where a time icon could be shown on nodes that did not have time attributes
Main UIFix: fixed issue where the user interface could hang when trying to write its settings to an erroneously locked settings file

See also below for more improvements in version 4.9.0

...