kconnour / pyRT_DISORT

A Python package for helping to compute input arrays to DISORT.
https://kconnour.github.io/pyRT_DISORT/
BSD 3-Clause "New" or "Revised" License
15 stars 5 forks source link

Atmosphere cannot handle 1 wavelength #17

Open kconnour opened 2 years ago

kconnour commented 2 years ago

Bug description

Evidently Atmosphere will replace n_wavelengths with n_layers if it's run with 1 wavelength.

Minimal working example

import pyrt

# More to come later

Expected behavior

No response

Screenshots

No response

Operating system

macOS

Python version

3.9

Priority

Medium

Further information

No response