ExGrib.Grib2.Section4.ProbabilityType (ex_grib v0.0.1) View Source

Table 4.9

Probability type

Notes:

(1). Above normal, near normal and below normal are defined as three equiprobable categories based on climatology at each point over the geographical area covered by the grid. The type and methodology of the reference climatology are unspecified and should be documented concurrently by the data producer.

(2). Product definition templates that use Code Table 4.9 may contain octets to store the values of lower and upper limits. When categorical probability is used (such as below, near and above normal), these octets shall be set to “all ones” (missing).

https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-9.shtml

Link to this section Summary

Link to this section Types

Specs

id() :: integer()

Specs

t() ::
  :probability_of_event_above_lower_limit
  | :probability_of_event_above_upper_limit
  | :probability_of_event_below_lower_limit
  | :probability_of_event_below_upper_limit
  | :probability_of_event_between_upper_and_lower_limits_limit
  | :probability_of_event_equal_to_lower_limit
  | :probability_of_event_in_above_normal_category
  | :reserved
  | :reserved_for_local_use
  | :missing

Link to this section Functions

Specs

get(id()) :: t()