Skip to content

Commit

Permalink
update gdas app
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Mar 15, 2024
1 parent 47427fe commit d8b3da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/gdas.cd
Submodule gdas.cd updated 40 files
+4 −4 parm/aero/berror/staticb_bump.yaml.j2
+0 −0 parm/aero/berror/staticb_identity.yaml.j2
+0 −26 parm/aero/hofx/hofx_nomodel.yaml
+30 −0 parm/aero/hofx/hofx_nomodel.yaml.j2
+0 −43 parm/aero/obs/config/viirs_n20_aod.yaml
+43 −0 parm/aero/obs/config/viirs_n20_aod.yaml.j2
+0 −43 parm/aero/obs/config/viirs_npp_aod.yaml
+43 −0 parm/aero/obs/config/viirs_npp_aod.yaml.j2
+5 −0 parm/aero/obs/lists/gdas_aero.yaml.j2
+0 −3 parm/aero/obs/lists/gdas_aero_prototype.yaml
+31 −23 parm/aero/variational/3dvar_fgat_gfs_aero.yaml.j2
+31 −23 parm/aero/variational/3dvar_gfs_aero.yaml.j2
+63 −0 parm/atm/utils/gdas_jediinc2fv3.yaml.j2
+29 −0 parm/io/fv3jedi_fieldmetadata_fv3inc.yaml
+24 −0 parm/io/fv3jedi_fieldmetadata_history.yaml
+102 −0 parm/soca/berror/soca_ensrecenter.yaml
+1 −0 parm/soca/obsprep/obsprep_config.yaml
+25 −0 scripts/exgdas_global_marine_analysis_ecen.py
+6 −1 test/CMakeLists.txt
+11 −12 test/aero/genyaml_3dvar.sh
+23 −0 test/fv3jedi/CMakeLists.txt
+66 −0 test/fv3jedi/testinput/gdasapp_fv3jedi_jediinc2fv3.yaml
+41 −0 test/fv3jedi/testoutput/gdasapp_fv3jedi_jediinc2fv3.ref
+1 −0 test/soca/gw/CMakeLists.txt
+1 −0 test/soca/gw/run_jjobs.yaml.test
+2 −2 ush/soca/bkg_utils.py
+245 −0 ush/soca/marine_recenter.py
+0 −22 ush/ufsda/misc_utils.py
+2 −3 ush/ufsda/ufs_yaml.py
+3 −5 ush/ufsda/yamltools.py
+2 −0 utils/CMakeLists.txt
+5 −0 utils/fv3jedi/CMakeLists.txt
+8 −0 utils/fv3jedi/gdas_fv3jedi_jediinc2fv3.cc
+89 −0 utils/fv3jedi/gdas_fv3jedi_jediinc2fv3.h
+19 −10 utils/obsproc/Ghrsst2Ioda.h
+6 −1 utils/obsproc/Rads2Ioda.h
+87 −27 utils/obsproc/Viirsaod2Ioda.h
+3 −3 utils/obsproc/util.h
+1 −1 utils/test/testinput/gdas_rads2ioda.yaml
+3 −3 utils/test/testref/ghrsst2ioda.test

0 comments on commit d8b3da2

Please sign in to comment.