Module: WrfForecast::Threshold

Defined in:
lib/wrf_forecast/threshold/base_threshold.rb,
lib/wrf_forecast/threshold/rain_threshold.rb,
lib/wrf_forecast/threshold/wind_threshold.rb,
lib/wrf_forecast/threshold/threshold_value.rb,
lib/wrf_forecast/threshold/threshold_handler.rb,
lib/wrf_forecast/threshold/temperature_threshold.rb

Overview

This module holds the classes that describe threshold values for the different meteorological data values. These are relevant when creating a weather forecast and giving information about significant weather events like hot day, strong winds or high precipitation sums.

Defined Under Namespace

Classes: BaseThreshold, RainThreshold, TemperatureThreshold, ThresholdHandler, ThresholdValue, WindThreshold