Versions Compared

Key

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

...

Code Block
languagebash
$ module load imasenv/3.24.0/rc
$ imasdb imas-tutorialtest			     # Setting up working directory with databases
$ echo $MDSPLUS_TREE_BASE_0/	 # Variable containing the path to the database directory
/afs/eufus.eu/user/g/g2dfigat/public/imasdb/imas-tutorialtest/3/0/


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 using sandbox

...

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

...