Major changes
- Added a new function
Displacement_strains_shtools
. This function is similar toDisplacement_strains
except that it uses Shtools to compute the spherical harmonic derivative. This new function is drastically faster and should be used for most usage. This function currently does not support GLQ grids.
Minor changes
-
readme
: Text update. -
Thin_shell_matrix
: Minor typo correction to the Gc_lm equation. -
SH_deriv_store
: Can now take input latitude/colatitude bounds to limit the computation region. Further optimized the whole sphere computation routine. -
Displacement_strain
andDisplacement_strain_shtools
: Added "depth" parameter to estimate the strain at a given depth. -
Mars_SouthPolarCap_displacement
: Added some text to clarify the iteration approach. Added a second method to directly estimate flexure with the "add_equation" option. -
Run_demo
: Updated the jupyter notebook with more example, including how to compute crustal thickness considering Pratt or Airy isostasy. -
Removed all
ducc
built in calls, which were causing some issues with the installer.