Versions Compared

Key

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

...

You can switch to IMAS environment using:

  • modules

    • switch from ITM module to IMAS module

      Code Block
      module unload itmenv
      module load imasenv
      imasdb <machine_name>

      OR

    • purge all modules and load "clean" IMAS environment 

      Code Block
      module purge
      module load cineca
      module load imasenv
      imasdb <machine_name>

 

  • This script will load all the modules in IMAS flavor. You will get access to most commonly used tools (FC2K, Kepler, Matlab interfaces, Python interfaces, etc.)

  • You should be able to proceed with all the tools in a similar way as before

  • You have to be aware of the fact that data access in IMAS and ITM is slightly different (similar, but still different)

...