We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I checkout the model on Orion, it gives me error like:
Orion-login-3[136] minghu$ git submodule update --recursive --init error: invalid key (newline): submodule.physics/rte-rrtmgp physics/Radiation/RRTMGP/rte-rrtmgp.url error: invalid key (newline): submodule.physics/rte-rrtmgp physics/Radiation/RRTMGP/rte-rrtmgp.url No url found for submodule path 'physics/Radiation/RRTMGP/rte-rrtmgp' in .gitmodules
I found that the ".gitmodules" in "ufs-weather-model/FV3/ccpp/physics" has two parts:
[submodule "physics/rte-rrtmgp"] path = physics/Radiation/RRTMGP/rte-rrtmgp url = https://github.com/earth-system-radiation/rte-rrtmgp branch = main [submodule "physics/Radiation/RRTMGP/rte-rrtmgp"] path = physics/Radiation/RRTMGP/rte-rrtmgp url = https://github.com/earth-system-radiation/rte-rrtmgp
If I delete the first part, I can check out the CCPP.
git checkout on Orion
The text was updated successfully, but these errors were encountered:
Duplicate of #165
Sorry, something went wrong.
No branches or pull requests
Description
When I checkout the model on Orion, it gives me error like:
I found that the ".gitmodules" in "ufs-weather-model/FV3/ccpp/physics" has two parts:
If I delete the first part, I can check out the CCPP.
Steps to Reproduce
git checkout on Orion
The text was updated successfully, but these errors were encountered: