Philip Chmielowiec

Results 230 comments of Philip Chmielowiec

Hi @hongyuchen1030 I've set up the initial boilerplate for your implementation. If you'd like to discuss anything about the implementation before getting started, we can chat about it here. One...

> > Hi @hongyuchen1030 > > I've set up the initial boilerplate for your implementation. If you'd like to discuss anything about the implementation before getting started, we can chat...

I may have worded the first part of my question incorrectly. I was asking whether your zonal average algorithm can compute the zonal average of data variables that either node,...

Here's a reference from NCL's zonal average page (which is where I got the figure above from) https://www.ncl.ucar.edu/Applications/zonal.shtml

> Thank you for your information. I was told that this function will be averaging the data for each face. So I only implemented for the scenario where: a data...

> > > Thank you for your information. I was told that this function will be averaging the data for each face. So I only implemented for the scenario where:...

@hongyuchen1030 As part of this PR, I'll be putting together a user-guide section too.

> Hi @philipc2, > > I have a question regarding the expected usage of the `zonal_mean` in the PR description: > > `zonal_mean` is a member function of `UxDataArray` class,...

I attempted to run this on one of our sample meshes, but received an error. ```Python base_path = "../../test/meshfiles/ugrid/outCSne30/" grid_path = base_path + "outCSne30.ug" data_path = base_path + "outCSne30_vortex.nc" uxds...

> Hi team, > > * I have completed the implementation of the zonal-mean function and its helper functions in `zonal.py`. I am now proceeding with testing and documentation. @philipc2,...