A Julia package to calculate the tidal deformation (i.e., tidal Love numbers) of solid, partially-solid, and liquid planetary mantles and the associated volumetric tidal dissipation and global heating rates.
Obliqua: https://proteus-framework.org/Obliqua/ PROTEUS: https://proteus-framework.org/PROTEUS/
README.md- This fileCODE_OF_CONDUCT.md- Code of conduct for the communityLICENSE.txt- License for modification, distribution, etc.Project.toml- Project file for Julia package managersrc/- Source filesdocs/- Documentation filesout/- Output filesres/- Resourcestest/- Tests for the codeexamples/- Tools and notebooks showing how to use the code
GitHub: https://github.com/FormingWorlds/Obliqua
This software is available under the MIT license. Different components within the PROTEUS framework carry different licenses. Please find information about the use of licenses within the PROTEUS framework on the PROTEUS licence page.
- Install Julia's package manager (Mac and Linux):
curl -fsSL https://install.julialang.org | sh - Clone the repo
git clone https://github.com/FormingWorlds/Obliqua.git
- Move to the repository directory
cd Obliqua - Open Julia package manager
julia
- Install
Obliquajulia> ] pkg> add .
This project is being developed in close collaboration with the PROTEUS similation framework. Obliqua can be used seamlessly within PROTEUS to model tidal dissipation and Love number evolution in planetary interiors.
For detailed instructions on installing and using Obliqua in combination with PROTEUS, please refer to the installation guide in the Obliqua documentation.