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

Table 4.203

Cloud type

Notes:

  1. Code figures 11-20 indicate all four layers were used and ground-based fog is below the lowest layer.

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

Link to this section Summary

Link to this section Types

Specs

id() :: integer()

Specs

t() ::
  :altocumulus
  | :altocumulus_ground_based_fog_beneath_the_lowest_layer
  | :altostratus
  | :altostratus_ground_based_fog_beneath_the_lowest_layer
  | :cirrorcumulus
  | :cirrorcumulus_ground_based_fog_beneath_the_lowest_layer
  | :cirrostratus
  | :cirrostratus_ground_based_fog_beneath_the_lowest_layer
  | :cirrus
  | :cirrus_ground_based_fog_beneath_the_lowest_layer
  | :clear
  | :cumulonimbus
  | :cumulonimbus_ground_based_fog_beneath_the_lowest_layer
  | :cumulus
  | :cumulus_ground_based_fog_beneath_the_lowest_layer
  | :nimbostratus
  | :nimbostratus_ground_based_fog_beneath_the_lowest_layer
  | :stratocumulus
  | :stratocumulus_ground_based_fog_beneath_the_lowest_layer
  | :stratus
  | :stratus_ground_based_fog_beneath_the_lowest_layer
  | :unknown
  | :reserved
  | :reserved_for_local_use
  | :missing

Link to this section Functions

Specs

get(id()) :: t()