-
Notifications
You must be signed in to change notification settings - Fork 12
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
submodule checkout is not working #146
Comments
I believe that this is because you have another external called FV3 (from the Externals_s2s.cfg externals). That external is being consulted instead of the .gitmodules file. |
I tried to add these to Externals_fv3.cfg explicitly
and that results in |
What I do not understand is the error message is happening before FV3 is checked out (which is why there are no submodules). |
the issue is that git submodule src/model/FV3/ccpp/frameworkdoes not get checked out. I don't understand why.
The text was updated successfully, but these errors were encountered: