Skip to content

Commit

Permalink
Update submodule hashs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayeekayee committed Sep 18, 2024
1 parent 32bf790 commit c6239f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "sorc/ufs_model.fd"]
path = sorc/ufs_model.fd
url = https://github.com/ufs-community/ufs-weather-model
ignore = dirty
url = https://github.com/kayeekayee/ufs-weather-model.git
branch = 2024jul19_c127601
[submodule "sorc/wxflow"]
path = sorc/wxflow
url = https://github.com/NOAA-EMC/wxflow
Expand All @@ -10,7 +10,8 @@
url = https://github.com/NOAA-EMC/gfs-utils
[submodule "sorc/ufs_utils.fd"]
path = sorc/ufs_utils.fd
url = https://github.com/ufs-community/UFS_UTILS.git
url = https://github.com/kayeekayee/UFS_UTILS.git
branch = 2024aug4_3ef2e6b
[submodule "sorc/verif-global.fd"]
path = sorc/verif-global.fd
url = https://github.com/NOAA-EMC/EMC_verif-global.git
Expand Down
2 changes: 1 addition & 1 deletion sorc/gfs_utils.fd
Submodule gfs_utils.fd updated 67 files
+76 −0 .github/ISSUE_TEMPLATE/bug_report.yml
+1 −0 .github/ISSUE_TEMPLATE/config.yml
+55 −0 .github/ISSUE_TEMPLATE/feature_request.yml
+52 −0 .github/pull_request_template.md
+37 −0 .github/workflows/linters.yaml
+24 −0 .github/workflows/pynorms.yaml
+4 −6 CMakeLists.txt
+21 −41 cmake/Findgempak.cmake
+7 −6 cmake/Findgfortran.cmake
+2 −4 modulefiles/gfsutils_common.lua
+32 −0 modulefiles/gfsutils_gaea.intel.lua
+1 −2 modulefiles/gfsutils_hera.intel.lua
+1 −2 modulefiles/gfsutils_hercules.intel.lua
+1 −1 modulefiles/gfsutils_jet.intel.lua
+18 −0 modulefiles/gfsutils_noaacloud.intel.lua
+22 −0 modulefiles/gfsutils_orion.intel.lua
+0 −17 modulefiles/gfsutils_orion.lua
+1 −1 modulefiles/gfsutils_s4.intel.lua
+0 −2 modulefiles/gfsutils_wcoss2.intel.lua
+26 −0 modulefiles/rdbfmsua_hera.intel.lua
+30 −0 modulefiles/rdbfmsua_orion.intel.lua
+25 −0 modulefiles/rdbfmsua_wcoss2.intel.lua
+6 −6 parm/ocnicepost/ocnicepost.nml.jinja2
+15 −1 src/CMakeLists.txt
+12 −0 src/ensadd.fd/CMakeLists.txt
+187 −0 src/ensadd.fd/ENSADD.f90
+82 −0 src/ensadd.fd/printinfr.f90
+13 −0 src/ensppf.fd/CMakeLists.txt
+350 −0 src/ensppf.fd/ENSPPF.f90
+57 −0 src/ensppf.fd/init_parm.f90
+96 −0 src/ensppf.fd/printinfr.f90
+17 −0 src/ensstat.fd/CMakeLists.txt
+365 −0 src/ensstat.fd/EPDF.f
+51 −0 src/ensstat.fd/SORTMM.f
+391 −0 src/ensstat.fd/ensstat.f90
+98 −0 src/ensstat.fd/gtbits.f90
+57 −0 src/ensstat.fd/init_parm.f90
+45 −0 src/ensstat.fd/isrchne.f90
+82 −0 src/ensstat.fd/printinfr.f90
+53 −0 src/gaussian_sfcanl.fd/gaussian_sfcanl.f90
+17 −18 src/ocnicepost.fd/init_mod.F90
+13 −10 src/ocnicepost.fd/ocnicepost.F90
+12 −8 src/ocnicepost.fd/utils_mod.F90
+1 −2 src/rdbfmsua.fd/CMakeLists.txt
+8 −73 src/rdbfmsua.fd/makefile
+0 −88 src/rdbfmsua.fd/makefile.hera
+9 −0 src/rdbfmsua.fd/makefile.hera.intel
+9 −0 src/rdbfmsua.fd/makefile.orion.intel
+6 −0 src/rdbfmsua.fd/makefile.wcoss2.intel
+0 −0 src/rdbfmsua.fd/to_be_deleted/MAPFILE
+0 −0 src/rdbfmsua.fd/to_be_deleted/README
+0 −0 src/rdbfmsua.fd/to_be_deleted/README.new
+0 −0 src/rdbfmsua.fd/to_be_deleted/makefile.wcoss_cray
+0 −0 src/rdbfmsua.fd/to_be_deleted/makefile.wcoss_dell_p3
+0 −0 src/rdbfmsua.fd/to_be_deleted/rdbfmsua.f_org
+12 −0 src/wave_stat.fd/CMakeLists.txt
+263 −0 src/wave_stat.fd/grbit2.f90
+348 −0 src/wave_stat.fd/wave_stat.f90
+0 −1 ush/CMakeLists.txt
+39 −11 ush/build.sh
+59 −14 ush/detect_machine.sh
+0 −163 ush/finddate.sh
+15 −23 ush/make_ntc_bull.pl
+1 −26 ush/module-setup.sh
+6 −5 ush/nc2grb/nc2grb.ice.sh
+4 −3 ush/nc2grb/nc2grb.ocean_2D.sh
+7 −6 ush/nc2grb/nc2grb.ocean_3D.sh
2 changes: 1 addition & 1 deletion sorc/ufs_model.fd
Submodule ufs_model.fd updated 304 files
2 changes: 1 addition & 1 deletion sorc/ufs_utils.fd
Submodule ufs_utils.fd updated 190 files

0 comments on commit c6239f9

Please sign in to comment.