Commit 62ff402
Adds support for parametric vertical coordinate (#528)
* Adds initial parametric functions
* Updates parametric module and adds tests
* Adds function to help transpose outputs
* Removes hardcoded dims
* Fixes optional argument bug and handling case insensitive terms
* Moves from function to class based implementation of transforms
* Fixes failing test
* Removes extras spaces in text
* Fixes formatting
* Resolves mypy errors
* Removes redundant code
* Fixes global variable case
* Updates _derive_ocean_stdname
* Moves to dataclass
* Fixes passing variables to class constructor
* Removes redundant code
* Fixes handling unknown standard names
Co-authored-by: Deepak Cherian <[email protected]>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Removes squeeze and fixes constants
* Adds entry to CITATIONS.cff
* cleanup
* tweak docs
---------
Co-authored-by: Deepak Cherian <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Deepak Cherian <[email protected]>1 parent f474e5c commit 62ff402
File tree
6 files changed
+1467
-84
lines changed- cf_xarray
- tests
- doc
6 files changed
+1467
-84
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
2754 | 2754 | | |
2755 | 2755 | | |
2756 | 2756 | | |
2757 | | - | |
2758 | | - | |
2759 | | - | |
2760 | | - | |
2761 | | - | |
2762 | | - | |
2763 | 2757 | | |
| 2758 | + | |
2764 | 2759 | | |
2765 | 2760 | | |
2766 | 2761 | | |
| |||
2782 | 2777 | | |
2783 | 2778 | | |
2784 | 2779 | | |
| 2780 | + | |
2785 | 2781 | | |
2786 | 2782 | | |
2787 | 2783 | | |
| |||
2790 | 2786 | | |
2791 | 2787 | | |
2792 | 2788 | | |
| 2789 | + | |
2793 | 2790 | | |
2794 | 2791 | | |
2795 | 2792 | | |
2796 | 2793 | | |
2797 | | - | |
2798 | | - | |
2799 | | - | |
2800 | | - | |
2801 | | - | |
2802 | | - | |
2803 | | - | |
2804 | | - | |
2805 | | - | |
2806 | | - | |
2807 | | - | |
2808 | | - | |
2809 | | - | |
2810 | | - | |
2811 | | - | |
| 2794 | + | |
| 2795 | + | |
2812 | 2796 | | |
2813 | | - | |
2814 | | - | |
2815 | | - | |
2816 | | - | |
2817 | | - | |
2818 | | - | |
2819 | | - | |
2820 | | - | |
2821 | | - | |
2822 | | - | |
2823 | | - | |
2824 | | - | |
2825 | | - | |
2826 | | - | |
2827 | | - | |
| 2797 | + | |
| 2798 | + | |
| 2799 | + | |
| 2800 | + | |
2828 | 2801 | | |
2829 | | - | |
2830 | | - | |
| 2802 | + | |
| 2803 | + | |
2831 | 2804 | | |
2832 | | - | |
| 2805 | + | |
2833 | 2806 | | |
2834 | 2807 | | |
2835 | 2808 | | |
| |||
0 commit comments