TidalPy icon indicating copy to clipboard operation
TidalPy copied to clipboard

Software suite to perform solid-body tidal dissipation calculations for rocky and icy worlds

Results 19 TidalPy issues
Sort by recently updated
recently updated
newest added

Users have reported that successful runs of `RadialSolver.radial_solver` give unallocated values when accessing the solutions.k, .h, .l etc. ```python # Problem def run(): solution = radial_solver(*input) k = solution.k return...

bug
Docs
Cython
RadialSolver

**Describe the bug** This is a thread to track improvements / issues related to integration stability when using dynamic liquid layers in RadialSolver. * Causes * Stability problems appear when...

Research Needed
Performance
RadialSolver

Opening this bug report to document exploring why degree-1 Love numbers are often too large. Will add reports on test cases to see if this is an integration issue or...

RadialSolver

Having issues with cibuildwheel building wheels for x86 architectures (on windows and linux) as well as musl-linux. Have disabled these for now in pyproject.toml.

cibuildwheel
Github Actions

The RadialSolver method has the option of scaling relative and/or absolute tolerances based on the layer type. See, for example, [here](https://github.com/jrenaud90/TidalPy/blob/49a004ca564f49e0a9011d4219610bde5bc32c81/TidalPy/RadialSolver/solver.pyx#L575-L576). The scales that are currently in place are just...

Beginner
Research Needed
RadialSolver

Kamata et al. (2015) has the two starting solutions for `RadialSolver` k^2 +/- (see their Eq. B13) implying that solution 1 uses the + version and solution 2 uses the...

Question
Beginner

The recrusision formula shown in TS72 and KMN15 (See TS72 Eq. 97) does not reproduce the full version of this function (TS72 Eq. 96). I am finding it to be...

Question

An earlier version of TidalPy used the full definition of Takeuchi & Saito (1972)'s starting conditions in the radial function. However, testing revealed that there were issues matching the limiting...

floating-point-error
RadialSolver

Add a function to quickly build common systems (instantiate and return the orbit class for each system): - [ ] Jovian system - [ ] Earth-Moon system - [ ]...

Please read the style.md before making new doc strings. _Docstrings should be concise_ **Sub-Packages** - [ ] burnman_interface - [ ] cooling - [ ] dynamics - [ ] integration...

Beginner
Docs