Charlie Zender

Results 187 comments of Charlie Zender

Your command looks correct. The error message appears to come from your system, not from NCO. I think you may need to toy with the ulimits setting in your shell,...

You are correct that your OpenMP code causes TravisCI to fail on your branches not on master. We still need you to try to get OpenMP passing TravisCI on your...

Suggestion: Use the `ncremap -D 1` or `-D 2` option to print the `ncks` commands that it executes. This should help you understand why your ncks commands do not work....

It is fine to keep `schedule(nonmonotonic: guided,20)` as long as it is ifdef'd properly so that an older GCC that does not support it does not see it. Please add...

Please attempt these benchmarks on edison when your account

If you don't have an account in one week, please obtain an account on theta and cooley.

The high priority label means that this is the most important task in the queue, yet #69 has no summary and the PR for #71 is not yet referenced in...

I am not very familiar with these issues, but this discussion seems relevant: https://stackoverflow.com/questions/68227959/error-using-nco-in-jupyter-notebook-not-loading-gives-error-typeerror-after-co I suggest setting `NCOpath` to the directory of ncks on your system with, e.g., `export NCOpath='/usr/local/bin'`...

I think NCO and pyNCO are separate installations. Did you install NCO? If so, then pyNCO should find it if you set `NCOpath` to the directory containing the `ncks` executable.

Some of the motivation for designing this feature is to fully handle S5P datasets, such as those in #83. Hence a test if we have achieved our objectives is that...