SHTOOLS is a library of Fortran 95 software that can be used to perform spherical harmonic transforms, multitaper spectral analyses, expansions of functions into Slepian bases, and standard operations on global gravitational and magnetic field data. Requires linking with FFTW-3 and LAPACK compatible libraries.
SHTOOLS is a library of Fortran 95 software that can be used to perform spherical harmonic transforms, multitaper spectral analyses, expansions of functions into Slepian bases, and standard operations on global gravitational and magnetic field data. Requires linking with FFTW-3 and LAPACK compatible libraries.
To install shtools, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install shtools
To see what files were installed by shtools, run:
port contents shtools
To later upgrade shtools, run:
sudo port selfupdate && sudo port upgrade shtools
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.