diff --git a/Golden_Repo/n/NCO/NCO-5.1.3-gompi-2022a.eb b/Golden_Repo/n/NCO/NCO-5.1.3-gompi-2022a.eb
new file mode 100644
index 0000000000000000000000000000000000000000..1319ae7517bf3e968d15a6c45e5418e2fc635a86
--- /dev/null
+++ b/Golden_Repo/n/NCO/NCO-5.1.3-gompi-2022a.eb
@@ -0,0 +1,45 @@
+easyblock = 'ConfigureMake'
+
+name = 'NCO'
+version = '5.1.3'
+
+homepage = "https://github.com/nco/nco"
+description = """The NCO toolkit manipulates and analyzes data stored in netCDF-accessible formats, 
+including DAP, HDF4, and HDF5."""
+
+toolchain = {'name': 'gompi', 'version': '2022a'}
+
+source_urls = ['https://github.com/nco/nco/archive/']
+sources = ['%(version)s.tar.gz']
+checksums = ['f6766627dab3f067c88f2cd713e3058c324ea4f900fabf9755bdd8918c32de7b']
+
+builddependencies = [
+    ('Bison', '3.8.2'),
+    ('flex', '2.6.4'),
+]
+
+dependencies = [
+    ('UDUNITS', '2.2.28'),
+    ('expat', '2.4.8'),
+    ('ANTLR', '2.7.7'),
+    ('libdap', '3.20.11'),
+    ('GSL', '2.7'),
+    ('netCDF', '4.9.0'),
+    # ('ESMF', '8.3.0'),  # ncremap needs ESMF_RegridWeightGen
+]
+
+configopts = "--enable-nco_cplusplus"
+
+sanity_check_paths = {
+    'files': ['bin/nc%s' % x for x in ('ap2', 'atted', 'bo', 'diff', 'ea', 'ecat', 'es',
+                                       'flint', 'ks', 'pdq', 'ra', 'rcat', 'rename', 'wa')] +
+    ['lib/libnco.a', 'lib/libnco.%s' % SHLIB_EXT,
+        'lib/libnco_c++.a', 'lib/libnco_c++.%s' % SHLIB_EXT],
+    'dirs': ['include'],
+}
+sanity_check_commands = [
+    "ncks -O -7 --cnk_dmn time,10 "
+    "%(builddir)s/%(namelower)s-%(version)s/data/in.nc %(builddir)s/%(namelower)s-%(version)s/data/in4.cdl"
+]
+
+moduleclass = 'tools'
diff --git a/Golden_Repo/n/NCO/NCO-5.1.3-ipsmpi-2022a.eb b/Golden_Repo/n/NCO/NCO-5.1.3-ipsmpi-2022a.eb
new file mode 100644
index 0000000000000000000000000000000000000000..04c65b25fe78f6db74bc2ba1e4592be5a70d2e48
--- /dev/null
+++ b/Golden_Repo/n/NCO/NCO-5.1.3-ipsmpi-2022a.eb
@@ -0,0 +1,45 @@
+easyblock = 'ConfigureMake'
+
+name = 'NCO'
+version = '5.1.3'
+
+homepage = "https://github.com/nco/nco"
+description = """The NCO toolkit manipulates and analyzes data stored in netCDF-accessible formats, 
+including DAP, HDF4, and HDF5."""
+
+toolchain = {'name': 'ipsmpi', 'version': '2022a'}
+
+source_urls = ['https://github.com/nco/nco/archive/']
+sources = ['%(version)s.tar.gz']
+checksums = ['f6766627dab3f067c88f2cd713e3058c324ea4f900fabf9755bdd8918c32de7b']
+
+builddependencies = [
+    ('Bison', '3.8.2'),
+    ('flex', '2.6.4'),
+]
+
+dependencies = [
+    ('UDUNITS', '2.2.28'),
+    ('expat', '2.4.8'),
+    ('ANTLR', '2.7.7'),
+    ('libdap', '3.20.11'),
+    ('GSL', '2.7'),
+    ('netCDF', '4.9.0'),
+    # ('ESMF', '8.3.0'),  # ncremap needs ESMF_RegridWeightGen
+]
+
+configopts = "--enable-nco_cplusplus"
+
+sanity_check_paths = {
+    'files': ['bin/nc%s' % x for x in ('ap2', 'atted', 'bo', 'diff', 'ea', 'ecat', 'es',
+                                       'flint', 'ks', 'pdq', 'ra', 'rcat', 'rename', 'wa')] +
+    ['lib/libnco.a', 'lib/libnco.%s' % SHLIB_EXT,
+        'lib/libnco_c++.a', 'lib/libnco_c++.%s' % SHLIB_EXT],
+    'dirs': ['include'],
+}
+sanity_check_commands = [
+    "ncks -O -7 --cnk_dmn time,10 "
+    "%(builddir)s/%(namelower)s-%(version)s/data/in.nc %(builddir)s/%(namelower)s-%(version)s/data/in4.cdl"
+]
+
+moduleclass = 'tools'