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

Table 4.11

Type of time intervals

Notes:

1. Code figure 5 applies to instances where a single time subinterval was used to calculate the statistically processed field.

The exact starting and ending times of the subinterval are not given, but it is known that itb is contained inclusively between the beginning time and the ending time of the overall interval.

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

Link to this section Summary

Link to this section Types

Specs

id() :: integer()

Specs

t() ::
  :floating_subinterval_of_time_between_forecast_time_and_end_of_overall_time_interval
  | :successive_times_processed_have_same_forecast_time
  | :successive_times_processed_have_same_start_time_of_forecast
  | :successive_times_processed_have_start_time_of_forecast_decremented_and_forecast_time_incremented_so_that_valid_time_remains_constant
  | :successive_times_processed_have_start_time_of_forecast_incremented_and_forecast_time_decremented_so_that_valid_time_remains_constant
  | :reserved
  | :reserved_for_local_use
  | :missing

Link to this section Functions

Specs

get(id()) :: t()