Versions Compared

Key

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

...

Code Block
languagebash
titleSetting up Catalog QT environment
> module load imasenv

# Remember to set the name of database (I am using 'test')
> imasdb test
 
# Make sure to load catalog QT module
> module load imas-catalogqt/R1.3

Populating Catalog with data

...

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
-filemachine=,		--filemachine=		location of derivation file
				location of derivation file must be provided as explicit pathtokamak name
-sim-db=,	--sim-db=	simulation databasei (e.g. pedestal, jettc)
Optional options:
-user=,		--user=		user name
-machineversion=,	--machineversion=	tokamakdatabase nameversion
-versionfile=,		--version=	database versionfile=		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

...