Skip to content

Commit

Permalink
Merge pull request #352 from JCSDA/AlexanderRichert-NOAA-patch-1
Browse files Browse the repository at this point in the history
Update fms version in ufs-weather-model-env
  • Loading branch information
climbfuji authored Oct 20, 2023
2 parents df44916 + 8f5308a commit ba39f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/gftl-shared/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class GftlShared(CMakePackage):

version("main", branch="main")

version("1.6.1", sha256="0e3e1e0c7e0c3f1576e296b3b199dcae4bbaad055fc8fe929c34e52d4b07b02c")
version("1.6.0", sha256="90245b83aea9854bc5b9fbd553a68cf73ab12f6ed5a14753a9c84092047e8cb0")
version("1.5.1", sha256="353d07cc22678d1a79b19dbf53d8ba54b889e424a15e315cc4f035b72eedb83a")
version("1.5.0", sha256="c19b8197cc6956d4a51a16f98b38b63c7bc9f784f1fd38f8e3949be3ea792356")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class UfsWeatherModelEnv(BundlePackage):
depends_on("base-env", type="run")
depends_on("ufs-pyenv", type="run", when="+python")

depends_on("fms@2023.01:", type="run")
depends_on("fms@2023.02.01", type="run")
depends_on("bacio", type="run")
depends_on("[email protected]", type="run")
depends_on("g2", type="run")
Expand Down

0 comments on commit ba39f15

Please sign in to comment.