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

Compare with Current View Page History

« Previous Version 4 Next »

In this tutorial

  • how can you integrate your code with UAL
  • how can you access data via UAL

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

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 

1. UAL interfaces

The root page 06.1 IMAS - accessing IDS data from user's code(POZ'19Oct) could not be found in space Scientific Worfklows.


Encapsulating user code within Kepler actor

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




  • No labels