-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update upp submodule for fixing in-line post issues for RRFS and HAFS (…
…#558) * update upp revision to 8767929 * modify dx/dy calculation for RRFS with domain over north pole
- Loading branch information
1 parent
dc74ab1
commit b9d61f2
Showing
2 changed files
with
9 additions
and
4 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
Submodule upp
updated
22 files
+0 −66 | .github/workflows/build_and_test.yml | |
+96 −0 | .github/workflows/gcc.yml | |
+114 −0 | .github/workflows/intel.yml | |
+1 −7 | CMakeLists.txt | |
+23 −0 | ci/spack.yaml | |
+1 −1 | cmake/PackageConfig.cmake.in | |
+1 −2 | modulefiles/cheyenne | |
+1 −2 | modulefiles/cheyenne_gnu | |
+0 −35 | modulefiles/hera | |
+58 −0 | modulefiles/hera.lua | |
+1 −2 | modulefiles/jet | |
+0 −35 | modulefiles/orion | |
+58 −0 | modulefiles/orion.lua | |
+1 −2 | modulefiles/s4 | |
+0 −2 | modulefiles/wcoss2.lua | |
+1 −2 | modulefiles/wcoss_cray | |
+1 −2 | modulefiles/wcoss_dell_p3 | |
+1 −1 | sorc/ncep_post.fd/CMakeLists.txt | |
+11 −2 | sorc/ncep_post.fd/INITPOST_NETCDF.f | |
+15 −3 | sorc/ncep_post.fd/UPP_MATH.f | |
+4 −2 | sorc/ncep_post.fd/UPP_PHYSICS.f | |
+5 −2 | sorc/ncep_post.fd/grib2_module.f |