<< CL_mod_atmRefract Models CL_mod_atmUS76Density >>

CelestLab >> Models > CL_mod_atmUS76

CL_mod_atmUS76

US76 atmospheric model

Calling Sequence

[temp,pres,dens] = CL_mod_atmUS76(alt)

Description

Parameters

alt :

Altitude [m] (1xN)

temp :

Kinetic temperature [K] (1xN)

pres :

Pressure [Pa] (1xN)

dens :

Density [kg/m^3] (1xN)

Authors

Bibliography

Examples

alt = 700.e3;
[temp,pres,dens] = CL_mod_atmUS76(alt)

Report an issue
<< CL_mod_atmRefract Models CL_mod_atmUS76Density >>