eradiate.thermoprops.us76.make_profile#

eradiate.thermoprops.us76.make_profile(levels=<Quantity([     0.   2000.   4000.   6000.   8000.  10000.  12000.  14000.  16000.   18000.  20000.  22000.  24000.  26000.  28000.  30000.  32000.  34000.   36000.  38000.  40000.  42000.  44000.  46000.  48000.  50000.  52000.   54000.  56000.  58000.  60000.  62000.  64000.  66000.  68000.  70000.   72000.  74000.  76000.  78000.  80000.  82000.  84000.  86000.  88000.   90000.  92000.  94000.  96000.  98000. 100000.], 'meter')>)[source]#

Makes an atmosphere vertical profile based on the US Standard Atmosphere 1976 thermophysical model.

Parameters:

levels (array-like, default: np.linspace(0, 1e5, 51) * ureg.m) – Levels altitudes [m]. The values must be sorted by increasing order. Valid range: 0 to 1e6 m.

Returns:

Dataset – Data set holding the values of the pressure, temperature, total number density and number densities of the individual gas species in each layer.

Notes

The pressure, temperature and number densities given in each layer of the altitude mesh are computed at the altitude of the layers centers. In other words, the layer’s middle is taken as the altitude representative of the whole layer. For example, in a layer with lower and upper altitudes of 1000 and 2000 m, the thermophysical variables are computed at the altitude of 1500 m.