Skip to content

Commit

Permalink
Update JEDI hashes on 20250121 (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA authored Jan 21, 2025
1 parent 70ea55b commit 785a508
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 785a508

Please sign in to comment.