Replies: 1 comment
-
|
Hi Sam, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been doing CESM runs with various versions of the code, and a brittle aspect of my workflow is the need to double-check what version of the model code any build directory is associated with before starting a run. I also should be manually making a text file in the archived outputs directory with some info about the latest version, but so far have been too lazy.
In the previous model I worked on, I just aliased
maketo include some commands making such files. These included:git log -1)Obviously such a technique wouldn't work with CIME. Does anything in CIME save any of that sort of info anywhere? If not (or if so but not everything/everywhere I described), I'd be happy to contribute this.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions