Package org.orekit.models.earth.weather
Class GlobalPressureTemperature
java.lang.Object
org.orekit.models.earth.weather.GlobalPressureTemperature
The Global Pressure and Temperature model.
This model is an empirical model that provides the temperature and the pressure depending
the latitude and the longitude of the station.
The Global Pressure and Temperature model is based on spherical harmonics up to degree and order of 9. The residual values of this model can reach 20 hPa for pressure and 10 ° C for temperature. They are significant for higher latitudes and small near the equator (Böhm, 2007)
- Since:
- 12.1
- Author:
- Bryan Cazabonne, Luc Maisonobe
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGlobalPressureTemperature(Geoid geoid) Build a new instance.GlobalPressureTemperature(Geoid geoid, TimeScale utc) Build a new instance. -
Method Summary
Modifier and TypeMethodDescriptiongetWeatherParameters(GeodeticPoint location, AbsoluteDate date) Provide weather parameters.
-
Constructor Details
-
GlobalPressureTemperature
Build a new instance.This method uses the
default data context.- Parameters:
geoid- level surface of the gravity potential of a body- See Also:
-
GlobalPressureTemperature
Build a new instance.- Parameters:
geoid- level surface of the gravity potential of a bodyutc- UTC time scale.
-
-
Method Details
-
getWeatherParameters
Provide weather parameters.- Parameters:
location- location at which parameters are requesteddate- date at which parameters are requested- Returns:
- weather parameters
-