Skip to content

Commit

Permalink
update modules hash
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Jul 15, 2024
1 parent 4013eb1 commit a548c7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sorc/gdas.cd
Submodule gdas.cd updated 51 files
+0 −19 README.md
+1 −1 build.sh
+4 −25 ci/driver.sh
+2 −27 ci/gw_driver.sh
+2 −2 ci/hera.sh
+3 −0 modulefiles/GDAS/gaea.intel.lua
+3 −0 modulefiles/GDAS/hera.intel.lua
+3 −0 modulefiles/GDAS/noaacloud.intel.lua
+9 −10 modulefiles/GDAS/orion.intel.lua
+2 −5 parm/aero/berror/aero_diffusionparm.yaml.j2
+0 −33 parm/aero/berror/staticb_diffusion.yaml.j2
+57 −49 parm/atm/jcb-base.yaml.j2
+1 −1 parm/atm/jcb-prototype_lgetkf.yaml.j2
+356 −0 parm/atm/obs/config/satwind_modis_aqua.yaml.j2
+368 −0 parm/atm/obs/config/satwind_modis_terra.yaml.j2
+289 −0 parm/atm/obs/config/satwind_viirs_n20.yaml.j2
+289 −0 parm/atm/obs/config/satwind_viirs_npp.yaml.j2
+1 −1 parm/jcb-algorithms
+1 −1 parm/jcb-gdas
+0 −5 parm/soca/marine-jcb-3dfgat.yaml.j2
+0 −72 parm/soca/marine-jcb-base.yaml
+1 −67 scripts/exgdas_global_marine_analysis_prep.py
+3 −13 scripts/exgdas_global_marine_analysis_vrfy.py
+1 −1 sorc/jcb
+0 −9 test/aero/genyaml_3dvar.sh
+1 −1 test/aero/global-workflow/jjob_var_final.sh
+1 −1 test/aero/global-workflow/jjob_var_init.sh
+1 −1 test/aero/global-workflow/jjob_var_run.sh
+2 −2 test/atm/global-workflow/jcb-prototype_3dvar.yaml.j2
+2 −2 test/atm/global-workflow/jcb-prototype_lgetkf.yaml.j2
+1 −1 test/atm/global-workflow/jjob_ens_final.sh
+1 −1 test/atm/global-workflow/jjob_ens_inc.sh
+1 −1 test/atm/global-workflow/jjob_ens_init.sh
+1 −1 test/atm/global-workflow/jjob_ens_run.sh
+1 −1 test/atm/global-workflow/jjob_var_final.sh
+1 −1 test/atm/global-workflow/jjob_var_inc.sh
+1 −1 test/atm/global-workflow/jjob_var_init.sh
+1 −1 test/atm/global-workflow/jjob_var_run.sh
+17 −6 test/soca/gw/CMakeLists.txt
+0 −9 test/soca/socaincr2mom6.sh
+3 −3 ush/eva/marine_gdas_plots.yaml
+4 −1 ush/examples/run_scripts/soca1deg.yaml
+45 −0 ush/soca/examples/run_jjobs_container.yaml
+50 −0 ush/soca/examples/run_jjobs_hera.yaml
+50 −0 ush/soca/examples/run_jjobs_hera_025.yaml
+56 −56 ush/soca/marine_recenter.py
+29 −29 ush/soca/prep_ocean_obs.py
+4 −4 ush/soca/prep_ocean_obs_utils.py
+3 −2 ush/soca/run_jjobs.py
+33 −94 ush/soca/soca_vrfy.py
+3 −3 utils/soca/gdas_soca_diagb.h
2 changes: 1 addition & 1 deletion sorc/ufs_utils.fd
Submodule ufs_utils.fd updated 48 files
+2 −0 CMakeLists.txt
+11 −7 docs/main.md
+7 −9 reg_tests/cpld_gridgen/rt.conf
+1 −11 reg_tests/cpld_gridgen/rt.sh
+34 −0 reg_tests/ocnice_prep/RegressionTests_hera.intel.log
+34 −0 reg_tests/ocnice_prep/RegressionTests_hercules.intel.log
+34 −0 reg_tests/ocnice_prep/RegressionTests_jet.intel.log
+34 −0 reg_tests/ocnice_prep/RegressionTests_orion.intel.log
+34 −0 reg_tests/ocnice_prep/RegressionTests_wcoss2.intel.log
+52 −0 reg_tests/ocnice_prep/parm/ice.csv
+8 −0 reg_tests/ocnice_prep/parm/ocean.csv
+8 −0 reg_tests/ocnice_prep/parm/ocniceprep.nml.IN
+10 −0 reg_tests/ocnice_prep/rt.conf
+325 −0 reg_tests/ocnice_prep/rt.sh
+21 −1 reg_tests/rt.sh
+3 −1 sorc/CMakeLists.txt
+1 −1 sorc/cpld_gridgen.fd/docs/Doxyfile.in
+ sorc/cpld_gridgen.fd/docs/_static/murray.png
+149 −47 sorc/cpld_gridgen.fd/docs/cpld_gridgen.md
+36 −40 sorc/cpld_gridgen.fd/gen_fixgrid.F90
+2 −26 sorc/cpld_gridgen.fd/postwgts.F90
+11 −8 sorc/machine-setup.sh
+44 −0 sorc/ocnice_prep.fd/CMakeLists.txt
+121 −0 sorc/ocnice_prep.fd/arrays_mod.F90
+16 −0 sorc/ocnice_prep.fd/docs/CMakeLists.txt
+2,573 −0 sorc/ocnice_prep.fd/docs/Doxyfile.in
+3 −0 sorc/ocnice_prep.fd/docs/README.md
+135 −0 sorc/ocnice_prep.fd/docs/ocnice_prep.md
+246 −0 sorc/ocnice_prep.fd/init_mod.F90
+114 −0 sorc/ocnice_prep.fd/ocncalc_mod.F90
+360 −0 sorc/ocnice_prep.fd/ocniceprep.F90
+229 −0 sorc/ocnice_prep.fd/restarts_mod.F90
+515 −0 sorc/ocnice_prep.fd/utils_esmf_mod.F90
+723 −0 sorc/ocnice_prep.fd/utils_mod.F90
+2 −1 tests/CMakeLists.txt
+40 −0 tests/ocnice_prep/CMakeLists.txt
+2 −0 tests/ocnice_prep/LSanSuppress.supp
+52 −0 tests/ocnice_prep/data/ice.badvecgrid.csv
+52 −0 tests/ocnice_prep/data/ice.badvecpairs.csv
+8 −0 tests/ocnice_prep/data/invalid.dst5p00.nml
+8 −0 tests/ocnice_prep/data/invalid.dstdim.nml
+8 −0 tests/ocnice_prep/data/invalid.model.nml
+8 −0 tests/ocnice_prep/data/invalid.srcdim.nml
+8 −0 tests/ocnice_prep/data/ocean.badvecgrid.csv
+8 −0 tests/ocnice_prep/data/ocean.badvecpairs.csv
+71 −0 tests/ocnice_prep/ftst_program_setup.F90
+0 −1 ush/cpld_gridgen.sh
+49 −0 ush/ocnice_prep.sh
2 changes: 1 addition & 1 deletion sorc/wxflow

0 comments on commit a548c7f

Please sign in to comment.