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
25 stars 24 forks source link

Use click in helper scripts directory #149

Open TeaganKing opened 2 weeks ago

TeaganKing commented 2 weeks ago

The scripts in cupid/ all use click instead of argparse and the scripts in the helper_scripts directory probably should as well. Thanks @mnlevy1981 for pointing this out in #142 .