Variables
Overview
Variables are defined using an entry
element. The id
attribute will contain the variable name.
Schema Definition
Element |
Required |
Description |
---|---|---|
type |
Yes |
The type of the variable. The type can be one of the following: |
values |
No |
This element can contain multiple |
default_value |
No |
Used to define a single value for the variable. |
group |
No |
Used to group variables together. |
file |
Yes |
The file the variable should be stored in. |
desc |
No |
A description of the variable. |
schema |
No |
Path to a schema file that will be used to validate the contents of the variable value. |
<entry id="">
<type>char</type>
<values>
<value></value>
<value component=""></value>
</values>
<default_value></default_value>
<group></group>
<file></file>
<desc></desc>
<schema></schema>
</entry>
Variables
- ARCHIVE_SPEC_FILE
- BATCH_SPEC_FILE
- BUILD_LIB_FILE
- CASEFILE_HEADERS
- CMAKE_MACROS_DIR
- COMPSETS_SPEC_FILE
- COMP_ROOT_DIR_*
- CONFIG_*_FILE
- CONFIG_CPL_FILE_MODEL_SPECIFIC
- CONFIG_TESTS_FILE
- GRIDS_SPEC_FILE
- INPUTDATA_SPEC_FILE
- MACHINE_SPEC_FILE
- MODEL
- NAMELIST_DEFINITION_FILE
- PES_SPEC_FILE
- PIO_SPEC_FILE
- SYSTEM_TESTS_DIR
- TESTS_MODS_DIR
- TESTS_SPEC_FILE
- USER_MODS_DIR
- WORKFLOW_SPEC_FILE