Tags: daonigab/pyTMD
Tags
feat: adding work for computing solid earth tides (pyTMD#186) * feat: adding work for computing solid earth tides fix: remove "test" from model io TODO: finish solid earth tide calculation following IERS conventions TODO: update documentation denoting LPET and SET options TODO: add validation testing for SET * feat: add step 1 and step 2 corrections to solid earth tides feat: add function for phase angles test: add IERS solid earth tests for each step * feat: add 1-liner for SET correction feat: add correction program for files test: add SET checks vs IERS and IS2 fix: check if datetime before converting to seconds fix: copy inputs in cartesian to not modify original arrays docs: update documentation to denote SET * fix: use geodetic conversion to calculate radial docs: add r2.0.3 release notes * fix: verify x, y, z and copy to not modify inputs test: test geodetic conversion additionally as arrays * fix: remove effects of original topography (if added when computing cartesian coordinates) * docs: add SET script documentation