LDEO-CREW / Pythonic-DISORT

Discrete Ordinates Solver for the (1D) Radiative Transfer Equation in a single or multi-layer plane-parallel atmosphere. Coded entirely in Python 3. Based on Stamnes' FORTRAN DISORT (see references in the Jupyter Notebook) and has its main features.
https://pythonic-disort.readthedocs.io/en/latest/
MIT License
9 stars 2 forks source link

Implement the remaining test problems from Stamnes et. al.'s `disotest.f90` in PyTest #1

Open dhjx1996 opened 1 year ago

dhjx1996 commented 1 year ago

Most of the remaining test problems have to do with isotropic sources. The problem is that isotropic sources are implemented quite differently -- though equivalently -- in PythonicDISORT and DISORT so it is difficult to test the former against the later.