.flake8
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CONTRIBUTORS
LICENSE
README.md
pyproject.toml
sonar-project.properties
doc/source/conf.py
doc/source/index.rst
doc/source/installation.rst
doc/source/reference.rst
doc/source/_static/cta.png
doc/source/_static/cta_dark.png
src/molecularprofiles/__init__.py
src/molecularprofiles/_version.py
src/molecularprofiles/molecularprofiles.py
src/molecularprofiles/version.py
src/molecularprofiles.egg-info/PKG-INFO
src/molecularprofiles.egg-info/SOURCES.txt
src/molecularprofiles.egg-info/dependency_links.txt
src/molecularprofiles.egg-info/requires.txt
src/molecularprofiles.egg-info/top_level.txt
src/molecularprofiles/_dev_version/__init__.py
src/molecularprofiles/tests/test_grib_utils.py
src/molecularprofiles/tests/test_humidity.py
src/molecularprofiles/tests/test_molecular_profiles.py
src/molecularprofiles/tests/test_rayleigh.py
src/molecularprofiles/tests/test_data/absorbing_molecules_tests/sample_cams_molecules.grib
src/molecularprofiles/tests/test_data/absorbing_molecules_tests/sample_ozone.grib
src/molecularprofiles/tests/test_data/absorbing_molecules_tests/cross_sections/nitrogen_dioxide_absorption_cross_section_294K.ecsv
src/molecularprofiles/tests/test_data/absorbing_molecules_tests/cross_sections/ozone_absorption_cross_section_digitised.ecsv
src/molecularprofiles/tests/test_data/ecsv/test_rayleigh_extinction_file.ecsv
src/molecularprofiles/tests/test_data/grib/sample.grib
src/molecularprofiles/tests/test_data/grib/sample2.grib2
src/molecularprofiles/tests/test_data/reference_atmospheres_tests/reference_atmo_model_v0_CTA-south_winter.ecsv
src/molecularprofiles/utils/__init__.py
src/molecularprofiles/utils/constants.py
src/molecularprofiles/utils/grib_utils.py
src/molecularprofiles/utils/humidity.py
src/molecularprofiles/utils/logger.conf
src/molecularprofiles/utils/rayleigh.py
src/molecularprofiles/utils/absorbing_molecules/nitrogen_dioxide_absorption_cross_section_294K.ecsv
src/molecularprofiles/utils/absorbing_molecules/ozone_absorption_cross_section_digitised.ecsv
src/molecularprofiles/utils/models/upper_atmospheres/upper_atmosphere_north_intermediate.ecsv
src/molecularprofiles/utils/models/upper_atmospheres/upper_atmosphere_north_summer.ecsv
src/molecularprofiles/utils/models/upper_atmospheres/upper_atmosphere_north_winter.ecsv
src/molecularprofiles/utils/models/upper_atmospheres/upper_atmosphere_south_summer.ecsv
src/molecularprofiles/utils/models/upper_atmospheres/upper_atmosphere_south_winter.ecsv