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

Make surfaces in numpy #13

Open kconnour opened 2 years ago

kconnour commented 2 years ago

Feature request

The current surface routines (RHOU, RHOQ, etc.) are created by calling bdref.f. All the code is hidden there. It would be much easier to create the surface arrays in numpy and would remove all fortran dependencies in the pre-processing. It would also be testable (the current code isn't easily testable).

Priority

Low