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

Bring mom6-tools in as an external via manage-externals #22

Closed mnlevy1981 closed 6 months ago

mnlevy1981 commented 7 months ago

Is your feature request related to a problem? Please describe. We are bringing mom6-examples in using pip in a conda environment file, which means we can not modify the code in that package at all. This is unfortunate, because it is very much still in development and we are uncovering some bugs in it

Describe the solution you'd like If we use manage_externals to bring it in as an external somewhere, then we can have conda install this local version in such a way that we can edit it on the fly

mnlevy1981 commented 6 months ago

I forgot to link this to #32, which addressed this issue