Skip to main content
Ctrl+K
Logo image

Site Navigation

  • Introduction
  • ESMValTool Functionalities
  • Getting started
  • Gallery
  • Available recipes
    • Obtaining input data
    • Making a recipe or diagnostic
    • Contributing to the community
    • Utilities
    • Diagnostics API Reference
    • Frequently Asked Questions
    • Changelog
    • Getting started
    • Example notebooks
    • The recipe format
    • Diagnostic script interfaces
    • Development
    • Contributing
    • ESMValCore API Reference
    • Changelog

Site Navigation

  • Introduction
  • ESMValTool Functionalities
  • Getting started
  • Gallery
  • Available recipes
    • Obtaining input data
    • Making a recipe or diagnostic
    • Contributing to the community
    • Utilities
    • Diagnostics API Reference
    • Frequently Asked Questions
    • Changelog
    • Getting started
    • Example notebooks
    • The recipe format
    • Diagnostic script interfaces
    • Development
    • Contributing
    • ESMValCore API Reference
    • Changelog

Section Navigation

  • CMOR functions
  • Configuration
  • Dataset
  • Find and download files from ESGF
  • Exceptions
  • Iris helper functions
  • Find files on the local filesystem
  • Preprocessor functions
  • Type hints
  • Experimental API
    • Recipes
    • Recipe output
    • Recipe Metadata
    • Utils
  • ESMValCore API Reference
  • Type hints

Type hints#

Type aliases for providing type hints.

esmvalcore.typing.FacetValue(*args, **kwargs)#

Type describing a single facet.

alias of Union[str, Sequence[str], Number]

esmvalcore.typing.Facets(*args, **kwargs)#

Type describing a collection of facets.

alias of Dict[str, Union[str, Sequence[str], Number]]

esmvalcore.typing.NetCDFAttr(*args, **kwargs)#

Type describing netCDF attributes.

NetCDF attributes can be strings, numbers or sequences.

alias of Union[str, Number, Iterable]

previous

Preprocessor functions

next

Experimental API

On this page
  • FacetValue
  • Facets
  • NetCDFAttr
Show Source

© Copyright 2023, ESMValTool Development Team.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.14.0.