Versions Compared

Key

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

...

Accessing data from UAL requires some modification to your code. In this part of tutorial, we will take a closer look on how to access IDS via UAL.

Warning

Warning

Stop here for a moment. Make sure you have followed the configuration setup before proceeding any further!

Configuration related tutorial is here -> Click me! <-

Downloading the user guide for the Data Model and Access Layer

Remember to set you IMAS environment via modules, for instance

module load imas/3.15.0
imasdb test 


...

AL interfaces

Page Tree
root0706.2. IMAS - accessing code parameters IDS data from user's code(POZ'19Oct)



Info
titleEncapsulating user code within Kepler actor

Summary of IMAS AL API methods could be found here:

https://confluence.iter.org/display/IMP/Access+Layer

It is possible to encapsulate Fortran/C++ code with Java code that represents Kepler actor. This way, you can easily incorporate your Fortran code with existing Kepler workflow.

This topics is covered in separate tutorial: Using FC2K for embedding Fortran code into Kepler