NCAR / ctsm_python_gallery

A place to put sample workflows and tools that use ctsm model output
Apache License 2.0
18 stars 28 forks source link

Which tools should go here vs. in CTSM's tools/contrib directory? #14

Closed billsacks closed 4 years ago

billsacks commented 4 years ago

Is there a distinction between which tools should go here vs. in CTSM's tools/contrib directory (https://github.com/ESCOMP/CTSM/tree/release-clm5.0/tools/contrib)? Currently, most of the tools there seem to be for pre-processing / setting up cases rather than post-processing, though one exception is https://github.com/ESCOMP/CTSM/blob/release-clm5.0/tools/contrib/SpinupStability.ncl . Is that a good distinction (at least for starters)?

I don't have strong feelings on this myself, but would be interested in what others think - @wwieder @olyson @ekluzek

wwieder commented 4 years ago

I agree, Bill. This repo is focused on data analyses. That said, maybe @olyson 's .ncl script is one we can migrate over to python, if someone's looking for an opportunity to learn some of these tricks in a jupyter notebook.

On Sun, Oct 6, 2019 at 7:32 AM Bill Sacks notifications@github.com wrote:

Is there a distinction between which tools should go here vs. in CTSM's tools/contrib directory ( https://github.com/ESCOMP/CTSM/tree/release-clm5.0/tools/contrib)? Currently, most of the tools there seem to be for pre-processing / setting up cases rather than post-processing, though one exception is https://github.com/ESCOMP/CTSM/blob/release-clm5.0/tools/contrib/SpinupStability.ncl . Is that a good distinction (at least for starters)?

I don't have strong feelings on this myself, but would be interested in what others think - @wwieder https://github.com/wwieder @olyson https://github.com/olyson @ekluzek https://github.com/ekluzek

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NCAR/ctsm_py/issues/14?email_source=notifications&email_token=AB5IWJAZWMYUC7B7HMBC2TDQNHSIVA5CNFSM4I54AEN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HP4W7FQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AB5IWJDUU2FVO7UOEZTTM7DQNHSIVANCNFSM4I54AENQ .

-- Will Wieder Project Scientist CGD, NCAR 303-497-1352

billsacks commented 4 years ago

Sounds reasonable... I'll go ahead and close this issue.