NCAR / geocat-comp

GeoCAT-comp provides implementations of computational functions for operating on geosciences data. Many of these functions originated in NCL and were translated into Python.
https://geocat-comp.readthedocs.io
Apache License 2.0
129 stars 56 forks source link

[💡]: Is there a function to compute the derivative of a field #634

Closed ABF-EC closed 2 months ago

ABF-EC commented 4 months ago

Describe the functionality you are requesting, linking any relevant usage or previous implementations in the python ecosystem or otherwise.

Hi, I am looking for a function to compute the derivative of a field. I was wondering if you have a function that calculates the derivative of a field in any of your python library. There were some derivative functions in NCL, but I don't think I have seen any in geocat-comp. Best regards,

Is this a request for functionality that was previously in NCL?

Yes

Additional context

No response

kafitzgerald commented 4 months ago

Thanks for the question!

Are there specific functions or features you're looking for?

You might look at the following to start if you haven't already:

ABF-EC commented 4 months ago

Thanks Katelyn!

I will have a look this week at those and come back to you by the end of the week.

anissa111 commented 2 months ago

Hello ABF-EC, did you find what you were looking for?

I will close this issue shortly if you do not need anything else here.

anissa111 commented 2 months ago

I'm going to close this for now, feel free to re-open if there's anything else.

ABF-EC commented 1 month ago

Hi Anissa, Sorry for the late response. Yes, I can work with what Katelyn proposed. Thank you!