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

Unable to import distort #12

Closed ibekwemmanuel closed 1 month ago

ibekwemmanuel commented 1 month ago

Hi, I'm a newbie and I'm learning the Pythonic-DISORT using Jupyter notebook. it's going fine for me but when I got to chapter 6; "Comparisons against Stamnes’ DISORT", I was unable to import disort. I see disort4.0.99_f2py directory in your GitHub repository but don't know how to go about it. any help will be greatly appreciated .

dhjx1996 commented 1 month ago

Hi, the Jupyter Notebooks should now work regardless of whether a F2py-wrapped Stamnes' DISORT is installed