NCAR / CUPiD

CUPiD is a “one stop shop” that enables and integrates timeseries file generation, data standardization, diagnostics, and metrics from all CESM components.
https://ncar.github.io/CUPiD/
Apache License 2.0
21 stars 19 forks source link

Clean up notebooks #56

Closed mnlevy1981 closed 4 months ago

mnlevy1981 commented 5 months ago

In #55, when I switched from the parallel ploomber DAG to the serial one, I started to see lots of warnings:

Ploomber warnings Import warnings

The import warnings should be simple to remove, as are the These parameters are not used in the task's source code messages. While fixing these, I think we want to move CESM_output_dir into the global_params section

mnlevy1981 commented 5 months ago

Removed the "imported but unused" errors in #55, but main still has a few unused parameters messages and the PYDEVD_DISABLE_FILE_VALIDATION debugger warning

mnlevy1981 commented 4 months ago

closed in favor of #75 and #76