Versions Compared

Key

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

...

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


Tip
titleEnvironment variables

$IMASPUBLICDBHOME points to /gw/swimas/shared/imasdb
$IMASPUBLICDBMETADATA points to /gw/swimas/shared/metadata/

Use dry mode

Run the tool in dry mode first:

...

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

...

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


This should now list the shot (in this case 12)

...

Code Block
ls -l $IMASPUBLICDBHOME/<TOKAMAK>/3/0/

or

Code Block
bin/publicIMASdbimasdbs -u public -t <TOKAMAK> -v 3

please report any problems you find.

...