forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial test upgrade to spack-stack 1.8.0
- Loading branch information
1 parent
336b78a
commit 8a9efa7
Showing
12 changed files
with
32 additions
and
33 deletions.
There are no files selected for viewing
Submodule gdas.cd
updated
69 files
Submodule gfs_utils.fd
updated
12 files
+4 −4 | modulefiles/gfsutils_common.lua | |
+2 −2 | modulefiles/gfsutils_hera.intel.lua | |
+1 −1 | modulefiles/gfsutils_jet.intel.lua | |
+3 −5 | src/gfs_bufr.fd/CMakeLists.txt | |
+3 −1 | src/gfs_bufr.fd/buff.f | |
+60 −94 | src/gfs_bufr.fd/gfsbufr.f | |
+100 −294 | src/gfs_bufr.fd/meteorg.f | |
+457 −0 | src/gfs_bufr.fd/modpr_module.f90 | |
+2 −1 | src/gfs_bufr.fd/modstuff1.f | |
+0 −1 | src/gfs_bufr.fd/read_netcdf.f | |
+0 −1 | src/tave.fd/CMakeLists.txt | |
+0 −1 | src/vint.fd/CMakeLists.txt |
Submodule gsi_enkf.fd
updated
46 files
Submodule gsi_monitor.fd
updated
7 files
+1 −1 | modulefiles/common-run.lua | |
+1 −1 | modulefiles/hera.intel-run.lua | |
+2 −2 | modulefiles/hera.intel.lua | |
+1 −1 | modulefiles/jet.intel-run.lua | |
+1 −1 | modulefiles/jet.intel.lua | |
+2 −14 | ush/find_last_cycle.sh | |
+2 −2 | ush/get_stats_path.sh |
Submodule gsi_utils.fd
updated
7 files
Submodule ufs_model.fd
updated
158 files
Submodule ufs_utils.fd
updated
24 files
Submodule verif-global.fd
updated
6 files
+33 −50 | modulefiles/emc_verif_global_hera.lua | |
+522 −0 | parm/config/config.maps2d | |
+522 −0 | parm/config/config.precip | |
+23 −23 | parm/config/config.vrfy | |
+6 −4 | ush/load_modules.sh | |
+3 −1 | ush/set_up_verif_global.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
export spack_stack_ver=1.6.0 | ||
export spack_stack_ver=1.8.0 | ||
|
||
export cmake_ver=3.23.1 | ||
export cmake_ver=3.27.9 | ||
|
||
export jasper_ver=2.0.32 | ||
export libpng_ver=1.6.37 | ||
export zlib_ver=1.2.13 | ||
export esmf_ver=8.5.0 | ||
export fms_ver=2023.02.01 | ||
export zlib_ver=2.1.6 | ||
export esmf_ver=8.6.1 | ||
export fms_ver=2024.02 | ||
|
||
export hdf5_ver=1.14.0 | ||
export hdf5_ver=1.14.3 | ||
export netcdf_c_ver=4.9.2 | ||
export netcdf_fortran_ver=4.6.1 | ||
|
||
export bacio_ver=2.4.1 | ||
export nemsio_ver=2.5.4 | ||
export sigio_ver=2.3.2 | ||
export w3emc_ver=2.10.0 | ||
export bufr_ver=11.7.0 | ||
export g2_ver=3.4.5 | ||
export sp_ver=2.5.0 | ||
export ip_ver=4.3.0 | ||
export bufr_ver=12.1.0 | ||
export g2_ver=3.5.1 | ||
export ip_ver=5.0.0 | ||
export gsi_ncdiag_ver=1.1.2 | ||
export g2tmpl_ver=1.10.2 | ||
export g2tmpl_ver=1.13.0 | ||
export crtm_ver=2.4.0.1 | ||
export wgrib2_ver=2.0.8 | ||
export grib_util_ver=1.3.0 | ||
export wgrib2_ver=3.1.1 | ||
export grib_util_ver=1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters