From 4c357581114a0217d71612e47eec54eea4d603d8 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 6 Jun 2024 10:55:24 -0400 Subject: [PATCH] Units is not for the entire file, but rather a variable (column or a field in sidecar) --- src/schema/objects/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema/objects/metadata.yaml b/src/schema/objects/metadata.yaml index 1b13a6a614..b9090cc22f 100644 --- a/src/schema/objects/metadata.yaml +++ b/src/schema/objects/metadata.yaml @@ -3561,7 +3561,7 @@ Units: name: Units display_name: Units description: | - Measurement units for the associated file. + Measurement units for the associated variable. SI units in CMIXF formatting are RECOMMENDED (see [Units](SPEC_ROOT/common-principles.md#units)). type: string