Versions Compared

Key

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

...

Code Block
> module load imasenv
> module load imas-publicdb/rc

Use dry mode

Run the tool in dry mode first:

...

This will output the actions that will be taken and the metadata file that will be created on stdout.

Tip

In case of error: 
ERROR - Public database not set up for tokamak <TOKAMAK>and data version <DATAVERSION>
ERROR - You have to run
create_public_imas_dir <TOKAMAK> <DATAVERSION>


Please run:
create_public_imas_dir <TOKAMAK> <DATAVERSION>

Run the tool

Once you are ready to run the tool (everything what you have seen in dry-mode  seems to be fine) you can perform actual copy of data.

...

Check the output with imasdbs application

Code Block
> imasdbs -u public -t jet -v 3

or

Code Block
> publicIMASdb -u public -t jet -v 3

...