cmip_branded_variable_mapper.horizontal_label#
Determination of the horizontal label
Functions:
| Name | Description |
|---|---|
get_horizontal_label |
Get horizontal label |
get_horizontal_label #
Get horizontal label
The logic this should follow is defined in Table F3 of Taylor et al.. This was last checked on September 24 2025. If updates have been made since, this code may be out of date with the underlying specification.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
dimensions
|
tuple[str, ...]
|
Dimensions of the variable |
required |
fallback
|
str
|
Value to return if no other conditions are matched |
'hm'
|
Returns:
| Type | Description |
|---|---|
str
|
horizontal label to use for constructing the branded variable name |