ClimoDataArrayAccessor.to_variable

ClimoDataArrayAccessor.to_variable(dest, standardize=False, **kwargs)[source]

Transform this variable to another variable using two-way transformations registered with register_transformation. Transformations work recursively, i.e. definitions for A –> B and B –> C permit transforming A –> C.

Parameters
  • dest (str) – The destination variable.

  • standardize (bool, optional) – Whether to standardize the units afterward.

  • **kwargs – Passed to the transformation function.