Versions Compared

Key

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

...

Horizontal Navigation Bar


Button Group

Button Hyperlink
titlePrevious
typestandard
urlhttps://softwareconfluence.ecmwf.int/wiki/display/ECFLOW/Families
Button Hyperlink
titleUp
typestandard
urlhttps://softwareconfluence.ecmwf.int/wiki/display/ECFLOW/Going+Further
Button Hyperlink
titleNext
typestandard
urlhttps://softwareconfluence.ecmwf.int/wiki/display/ECFLOW/ecFlow+variables


A manual page allows documentation in a an ecf script to be viewable in ecflow_ui.

The manual page is the concatenation of all the text within the %manual and %end directives.

Modify t2.ecf  to have the following:

...

Create a file called f1.man in $HOME/course/testtest  as the FAMILY  man page

Code Block
languagebash
title$HOME/course/test/f1.man ( FAMILY man pageMAN PAGE )
This manual is for family %FAMILY%
It can have any text and will also have variable substitution
Notice that this does not have manual..end since the whole file is a manual page.

Now create the file test.man in  $HOME/coursecourse  as the SUITE man page

Code Block
languagebash
title$HOME/course/test.man ( SUITE man pageMAN PAGE )
%manual
This is the manual page for the %SUITE% suite.
It lives in %ECF_HOME%
%end
This text is not visible in the man page since it is out side of the %manual..%end

...

  1. Modify $HOME/course/test/f1/t2.ecf script
  2. Add the file $HOME/course/test/f1.man
  3. Add the file $HOME/course/test.man
  4. View the manual page for task test/f1/t2  in ecflow_ui
  5. View the manual page for family test/f1 in ecflow_ui
  6. View the manual page for suite test in ecflow_ui


Horizontal Navigation Bar


Button Group

Button Hyperlink
titlePrevious
typestandard
urlhttps://softwareconfluence.ecmwf.int/wiki/display/ECFLOW/Families
Button Hyperlink
titleUp
typestandard
urlhttps://softwareconfluence.ecmwf.int/wiki/display/ECFLOW/Going+Further
Button Hyperlink
titleNext
typestandard
urlhttps://softwareconfluence.ecmwf.int/wiki/display/ECFLOW/ecFlow+variables


...