LION
 All Classes Files Functions Variables Pages
Get started

How to get documentation, compile and run the code

Author
L. Villard
Date
03/2018

How to get code documentation

Go to subdirectory ~/src_f90 and type 'make documentation'

This will create the LION_common code documentation with doxygen. Alternatively, you can type 'make documentation_ITM' This will create documentation on LION-ITM stuff in addition to LION_common. Similarly, you will type 'make documentation_IMAS' to create documentation on LION-IMAS stuff in addition to Lion_common.

The result is a html document can then be visualized by opening the file

~/DOC/Doxygen/html/index.html

with any web browser.

For more details, please see the page 'Developer guide' > 'How to document the code'

How to compile and run the code

Go to subdirectory src_f90 and type ``` make ```

Required modules

Compiling libraries

``

See Also
makefiles

How to run the code

The LION code can be run in three different contexts: (1) ITM ; (2) IMAS ; (3) standalone

ITM run

IMAS run

Standalone run

Note
In 'standalone' mode, the LION code actually needs equilibrium quantities produced by the CHEASE code.