summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorEdward Hartnett <38856240+edwardhartnett@users.noreply.github.com>2021-09-24 05:48:58 -0600
committerGitHub <noreply@github.com>2021-09-24 13:48:58 +0200
commit71378bcf3964ce48be20999cb38e3e7091c39fdd (patch)
tree72171e24fe2ee5495e2c12906e40c06307413c13 /var
parentf68b2ea73a71445ff875f49f8dc66f33ce83214d (diff)
downloadspack-71378bcf3964ce48be20999cb38e3e7091c39fdd.tar.gz
spack-71378bcf3964ce48be20999cb38e3e7091c39fdd.tar.bz2
spack-71378bcf3964ce48be20999cb38e3e7091c39fdd.tar.xz
spack-71378bcf3964ce48be20999cb38e3e7091c39fdd.zip
landsfcutil: new package (#26193)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/landsfcutil/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/landsfcutil/package.py b/var/spack/repos/builtin/packages/landsfcutil/package.py
new file mode 100644
index 0000000000..b43879c71c
--- /dev/null
+++ b/var/spack/repos/builtin/packages/landsfcutil/package.py
@@ -0,0 +1,20 @@
+# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class Landsfcutil(CMakePackage):
+ """Utility routines useful for initializing land-surface states in
+ NCEP models.
+
+ This is part of NOAA's NCEPLIBS project."""
+
+ homepage = "https://github.com/NOAA-EMC/NCEPLIBS-landsfcutil"
+ url = "https://github.com/NOAA-EMC/NCEPLIBS-landsfcutil/archive/refs/tags/v2.4.1.tar.gz"
+
+ maintainers = ['edwardhartnett', 'kgerheiser', 'Hang-Lei-NOAA']
+
+ version('2.4.1', sha256='831c5005a480eabe9a8542b4deec838c2650f6966863ea2711cc0cc5db51ca14')