.. _model_config_workflow: WORKFLOW_SPEC_FILE ================== .. contents:: :local: Overview -------- Provides CIME with a models various ``workflows``. Entry ----- This is an example entry for ``config_files.xml``. .. code-block:: xml char $SRCROOT/cime_config/machines/config_workflow.xml case_last env_case.xml file containing workflow (for documentation only - DO NOT EDIT) $CIMEROOT/CIME/data/config/xml_schemas/config_workflow.xsd Schema Definition ----------------- ======================= ================================== Element/Attributes Description ======================= ================================== workflow_jobs Describe jobs in a workflow. id Workflow identifier. prepend Workflow to prepend to current workflow. append Workflow to append to current workflow. job Describe the job. name Name of the job. template Template file for job submission. hidden dependency Job dependencies. prereq Job pre-requirements. runtime_parameters Describe runtime parameters for the job. MACH Which machine these runtime parameters should be used on. task_count Task count for the job. tasks_per_node Number of tasks per node. walltime Walltime for the job. ======================= ================================== .. code-block:: xml