-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'NOAA-EMC:develop' into ci_unit-tests
- Loading branch information
Showing
8 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
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
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
Submodule gsi_monitor.fd
updated
2 files
+3 −2 | modulefiles/jet.intel-run.lua | |
+1 −1 | modulefiles/jet.intel.lua |
Submodule upp.fd
updated
14 files
+4 −1 | CMakeLists.txt | |
+0 −22 | modulefiles/jet_c.lua | |
+13 −325 | parm/fv3lam_rrfs.xml | |
+8 −0 | parm/post_avblflds.xml | |
+31 −8 | parm/postcntrl_sfs.xml | |
+165 −17 | parm/postxconfig-NT-SFS.txt | |
+205 −1,944 | parm/postxconfig-NT-fv3lam_rrfs.txt | |
+4 −2 | sorc/ncep_post.fd/CALVIS_GSD.f | |
+16 −6 | sorc/ncep_post.fd/CMakeLists.txt | |
+27 −3 | sorc/ncep_post.fd/INITPOST_NETCDF.f | |
+27 −0 | sorc/ncep_post.fd/SURFCE.f | |
+8 −2 | sorc/ncep_post.fd/WRFPOST.F | |
+7 −2 | tests/compile_upp.sh | |
+2 −3 | tests/detect_machine.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
export stack_intel_ver=2021.5.0 | ||
export stack_impi_ver=2021.5.1 | ||
export spack_env=gsi-addon-dev | ||
export spack_env=gsi-addon-dev-rocky8 | ||
|
||
export hpss_ver= | ||
export ncl_ver=6.6.2 | ||
export R_ver=4.0.2 | ||
export gempak_ver=7.4.2 | ||
|
||
# Adding perl as a module; With Rocky8, perl packages will not be from the OS | ||
export perl_ver=5.38.0 | ||
|
||
source "${HOMEgfs:-}/versions/run.spack.ver" | ||
export spack_mod_path="/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-${spack_stack_ver}/envs/${spack_env}/install/modulefiles/Core" |
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