Skip to content

Commit

Permalink
Updated readme to reflect DIY branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Goobley committed Feb 19, 2020
1 parent 85a7732 commit d29db6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ That is, if you learn methods by reading code, like I do.
It uses the full preconditioning method of Rybicki & Hummer (1992) with the ability to handle overlapping transitions, but under the assumption of complete redistribution.
The formal solver is currently using simple piecewise linear short characteristics due to its simplicity and the pedagogic benefits thereof.

### DIY

If you want to have a go at implementing the MALI method, then the `formal_sol_gamma_matrices` and `uv` functions in `rh_method.py` have been left documented but not complete on the `DIY` branch. It would also be an interesting exercise to extend the formal solver to use the monotonic piecewise parabolic method of Auer & Paletou (1994).

### Setup

Requires python 3.7+.
Expand Down

0 comments on commit d29db6a

Please sign in to comment.