Naser Mahfouz
Naser Mahfouz
I don't know how Rob managed to get it working on chrysalis and the fact we are not hitting this with testing, so it could be something in the user...
A quick workaround is to have git-lfs inside a conda env (`conda install git-lfs`) and do `git lfs install` which results in the following in global gitconftg ``` $ tail...
@evasinha, from a quick test, it seem simply deleting these lines from ~/.gitconfig is a valid workaround: ``` [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge...
Let us know if you manage to get past the error
you can add a check somewhere around this line to ensure output_yaml_files don't have duplicate entries (you can either do that in a nice or ugly way --- an example...
@ekdejong, the python stuff is excellent! Actually better/smarter and more informative than I would have proposed here. Maybe a minor feedback Luca or Jim would likely insist on is avoiding...
oh btw, I triggered an AI review out of curiosity what it would say ;) and lol, it is mostly useless (love how it is insisting on uppercase YAML...)
Yeah, needed to remove cice-related files to get around all of this. Iirc, it was r, rh, and h files needing to be removed, but I didn't take notes I...
I can happen with non-EAMxx cases, but we rarely (if ever) run with CICE in other E3SM activities 👀
Revisiting this issue ... @ndkeen would it be possible to submit one of your cess-v2-like runs like above but without the `force_new_file: true` option? If not, I can try to...