Skip to content

Commit

Permalink
Merge branch 'develop' into feature/lowres-b
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres authored Jan 22, 2025
2 parents 5fe890c + 785a508 commit 5fbcd12
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 17 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ install*/
/fv3-jedi-lm
/gsibec
/gsw
/icepack
/ioda
/ioda-data
/iodaconv
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
path = sorc/fv3-jedi
url = https://github.com/jcsda/fv3-jedi.git
branch = develop
[submodule "sorc/icepack"]
path = sorc/icepack
url = https://github.com/JCSDA-internal/Icepack.git
branch = feature/ecbuild-new
[submodule "sorc/soca"]
path = sorc/soca
url = https://github.com/jcsda-internal/soca.git
Expand Down
5 changes: 0 additions & 5 deletions bundle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ if(BUILD_GDASBUNDLE)
ecbuild_bundle( PROJECT fv3-jedi SOURCE "../sorc/fv3-jedi" )

# SOCA associated repositories
# TODO: Move the Icepack fork to EMC github
set(BUILD_ICEPACK "ON" CACHE STRING "Build the icepack library")
if ( BUILD_ICEPACK )
ecbuild_bundle( PROJECT icepack SOURCE "../sorc/icepack" )
endif()
ecbuild_bundle( PROJECT soca SOURCE "../sorc/soca" )

# Build JEDI/DA or other peripherals
Expand Down
1 change: 0 additions & 1 deletion sorc/icepack
Submodule icepack deleted from 73136e
2 changes: 1 addition & 1 deletion sorc/ioda
2 changes: 1 addition & 1 deletion sorc/ufo
Submodule ufo updated 27 files
+2 −0 .github/workflows/ci.yml
+2 −0 src/ufo/filters/CMakeLists.txt
+62 −1 src/ufo/filters/QCmanager.cc
+2 −1 src/ufo/filters/VariableTransformParametersBase.h
+20 −13 src/ufo/filters/actions/ROobserrInflation.cc
+11 −3 src/ufo/filters/actions/ROobserrInflation.h
+6 −4 src/ufo/operators/crtm/ufo_crtm_utils_mod.F90
+0 −2 src/ufo/operators/gnssro/QC/CMakeLists.txt
+1 −1 src/ufo/operators/gnssro/utils/gnssro_mod_obserror.F90
+2 −2 src/ufo/operators/rttov/ObsRadianceRTTOV.cc
+10 −1 src/ufo/operators/rttov/ObsRadianceRTTOVParameters.h
+2 −1 src/ufo/operators/rttov/ufo_radiancerttov_mod.F90
+1 −1 src/ufo/operators/rttov/ufo_radiancerttov_tlad_mod.F90
+130 −24 src/ufo/operators/rttov/ufo_radiancerttov_utils_mod.F90
+16 −17 src/ufo/variabletransforms/Cal_HeightFromPressure.cc
+4 −20 src/ufo/variabletransforms/Cal_PressureFromHeight.cc
+13 −4 src/ufo/variabletransforms/Cal_SatBrightnessTempFromRad.cc
+9 −0 src/ufo/variabletransforms/Cal_SatRadianceFromScaledRadiance.cc
+31 −4 test/CMakeLists.txt
+66 −0 test/testinput/unit_tests/filters/iasi_rttov_ops_qc_rttovonedvarcheck.yaml
+1 −1 test/testinput/unit_tests/predictors/CMakeLists.txt
+73 −0 test/testinput/unit_tests/predictors/aircraft_bc_mpi.yaml
+3 −4 test/testinput/unit_tests/variabletransforms/CMakeLists.txt
+27 −0 test/testinput/unit_tests/variabletransforms/variabletransforms_SondeHeightFromPressure.yaml
+24 −0 test/testinput/unit_tests/variabletransforms/variabletransforms_SondePressureFromHeight.yaml
+25 −1 test/testinput/unit_tests/variabletransforms/variabletransforms_SondePressureFromHeightICAO.yaml
+63 −0 test/testinput/unit_tests/variabletransforms/variabletransforms_btfromradiance.yaml

0 comments on commit 5fbcd12

Please sign in to comment.