hibou.utils.get_full_flux_name#

hibou.utils.get_full_flux_name(flux_name: str)#

Returns the full flux name from its abbreviation.

Important

If the given flux_name doesn’t match a known flux, the function will return flux_name without any modification.

Parameters#

flux_namestr

The abbreviation of the flux. For instance: "H" or "LE".

Returns#

str

The real name of the flux. For instance: "Sensible heat flux" or "Latent heat flux".