Package org.orekit.models.earth.weather
This package provides models that simulate global weather conditions on Earth.
The global parameters computed with these models are:
- Pressure
- Temperature
These parameters can be used as input parameters for the models that required the values of the pressure and the temperature.
- Author:
- Bryan Cazabonne
-
Interface Summary Interface Description PressureTemperatureHumidityProvider Interface for providing weather parameters.WeatherModel Deprecated. as of 12.1, replaced byPressureTemperatureHumidityProvider
-
Class Summary Class Description AbstractGlobalPressureTemperature Base class for Global Pressure and Temperature 2, 2w and 3 models.CellInterpolator Interpolator within a grid cell.ConstantPressureTemperatureHumidityProvider Provider for constant weather parameters.FieldCellInterpolator<T extends CalculusFieldElement<T>> Interpolator within a grid cell.FieldPressureTemperature<T extends CalculusFieldElement<T>> Container for pressure and temperature.FieldPressureTemperatureHumidity<T extends CalculusFieldElement<T>> Container for pressure, temperature, and humidity.GlobalPressureTemperature The Global Pressure and Temperature model.GlobalPressureTemperature2 The Global Pressure and Temperature 2 (GPT2) model.GlobalPressureTemperature2Model Deprecated. GlobalPressureTemperature2w The Global Pressure and Temperature 2w (GPT2w) model.GlobalPressureTemperature3 The Global Pressure and Temperature 3 (GPT3) model.GlobalPressureTemperatureModel Deprecated. as of 12.1, replaced byGlobalPressureTemperature
HeightDependentPressureTemperatureHumidityConverter Converter for weather parameters that change with height.PressureTemperature Container for pressure and temperature.PressureTemperatureHumidity Container for pressure, temperature, and humidity.