hypersonic-effects

A Python package to model radiative response to various aircraft emissions at different altitudes and latitudes. The model combines empirical emission sensitivities with linear interpolation to estimate total radiative effects.

2
mentions
3
contributors
114 commitsLast commit ≈ 2 months ago0 stars0 forks

Cite this software

Description

DOI

Radiative forcing of hypersonic aircraft emission inventories

The software quantifies climate impact of hypersonic aircraft emission inventories as a number and within seconds instead of very long numerical simulations that produce Petabytes of data. The input requires water vapor, hydrogen and nitrogen oxide emission data along flight trajectories. The repository provides a Python package, examples and an executable to calculate the climate impact (stratosphere adjusted radiative forcing) of hypersonic aircraft emission inventories. The radiative forcing of water vapour changes and ozone changes are calculated on the basis of water vapour, hydrogen and nitrogen oxide emissions. The current version is able to read in mat- and nc-files. NetCDF read in is currently optimised for data published online, e.g. for the aircraft design STRATOFLY-MR3.

Limitations

Interpolation (30-38 km) and extrapolation surface-30 km are used. It is recommended to note the following:

  • The atmospheric and radiative sensitivites are based on results from Pletzer et al (2024). The atmospheric composition of the numerical climate model is based on surface emission inventories for 2050.
  • The class includes a function (drop_vertical_levels()) that drops emission in the troposphere or below specified altitude levels and excludes it from the climate calculation. Its use is strongly recommended as long as sensitivities are not yet extended to altitudes below 30 km.
  • The climate impact of emission inventories where the average flight altitude does not correspond to the typical hypersonic flight altitudes (about 24-40 km) should not be estimated.
  • Meaningful results can be expected for the radiative effect of water vapour changes due to water vapour emissions. This explicitly excludes the radiative effect of water vapour changes due to hydrogen and nitrogen oxide emissions.
  • Meaningful results can be expected for the radiative effect of ozone changes due to water vapour, hydrogen and nitrogen oxide emissions.

Please keep these limitations in mind when using the software.

Getting started

The software can be installed via

pip install -e .

The repo contains two example notebooks for processing of emission inventories in mat- and nc-format. Otherwise, the user can various routines, e.g. one that reads all emission inventory files within the folder and returns the calculated radiative forcing in an xlsx file.

Acknowledgements

Daniel Bodmer contributed with validation of model results by offering current state of the art hypersonic aircraft emission inventories on trajectory and route network level: DOI

Logo of hypersonic-effects
Keywords
Programming languages
  • Jupyter Notebook 84%
  • Python 16%
License
</>Source code

Participating organisations

German Aerospace Center (DLR)
Delft University of Technology

Reference papers

Mentions

Contributors

Related software

supersonic-effects

SU

A Python package to model ozone column changes and radiative effects in response to various aircraft emissions at different altitudes over specific regions. The model combines empirical emission sensitivities to estimate effects of supersonic transport on ozone and radiation.

Updated 3 days ago
1 3