Skip to content
Merged
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
ignore = all
[submodule "sorc/gsibec"]
path = sorc/gsibec
url = https://github.com/GEOS-ESM/GSIbec
url = https://github.com/RRFSx/GSIbec
branch = develop
ignore = all
[submodule "sorc/ioda"]
Expand All @@ -50,12 +50,12 @@
ignore = all
[submodule "sorc/saber"]
path = sorc/saber
url = https://github.com/jcsda/saber
url = https://github.com/RRFSx/saber
branch = develop
ignore = all
[submodule "sorc/ufo"]
path = sorc/ufo
url = https://github.com/jcsda/ufo
url = https://github.com/RRFSx/ufo
branch = develop
ignore = all
[submodule "sorc/vader"]
Expand All @@ -70,7 +70,7 @@
ignore = all
[submodule "sorc/mpas-jedi"]
path = sorc/mpas-jedi
url = https://github.com/JCSDA/mpas-jedi
url = https://github.com/RRFSx/mpas-jedi
branch = develop
ignore = all
[submodule "sorc/bufr-query"]
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ if [[ $BUILD_RRFS_TEST == 'YES' ]]; then
fi

# Copy workaround codes (remove these as soon as PRs are merged)
if [[ $BUILD_WORKAROUND == 'YES' ]]; then
if [[ $BUILD_WORKAROUND == 'COPY_WORKAROUND' ]]; then

# Apply workaround patches (git commit-base workaround method)
# Need to convert all the copy-based workaround methods to commit-based method
Expand Down
2 changes: 1 addition & 1 deletion sorc/mpas-jedi
Loading