fgasdia / LongwaveModePropagator.jl

Model the propagation of VLF radio waves in the Earth-ionosphere waveguide.
https://fgasdia.github.io/LongwaveModePropagator.jl/dev
MIT License
15 stars 5 forks source link

Modesearch defaults #37

Closed fgasdia closed 3 years ago

fgasdia commented 3 years ago

Closes #36

Introduces breaking changes that: 1) Increases default LMPParams().integrationparams.tolerance and 2) removes filtering of modes based on satisfying the mode condition (the previous filtering tolerance was regularly removing valid modes when this should be handled by RootsAndPoles.jl).

fgasdia commented 3 years ago

So far this:

fgasdia commented 3 years ago

This PR now