Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zonal face weights at constant lat (#555)
* Initial Draft Algorithm * Revert "Initial Draft Algorithm" This reverts commit 99573b8. * Initial Draft Algorithm * Initial Draft Algorithm * Updated documentation and comments, added test case, and updated index.rst * updated function name * Refactored function to get cartesian coords * Merged main, fixed conflicts updated doc string * Added test, addressed review comments * fixed pre-commit * Updated docstring and variable names * Initial commit, working in progress * Codes Refractor and Docstring updates * Update some layout * update * Fix the filled value case * changes * changes * changes * First draft of the function * working on the test case * commits * add directed option for the gca constlat intersection * working on it * Change the `is_directed` default as false * Change the `is_directed` default as false * Fix testcase * Finished `_get_zonal_face_weight_rad` * Allow users to specify if the input is GCA or constLat * Consider the equator case * Draft complete * structure refractor needed * Initial commit * Finished * precommit * Fix conflic * Add docstring * Abandon `pd.append` * delete duplicate * Fix testcases * try fixing testcases * try fixing testcases again * try fixing testcases again * try fixing testcases again again * Add error-tolerence in `point_within_gca` * pre-commit fix * Add the `is_latlonface` flag * Add the `is_latlonface` flag * Try to consider about the concave face case * WIP * Update uxarray/grid/integrate.py Co-authored-by: Philip Chmielowiec <67855069+philipc2@users.noreply.github.com> * working for merge conflict * working for merge conflict * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * WIP * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Resolve TestFaceWeights cases * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Resolve All Testcases * clean up * Add doc * fix doc --------- Co-authored-by: Philip Chmielowiec <67855069+philipc2@users.noreply.github.com> Co-authored-by: aazedwick <aazedwick@gmail.com> Co-authored-by: Aaron Zedwick <95507181+aaronzedwick@users.noreply.github.com> Co-authored-by: Orhan Eroglu <32553057+erogluorhan@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information