Versions Compared

Key

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

...

In case actors create some files (e.g. for internal processing or as intermediate results), these files are no longer created inside $KEPLER. Instead, these are created in current directory - place where you have started Kepler

Code Block
> pwd
/gss_efgw_work/work/g2michal/cpt/development/isolated_kepler_test
> tree . -L 1 -a --charset=ascii -L 1
.
|-- EQDSK_COCOS_02_POS.OUT    - these are some files created by workflow (codes inside workflow)
|-- EQDSK_COCOS_13.OUT
|-- ETS_4.10b.10_v5.6.0
|-- ETS_4.10b.10_v5.6.1        -                             -"-
|-- EXPEQ_KEPLER.IN
|-- EXPEQ.OUT           -                             -"-
|-- EXPEQ.OUT.TOR
|-- EXPTNZ.OUT
|-- kepler
|-- kepler.log
|-- keplerLog4J.log
`-- NOUT                 -                             -"-
|-- EXPEQ.OUT.TOR             -                             -"-
|-- EXPTNZ.OUT                -                             -"-
|-- NOUT                      -                             -"-
|-- ETS_4.10b.10_v5.6.0       - This is the repository with ETS workflow, kplots, etc.
|-- kepler.log                - These are the logs of kepler.sh
|-- keplerLog4J.log           - These are the logs generated by Kepler via Log4J
|-- .kepler                   - This is the file you would normally find in $HOME
|-- KeplerData                -                     -"-
`-- .ptolemyII                -                     -"-


kepler.log file - one that contains log of Kepler's execution is also created in current directory.

...