diff --git a/geomagio/Metadata.py b/geomagio/Metadata.py
index d235f7f4ee9f5cea2760134a6b3f6428adcb81ea..b29a1e247e8f061a352e9eaf88d0700616ca4201 100644
--- a/geomagio/Metadata.py
+++ b/geomagio/Metadata.py
@@ -106,6 +106,29 @@ _INSTRUMENT_METADATA = [
             },
         },
     },
+    {
+        "network": "NT",
+        "station": "CMO",
+        "start_time": None,
+        "end_time": None,
+        "instrument": {
+            "type": "Narod",
+            "channels": {
+                "U": [
+                    {"channel": "U_Volt", "offset": 0, "scale": 99.4},
+                    {"channel": "U_Bin", "offset": 0, "scale": 502.5},
+                ],
+                "V": [
+                    {"channel": "V_Volt", "offset": 0, "scale": 101.5},
+                    {"channel": "V_Bin", "offset": 0, "scale": 512.5},
+                ],
+                "W": [
+                    {"channel": "W_Volt", "offset": 0, "scale": 100.98},
+                    {"channel": "W_Bin", "offset": 0, "scale": 509.15},
+                ],
+            },
+        },
+    },
     {
         "network": "NT",
         "station": "CMT",