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

Table 4.3

Type of generating process

Notes:

1. Code figures 12 and 13 are intended in cases where code figures 0 and 2 may not be sufficient to indicate that significant post-processing has taken place on an intial analysis or forecast output.

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

Link to this section Summary

Link to this section Types

Specs

id() :: integer()

Specs

t() ::
  :analysis
  | :initialization
  | :forecast
  | :bias_corrected_forecast
  | :ensemble_forecast
  | :probability_forecast
  | :forecast_error
  | :analysis_error
  | :observation
  | :climatological
  | :probability_weighted_forecast
  | :bias_corrected_ensemble_forecast
  | :post_processed_analysis
  | :post_processed_forecast
  | :nowcast
  | :hindcast
  | :physical_retrieval
  | :regression_analysis
  | :difference_between_two_forecasts
  | :reserved
  | :reserved_for_local_use
  | :forecast_confidence_indicator
  | :probability_matched_mean
  | :neighborhood_probability
  | :bias_corrected_and_downscaled_ensemble_forecast
  | :perturbed_analysis_for_ensemble_initialization
  | :ensemble_agreement_scale_probability
  | :post_processed_deterministic_expert_weighted_forecast
  | :ensemble_forecast_based_on_counting
  | :local_probability_matched_mean
  | :missing

Link to this section Functions

Specs

get(id()) :: t()