Skip to content

Commit a031ea1

Browse files
initial commit
1 parent 33e0268 commit a031ea1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

uxarray/core/zonal.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
from uxarray.grid.utils import _get_cartesian_face_edge_nodes
77

88

9+
#TODO: Optimize the entire zonal average function to avoid unnecessary computations
10+
911
def _compute_non_conservative_zonal_mean(uxda, latitudes, use_robust_weights=False):
1012
"""Computes the non-conservative zonal mean across one or more latitudes."""
1113
uxgrid = uxda.uxgrid

0 commit comments

Comments
 (0)