eradiate.thermoprops.us76.create#

eradiate.thermoprops.us76.create(z, variables=None)[source]#

Creates a US Standard Atmosphere 1976 data set using specified altitudes values.

Parameters
  • z (array-like) – 1-D array with altitude values [m].

  • variables (list, optional) – Names of the variables to compute.

Returns

Dataset – Data set holding the values of the different atmospheric variables.

Warning

The returned U.S. Standard Atmosphere 1976 data set is not an atmospheric vertical profile data set. See eradiate.thermoprops.us76.make_profile() if you are interested in generating an atmospheric vertical profile based on the U.S. Standard Atmosphere 1976 model.