You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

 

1.1.1. 4.3.1 Generating Python code

Whenever Kepler actor is created, associated Python actor is generated inside $HOME/kepler/itm/python directory. You can use this code inside your Python based workflow. However, there are few things to remember.

Make sure to use:

ITMIMAS

Most recent PyUAL release

module load pyual/rc

Most recent PyUAL release

Make sure to import module from

/work/imas/core/pyual

Make sure to use most recent release of FC2K.

 

In case you can't use most recent release of FC2K,

the lowest version that supports Python code generation is: R3.0.15

module switch fc2k/R3.0.15

Make sure to use most recent release of FC2K.


In case you can't use most recent release of FC2K,

the lowest version that supports Python code generation is: R3.0.15

module switch fc2k/4.2.6 # at ITER

module switch imas-fc2k/4.2.6 # at Gateway

 

 

  • No labels