-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Updating filterSpec #20
Comments
I really like these changes. They make the filter calculation more user friendly. I would like to note that I am basically maintaining a mirror of this code here: https://github.com/ocean-eddy-cpt/gcm-filters/blob/master/gcm_filters/filter.py In particular, I have renamed some of the input arguments to be more verbose and follow standard python naming conventions. I've also attempted to document them to the best of my understanding: My hope was that the actual code for the filters could live in the package. The package is basically ready for use and testing and only lacks kernels (see ocean-eddy-cpt/gcm-filters#8, ocean-eddy-cpt/gcm-filters#9, ocean-eddy-cpt/gcm-filters#10). With your new changes to
I'm open to whatever you think is best. I just want to communicate clearly to avoid further inefficient duplication between the two repos. |
I'm in favor of moving development of the filtering code over to the gcm-filters repo. But I'm not actually using the code, so I will defer to @NoraLoose, @jakesteinberg, and @ElizabethYankovsky. |
Moving the code development over to the gcm-filters repo sounds good to me, too. I'm hoping to get to some of the kernel issues (e.g., ocean-eddy-cpt/gcm-filters#9) next week. @iangrooms, are you going to submit a pull request over there with your changes to |
Let me know how I can help with this. The documentation for the package has not really been written, making it hard to know where to start. I can try to do some of that today. |
I've created a branch where I updated filter.py in several ways:
What do you think about these changes? We have a recipe for connecting the "target" grid scale to Lf. For the "Taper" filter Lf is now the same as the target grid scale, but for the Gaussian the target grid scale is \sqrt{12}*Lf.
The text was updated successfully, but these errors were encountered: