Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add transfer function calculation and test cases * Ekman & Madsen cases for bld=inf * ruff format * complete code untested * Refactor code to improve performance and readability * Refactor transfer function calculations in transfer.py * ruff format * reformat * ruffing it up * Update Bessel functions in transfer.py and some tests * Add docstrings to besseltildes_noslip and besselktilde functions * formatting * more code, more tests * Add import for clouddrift.transfer module * Refactor wind_transfer_test_gradient method in transfer_tests.py * ruffed __init__.py * Refactor wind_transfer function and tests * rename test * added elipot method * sqrt -> numpy.lib.scimath.sqrt * Following @philippemiron's review and refactor some wind transfer test methods * reorder __all__ list * Refactor wind_transfer_free_slip function in transfer.py * new transfer functions (slab and kpp) * Rename slab_transfer to slab_wind_transfer * removed kpp, more test * ruffing it * Refactor plot_ragged function to improve clarity and documentation (#386) * 🔎 Development docs revision (#375) * Add docs focused on contributing and document several processes ----- Co-authored-by: Philippe Miron <[email protected]> Co-authored-by: Shane Elipot <[email protected]> * ⭐ Hurdat2 adapter (#378) * hurdat2 data adapter * use CF conventions * improve warning when it cannot be determined whether the remote file is new or not * increment revision --------- Co-authored-by: Shane Elipot <[email protected]> * add condensed coverage to PR * Update default values for optional parameters in transfer.py * more tests * more tests * Refactor response_to_wind_stress function to include latitude and window parameters * upgrade to 3.10+ * remove top level transfer function for now --------- Co-authored-by: Kevin Santana <[email protected]> Co-authored-by: Philippe Miron <[email protected]> Co-authored-by: Philippe Miron <[email protected]>
- Loading branch information