Versions Compared

Key

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


Horizontal Navigation Bar


Button Group

Button Hyperlink
titlePrevious
typestandard
urlhttps://software.ecmwf.int/wiki/display/ECFLOW/Server+security+-+whitelist+file
Button Hyperlink
titleUp
typestandard
urlhttps://software.ecmwf.int/wiki/display/ECFLOW/Advanced+Topics
Button Hyperlink
titleNext
typestandard
urlhttps://software.ecmwf.int/wiki/display/ECFLOW/Using+python+scripting

 



Because ecFlow was designed with ECMWF suites in mind, the date is a very important notion.
ecFlow defines the time using clocks. A clock is an attribute of a suite.
Different suites can have different clocks.
There are two kinds of clocks:

...

  1. Try to modify the suite to run with a clock date from the previous week. 
     use :ecflow_client --alter change clock_date <day>.<month>.<year>  /test
     i.e.    ecflow_client --alter change clock_date 1.14.2010 2020   /test
  2. Check the values of the ecFlow variable‘s
  3. Set the suite clock to sync  with the computer
      ecflow_client --alter change clock_sync   /test
      Check with:
      ecflow_client --get /test | grep clock

...


Note
  • The attributes date, day and clock are currently not usable if you choose to use a repeat date type structure.
  • Be aware that cron with a single time dependency will automatically resubmit indefinitely
  • Altering the clock, requires that the suite is re-queued

 

 

 

...