Skip to content

Commit

Permalink
Update gdas hash
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Dec 5, 2024
1 parent 1679ca8 commit ffedd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/gdas.cd
Submodule gdas.cd updated 62 files
+1 −0 ci/hera.sh
+1 −0 ci/orion.sh
+1 −1 ci/run_ci.sh
+1 −1 ci/run_gw_ci.sh
+20 −1 parm/aero/berror/aero_diagb.yaml.j2
+3 −0 parm/atm/jcb-prototype_3dvar-fv3inc.yaml.j2
+3 −0 parm/atm/jcb-prototype_lgetkf-fv3inc.yaml.j2
+1 −1 parm/jcb-gdas
+27 −71 parm/soca/berror/soca_ensrecenter.yaml
+0 −92 parm/soca/berror/soca_hybrid_bmat.yaml
+4 −3 parm/soca/ensda/stage_ens_mem.yaml.j2
+0 −1 parm/soca/marine-jcb-base.yaml
+3 −5 parm/soca/obsprep/obsprep_config.yaml
+1 −1 sorc/soca
+0 −7 test/CMakeLists.txt
+81 −58 test/atm/global-workflow/CMakeLists.txt
+3 −0 test/atm/global-workflow/config.yaml
+13 −0 test/atm/global-workflow/jcb-prototype_3dvar-fv3inc.yaml.j2
+5 −2 test/atm/global-workflow/jcb-prototype_3dvar.yaml.j2
+13 −0 test/atm/global-workflow/jcb-prototype_lgetkf-fv3inc.yaml.j2
+5 −2 test/atm/global-workflow/jcb-prototype_lgetkf.yaml.j2
+5 −2 test/atm/global-workflow/jcb-prototype_lgetkf_observer.yaml.j2
+5 −2 test/atm/global-workflow/jcb-prototype_lgetkf_solver.yaml.j2
+0 −23 test/fv3jedi/CMakeLists.txt
+0 −65 test/fv3jedi/testinput/gdasapp_fv3jedi_fv3inc.yaml
+0 −41 test/fv3jedi/testoutput/gdasapp_fv3jedi_fv3inc.ref
+397 −107 test/gw-ci/CMakeLists.txt
+13 −0 test/gw-ci/atm/jcb-prototype_3dvar-fv3inc_ufs_hybatmDA.yaml.j2
+42 −0 test/gw-ci/atm/jcb-prototype_3dvar_ufs_hybatmDA.yaml.j2
+13 −0 test/gw-ci/atm/jcb-prototype_lgetkf-fv3inc_ufs_hybatmDA.yaml.j2
+56 −0 test/gw-ci/atm/jcb-prototype_lgetkf_observer_ufs_hybatmDA.yaml.j2
+59 −0 test/gw-ci/atm/jcb-prototype_lgetkf_solver_ufs_hybatmDA.yaml.j2
+50 −0 test/gw-ci/atm/jcb-prototype_lgetkf_ufs_hybatmDA.yaml.j2
+35 −19 test/gw-ci/run_exp.sh
+15 −0 test/gw-ci/soca/jcb-prototype_3dfgat_3DVarAOWCDA.yaml.j2
+41 −0 test/testreference/C48mx500_3DVarAOWCDA_3dfgat.ref
+41 −0 test/testreference/C96C48_ufs_hybatmDA_3dvar-fv3inc.ref
+124 −0 test/testreference/C96C48_ufs_hybatmDA_3dvar.ref
+82 −0 test/testreference/C96C48_ufs_hybatmDA_lgetkf-fv3inc.ref
+126 −0 test/testreference/C96C48_ufs_hybatmDA_lgetkf_observer.ref
+180 −0 test/testreference/C96C48_ufs_hybatmDA_lgetkf_solver.ref
+41 −0 test/testreference/atm_jjob_3dvar-fv3inc.ref
+0 −0 test/testreference/atm_jjob_3dvar.ref
+123 −0 test/testreference/atm_jjob_lgetkf-fv3inc.ref
+0 −0 test/testreference/atm_jjob_lgetkf.ref
+0 −0 test/testreference/atm_jjob_lgetkf_observer.ref
+0 −0 test/testreference/atm_jjob_lgetkf_solver.ref
+0 −1 ush/CMakeLists.txt
+0 −187 ush/jediinc2fv3.py
+63 −56 ush/soca/marine_recenter.py
+20 −5 utils/chem/chem_diagb.h
+1 −1 utils/fv3jedi/fv3jedi_analcalc.h
+19 −3 utils/fv3jedi/fv3jedi_fv3inc.h
+29 −0 utils/soca/fig_gallery/marine_vrfy_display/README
+724 −0 utils/soca/fig_gallery/marine_vrfy_display/default.css
+422 −0 utils/soca/fig_gallery/marine_vrfy_display/fonts.css
+862 −0 utils/soca/fig_gallery/marine_vrfy_display/index_vrfy_marine.html
+43 −11 utils/soca/gdas_ens_handler.h
+1 −1 utils/soca/gdas_incr_handler.h
+11 −10 utils/soca/gdas_postprocincr.h
+27 −6 utils/soca/gdas_soca_diagb.h
+19 −10 utils/test/CMakeLists.txt

0 comments on commit ffedd08

Please sign in to comment.