diff --git a/CMakeLists.txt b/CMakeLists.txt index 3886cc940..6cbcb1d3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ if(BUILD_GDASBUNDLE) ecbuild_bundle( PROJECT gsw GIT "https://github.com/jcsda-internal/GSW-Fortran.git" BRANCH develop ) # Core JEDI repositories - ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda-internal/oops.git" BRANCH feature/fsdivide-skipabort-noci) + ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" BRANCH develop) ecbuild_bundle( PROJECT vader GIT "https://github.com/jcsda/vader.git" BRANCH develop ) ecbuild_bundle( PROJECT saber GIT "https://github.com/jcsda/saber.git" BRANCH develop ) ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" BRANCH develop ) diff --git a/utils/soca/gdas_postprocincr.h b/utils/soca/gdas_postprocincr.h index 45993d2b5..cd716eaa1 100644 --- a/utils/soca/gdas_postprocincr.h +++ b/utils/soca/gdas_postprocincr.h @@ -170,7 +170,6 @@ class PostProcIncr { lvc.changeVarTraj(xTraj, socaIncrVar_); lvc.changeVarTL(socaIncr, socaIncrVar_); oops::Log::info() << "$%^#& in var change:" << socaIncr << std::endl; - //return socaIncr; } // -----------------------------------------------------------------------------