ufs-utils: added NOAA maintainers (#26201)
This commit is contained in:
parent
87e1ed0ef1
commit
2d8f06bfa0
1 changed files with 3 additions and 2 deletions
|
@ -9,12 +9,13 @@
|
||||||
class UfsUtils(CMakePackage):
|
class UfsUtils(CMakePackage):
|
||||||
"""The UFS Utilities package contains programs set up the model grid and
|
"""The UFS Utilities package contains programs set up the model grid and
|
||||||
create coldstart initial conditions.
|
create coldstart initial conditions.
|
||||||
"""
|
|
||||||
|
This is related to NOAA's NCEPLIBS project."""
|
||||||
|
|
||||||
homepage = "https://noaa-emcufs-utils.readthedocs.io/en/latest/"
|
homepage = "https://noaa-emcufs-utils.readthedocs.io/en/latest/"
|
||||||
url = "https://github.com/NOAA-EMC/UFS_UTILS/archive/refs/tags/ufs_utils_1_6_0.tar.gz"
|
url = "https://github.com/NOAA-EMC/UFS_UTILS/archive/refs/tags/ufs_utils_1_6_0.tar.gz"
|
||||||
|
|
||||||
maintainers = ['t-brown']
|
maintainers = ['t-brown', 'edwardhartnett', 'kgerheiser', 'Hang-Lei-NOAA']
|
||||||
|
|
||||||
version('1_6_0', sha256='829ba4b50162e4202f96ec92a65b9fa824f71db65d2b63b70822db07d061cd92')
|
version('1_6_0', sha256='829ba4b50162e4202f96ec92a65b9fa824f71db65d2b63b70822db07d061cd92')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue