Search Functions

Search Functions#

Functions for searching and describing ERA5 variables.

varunayan.search_variable(pattern: str | None, dataset_type: str = 'all')[source]#

Search for variables in the dataset by pattern

Parameters:
  • pattern (str or None) – The string pattern to search for in variable names. If None, prints all variables.

  • dataset_type (str) – Dataset type to search (“single”, “pressure”, “all”, or any other registered dataset)

varunayan.describe_variables(variable_names: List[str], dataset_type: str)[source]#

Get descriptions for specific variables

Parameters:
  • variable_names (list) – List of variable names to describe

  • dataset_type (str) – Dataset type to search (“single”, “pressure”, “all”, or any other registered dataset)