-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using git-fleximod for noresm2_5_alpha08 #598
Comments
@TomasTorsvik, was this on a fresh clone? If not, what was the tree status before you ran the update command? I cannot reproduce this. Here are my steps:
I performed this sequence successfully on login-3 of Betzy and also on login-2 and my local workstation. I think this may have been a glitch or a temporary disk issue on login-2 as I cannot reproduce this. Closing. |
@gold2718 , @mvertens - CISM is pointing to the ESCOMP repository in the
|
@TomasTorsvik - so this is one of the real problems with git-fleximod. In my case it didn't find the tag and it just went on. If I do the following:
If I apply your suggested fix - which is to change the .gitmodules at the top level to be
the the following results:
You will have checked out the right branch BUT it is not consistent with the internal git submodule entry inside the .git directory tree. So that needs to be fixed as well. @gold2718, @mvdebolskiy and I have talked today about how we want to proceed to with addressing NorESM needs. For now I think we need to work with git-fleximod and understand how to fix things and at the same time work to implement a better solution for our needs. What we plan to do is to create a noresm2_5_alpha08b tag that has the correct fixes for cism and an updated ChangeLog. |
@mvertens - thanks for the update. It's not a major problem for me, since I'm not running with CISM. It breaks my test script, but I can work around it manually. |
I am getting the same error message after git clone https://github.com/NorESMhub/NorESM.git Trying to switch node |
@oyvindseland - Switching node will probably not change anything. The entry in
|
OK. I guess it will be updated in the next tag. I am setting up a 20 year simulation and will add the information in the simulation overview |
There is a new PR for noresm2_5_alpha08b that will fix this. But I think for this simulation not having a correct cism checkout should not be a problem. |
Fixed with tag |
Describe the bug
Please provide a clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After running git-fleximod, I have cism component with git status : HEAD detached at 41843ef
The text was updated successfully, but these errors were encountered: