Skip to content

Commit

Permalink
Update to new stable build on 20241119
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Nov 19, 2024
1 parent e06890b commit 47fee54
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sorc/fv3-jedi
2 changes: 1 addition & 1 deletion sorc/ioda
Submodule ioda updated 105 files
2 changes: 1 addition & 1 deletion sorc/iodaconv
2 changes: 1 addition & 1 deletion sorc/soca
Submodule soca updated 45 files
+0 −87 src/soca/LinearVariableChange/BkgErrGodas/BkgErrGodas.cc
+0 −54 src/soca/LinearVariableChange/BkgErrGodas/BkgErrGodas.h
+0 −32 src/soca/LinearVariableChange/BkgErrGodas/BkgErrGodasFortran.h
+0 −7 src/soca/LinearVariableChange/BkgErrGodas/CMakeLists.txt
+0 −113 src/soca/LinearVariableChange/BkgErrGodas/soca_bkgerrgodas.interface.F90
+0 −322 src/soca/LinearVariableChange/BkgErrGodas/soca_bkgerrgodas_mod.F90
+0 −1 src/soca/LinearVariableChange/CMakeLists.txt
+2 −1 src/soca/SaberBlocks/CMakeLists.txt
+4 −0 src/soca/SaberBlocks/ParametricOceanStdDev/CMakeLists.txt
+388 −0 src/soca/SaberBlocks/ParametricOceanStdDev/ParametricOceanStdDev.cc
+173 −0 src/soca/SaberBlocks/ParametricOceanStdDev/ParametricOceanStdDev.h
+0 −1 src/soca/Utils/CMakeLists.txt
+0 −163 src/soca/Utils/soca_omb_stats_mod.F90
+1 −76 src/soca/Utils/soca_utils.F90
+6 −11 test/CMakeLists.txt
+27 −16 test/testinput/3dhyb.yml
+14 −17 test/testinput/3dhyb_diffusion.yml
+13 −16 test/testinput/3dhybfgat_pseudo.yml
+27 −17 test/testinput/3dvar.yml
+27 −17 test/testinput/3dvar_lowres.yml
+13 −16 test/testinput/3dvar_nicas.yml
+8 −16 test/testinput/4dvar_htlm.yml
+8 −16 test/testinput/4dvar_identity.yml
+90 −0 test/testinput/dirac_parametric_ocean_stddev.yml
+17 −16 test/testinput/dirac_soca_cov.yml
+17 −16 test/testinput/dirac_socahyb_cov.yml
+33 −24 test/testinput/enspert.yml
+16 −24 test/testinput/sqrtvertloc.yml
+0 −52 test/testinput/varchange_bkgerrgodas.yml
+21 −21 test/testref/3dhyb.test
+20 −20 test/testref/3dhyb_diffusion.test
+15 −15 test/testref/3dhybfgat_pseudo.test
+25 −25 test/testref/3dvar.test
+25 −25 test/testref/3dvar_lowres.test
+16 −16 test/testref/3dvar_nicas.test
+12 −12 test/testref/4dvar_htlm.test
+12 −12 test/testref/4dvar_identity.test
+28 −28 test/testref/addincrement.test
+15 −15 test/testref/convertincrement.test
+19 −19 test/testref/convertstate_soca2cice.test
+39 −0 test/testref/dirac_parametric_ocean_stddev.test
+20 −20 test/testref/dirac_soca_cov.test
+58 −58 test/testref/dirac_socahyb_cov.test
+45 −45 test/testref/enspert.test
+65 −65 test/testref/sqrtvertloc.test
2 changes: 1 addition & 1 deletion sorc/vader
Submodule vader updated 101 files

0 comments on commit 47fee54

Please sign in to comment.