Versions Compared

Key

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

...

  • t_profile: the temperature profile (in K or °C)
  • td_profile: the dew point temperature profile (in K or °C)
  • p_profile: the pressure profile (in Pa or hPa)

or as a vertical thermodynamic profile where:

profile: the result of a vertical profile extraction from GRIB or BUFR with the thermo_grib() or thermo_bufr() functions, respectively.

The start conditions of the parcel are defined via the start_condition definition that :

Surface

The parcel is started from the surface, i.e. the lowest point of the profile (i.e. from the surface) The definition in this case simply takes the form of

Code Block
(mode: 'surface')

(mode: 'surface')

Custom:

(mode: 'custom', t: start_temperature, td:, start_dewpoint,  p: start_pressure)