Path: AerospaceUtils/AtmosphericCalculations
% Jacchia-Lineberry model of the upper atmosphere.
Uses interpolating functions to replace the integrals in the full
Jacchia model. See also AtmJ70. Since Version 11.
--------------------------------------------------------------------------
Form:
[rho,T] = JacchiaLineberry( d, use70 )
--------------------------------------------------------------------------
-------
Inputs:
-------
d (.) Data structure
.Kp
.jD
.rECI
.f
.fHat
use70 (1,1) Flag to use 1970 coefficients, if 0 then 1971
coefficients will be used. Defaults to 1.
--------
Outputs:
--------
rho (1,1) Density, g/cm^3
T (1,1) Exospheric temperature
--------------------------------------------------------------------------
Reference: Jacchia-Linberry Upper Atmosphere Density Model,
NASA Mission Planning and Analysis Division, October 1982
NASA-CR-167824
--------------------------------------------------------------------------
AC: ACData/ACTConstants AerospaceUtils: Coord/ECIToEF AerospaceUtils: Coord/LatLonAltToEF SC: Ephem/SunV1 SC: SCData/sCTConstants Common: CommonData/Constants Common: CommonData/xSplashSmall Common: Database/Constant Common: General/DeleteCell Common: Time/DTSToDTA Common: Time/Date2JD Common: Time/JD2MJD Common: Time/JD2T Common: Time/T2JD Math: Linear/Mag Math: Linear/Unit Math: Trigonometry/CosD Math: Trigonometry/SinD
Back to the AerospaceUtils Module page