Versions Compared

Key

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

...

Info

Before proceeding any further, make sure you have configured your Kepler environment. Take a look here 00. Initial setup or here 05.3. IMAS - basic topics - environment set-up(POZ'19Oct)

Sample codes of

...

accessing IDS

Prepare example:

Code Block
$ cd ./core_profiles_in__distribution_sources_out/fortran
$ module load imasenv/3.24.0/rc       # load environment if not set
$ tree
.
├── core_profiles_2_distribution_sources_fc2k_slice.xml
├── core_profiles_2_distribution_sources_fc2k.xml
├── core_profiles_2_distribution_sourcesF.f90
├── core_profiles_2_distribution_sources_workflow_slice.xml
├── core_profiles_2_distribution_sources_workflow.xml
├── database
│   ├── ids_1110010000.characteristics
│   ├── ids_1110010000.datafile
│   └── ids_1110010000.tree
├── Makefile
└── run_test.sh

...