Versions Compared

Key

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

...

Code Block
languagebash
> ./store_data.sh	--help
Usage: store_data.sh [OPTIONS]
-help,		--help=		print this messageMandatory options:
-shot=,		--shot=		shot number
-run=,		--run=		run number
-machine=,	--machine=	tokamak name
-sim-db=,	--sim-db=	simulation databasei (e.g. pedestal, jettc)
Optional options:
-user=,		--user=		user name
-version=,	--version=	database version
-file=,		--file=		location of derivation file
                        must be provided as explicit path

In case you don't provide optional options, their values will be taken from environment variables

...

Warning
titleselecting simulation db

Since release R1.3 it's possible to use multiple databases for data. It means, there can be different locations where data are stored. This way, it's possible to prevent accidental overwriting of data. At the moment, there are two, separate, installations: pedestal, jettc. It might be they will get different names in the future. You can pass target database name by specifying it as -sim-db argument.

Code Block
--sim-db=pedestal

Populating explicit pulse file

Let's say you want to populate following pulse file:

...