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_namedoesn’t match a known flux, the function will returnflux_namewithout any modification.Parameters#
- flux_name
str The abbreviation of the flux. For instance:
"H"or"LE".
Returns#
strThe real name of the flux. For instance:
"Sensible heat flux"or"Latent heat flux".
- flux_name