We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e0268 commit a031ea1Copy full SHA for a031ea1
1 file changed
uxarray/core/zonal.py
@@ -6,6 +6,8 @@
6
from uxarray.grid.utils import _get_cartesian_face_edge_nodes
7
8
9
+#TODO: Optimize the entire zonal average function to avoid unnecessary computations
10
+
11
def _compute_non_conservative_zonal_mean(uxda, latitudes, use_robust_weights=False):
12
"""Computes the non-conservative zonal mean across one or more latitudes."""
13
uxgrid = uxda.uxgrid
0 commit comments