Skip to content
Snippets Groups Projects
README.rst 839 B
Newer Older
MetObs Archive Scripts
======================

The following directory contains bash and python scripts for simplifying
calls to manage and process data files associated with the current environment.
While some of these scripts may simply call a python module others provide
complex locking, logging, and error handling that is best kept under revision
control.

This directory is meant to be softlinked (or git cloned) in a processing
environment on the processing server. Normally this is something like:

    /data1/software/<site>-<inst>/scripts -> repos/git/<Site><Inst>/scripts

All scripts in this directory should be command line executable except
for the "metobs_config.sh" script which is meant as a shared configuration
script between all the processing scripts. See individual scripts for
a better description of their purpose.