Viewing
In the directory $SPDIR/chain/extensions several extensions for a chain job are available. In the README files you find instructions how to implement these extensions.
Alternative archive format
Directory: $SPDIR/chain/extensions/archive_format

In the template arch.job.tmpl the results are combined into tar-files for archiving. You can choose between pre-defined alternative templates, however, you are free to change arch.job.tmp1 to your needs.

1. Option (default)
Output tar-files have the form
EXPID_YYYY_MM_nesting.tar
YYYY_MM/out01
YYYY_MM/out02
EXPID_YYYY_MM.tar
YYYY_MM/out03
YYYY_MM/out04
.
.
.
YYYY_MM/outnn
In the starter package you can create this output by the experiments sp001 and sp002. The file ...nesting.tar contains all necessary quantities to drive a higher resolution CCLM.

2. Option
Output tar-files have the form
cclm_out01_YYYY1MM10100_YYYY2MM20100.tar
cclm_out02_YYYY1MM10100_YYYY2MM20100.tar
.
.
.
cclm_outnn_YYYY1MM10100_YYYY2MM20100.tar


Boundary data
Directory: $SPDIR/chain/extensions/boundary_data

Settings for alternative global reanalyses and GCM are stored here. Presently settings for the following global model data are available:
ERA40, ERAInterim, ERA20C, ERA5 (European sub-domain), JRA55, NCEP-RA1.
SAMOA
Directory: $SPDIR/chain/extensions/samoa

SAMOA (SAnity check for MOdels of the Atmosphere) checks for each variable in the output files if the min and max values lie within a range specified in a list with variables and min, max values. See the file template samoa.sh for terms of use and the README_INSTALL file on how to install this extension. The output is written to ${WORKDIR}/${EXPID}/joblogs/ samoa${YYYY_MM}.log To save disk space the output is deleted if SAMOA does not find any errors. If you want to keep the log files uncomment the appropriate lines in the arch.job.tmpl.
 Viewing