US 76 Atmospheric model
[temp,pres,dens] = CL_mod_atmUS76(alt)
Computes temperature (temp), pressure (pres) and density (dens) at a given altitude (alt), using US76 atmospheric model.
Notes:
- The US76 atmospheric model can be used for altitudes up to 1000 km.
- If the input altitude is negative, it is enforced to 0.
Altitude [m] (1xN)
Kinetic temperature [K] (1xN)
Pressure [Pa] (1xN)
Density [kg/m^3] (1xN)
CNES - DCT/SB
1) CNES - MSLIB FORTRAN 90, Volume P (mp_atm_US76)