arch-slk_settings
This file includes the main settings for the simulation and is called at the beginning of each script in the job chain.
Environment Variable | Description |
ARCH_SLK_SLKDIR | Base directory under which the data are stored in the tape archive. Data are stored under ${ARCH_SLK_SLKDIR}/${EXPID}/${YYYY_MM} |
ARCH_SLK_ITYPE_CHECKFILESIZE | = 0 no check = 1 compare bytes of the files = 2 compare MD5 checksums of the files |
ARCH_SLK_SLEEP | In case MD5 checksum of the archive is not yet ready try again after ARCH_SLK_SLEEP seconds (only relevant for ARCH_SLK_ITYPE_CHECKFILESIZE=2) |
ARCH_SLK_RETRY_MAX | Maximum naumber of re-tries in case MD5 checksum of the archive is not yet ready (only relevant for ARCH_SLK_ITYPE_CHECKFILESIZE=2) |
ARCH_SLK_DELETE_ARCHFILES | = 0 tar files on disk will be kept = 1 tar files on disk will be deleted |