eradiate.thermoprops.util.make_profile_regular#

eradiate.thermoprops.util.make_profile_regular(profile, atol)[source]#

Converts the atmosphere thermophysical properties data set with an irregular altitude mesh to a profile defined over a regular altitude mesh.

Parameters
  • profile (Dataset) – Original atmosphere thermophysical properties data set, defined over an irregular altitude mesh.

  • atol (float) – Absolute tolerance used in the conversion of the irregular altitude mesh to a regular altitude mesh.

Returns

Dataset – Converted atmosphere thermophysical properties data set, defined over a regular altitude mesh.