Package org.orekit.models.earth.weather
Class GlobalPressureTemperature2
- java.lang.Object
-
- org.orekit.models.earth.weather.AbstractGlobalPressureTemperature
-
- org.orekit.models.earth.weather.GlobalPressureTemperature2
-
- All Implemented Interfaces:
AzimuthalGradientProvider
,ViennaAProvider
,PressureTemperatureHumidityProvider
- Direct Known Subclasses:
GlobalPressureTemperature2Model
public class GlobalPressureTemperature2 extends AbstractGlobalPressureTemperature
The Global Pressure and Temperature 2 (GPT2) model.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GlobalPressureTemperature2(String supportedNames, DataProvidersManager dataProvidersManager, TimeScale utc)
Deprecated.as of 12.1 used only byGlobalPressureTemperature2Model
GlobalPressureTemperature2(DataSource source, TimeScale utc)
Constructor with source of GPT2 auxiliary data given by user.
-
Method Summary
-
Methods inherited from class org.orekit.models.earth.weather.AbstractGlobalPressureTemperature
getA, getA, getGradientCoefficients, getGradientCoefficients, getWeatherParamerers, getWeatherParamerers
-
-
-
-
Constructor Detail
-
GlobalPressureTemperature2
public GlobalPressureTemperature2(DataSource source, TimeScale utc) throws IOException
Constructor with source of GPT2 auxiliary data given by user.- Parameters:
source
- grid data source (files with extra columns like GPT2w or GPT3 can be used here)utc
- UTC time scale.- Throws:
IOException
- if grid data cannot be read
-
GlobalPressureTemperature2
@Deprecated protected GlobalPressureTemperature2(String supportedNames, DataProvidersManager dataProvidersManager, TimeScale utc)
Deprecated.as of 12.1 used only byGlobalPressureTemperature2Model
Constructor with supported names and source of GPT2 auxiliary data given by user.- Parameters:
supportedNames
- supported names (files with extra columns like GPT2w or GPT3 can be used here)dataProvidersManager
- provides access to auxiliary data.utc
- UTC time scale.
-
-