Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Extracts vertical profiles from BUFR data in a suitable format suitable for thermodynamic diagrams (defined by Thermo View). This is a Metview icon function, for detailed documentation please see Thermo Data.


Anchor
thermo_data_info
thermo_data_info

definition thermo_data_info(data: thermo_data)

Convenience function to extract metadata from a Thermo Data object. The function returns a definition that can be used to e.g. build the title for thermodynamic diagrams. See the Parcel method on Skew-T Example from the Gallery for its usage.


Anchor
thermo_data_values
thermo_data_values

definition thermo_data_values(data: thermo_data, time_dim_index: number)

Convenience function to access profiles for a given time_dimension_index (indexing starts at 1 in Macro and 0 in Python) from a Thermo Data object. The function returns a definition. See the Parcel method on Skew-T Example from the Gallery for its usage.

This function was introduced in version 5.10.0.


Anchor
thermo_grib
thermo_grib

netcdf thermo_grib(...)

...