.. _workflows: ********* Workflows ********* Currently, there are three kinds of workflow controls available in CIME. 1. Multiple jobs workflow The file, **$CIMEROOT/config/$model/machines/config_batch.xml**, contains a section called ```` which defines the submit script templates and the pre-requisites for running them. As an example, in cesm, the default ```` section is the following, with an explanation give by the NOTES additions. :: $BUILD_COMPLETE and not $TEST $BUILD_COMPLETE and $TEST 1 0:20:00 case.run or case.test $DOUT_S The elements that can be contained in the ```` section are: * : the name of the batch job. Batch jobs can contain one or more jobs, and each job has the following elements: *