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

nbscuid - Move file creation related to jupyter book out of run.py and into build.py #36

Open rmshkv opened 9 months ago

rmshkv commented 9 months ago

https://github.com/NCAR/CUPiD/blob/main/nbscuid/util.py#L114C1-L168

Currently lots of things happen together in setup_book(), including copying over parameters related to jupyter book creation from config.yml to separate files. This creates confusion if you later run nbscuid-build config.yml having changed some parameters, because the files were already created when you ran nbscuid-run and will not carry over.