From 7d5c5f150240c4a25560e4bd23f24da894cb9e7d Mon Sep 17 00:00:00 2001
From: Paul Eckhardt <pe@nilu.no>
Date: Thu, 22 Aug 2024 21:53:20 +0200
Subject: [PATCH] minot changes

---
 docs/fileformat_netcdf/variables.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/fileformat_netcdf/variables.rst b/docs/fileformat_netcdf/variables.rst
index 48db301..d4997d5 100644
--- a/docs/fileformat_netcdf/variables.rst
+++ b/docs/fileformat_netcdf/variables.rst
@@ -109,9 +109,9 @@ plus a specific postfix (``_qc`` and ``_ebasmetadata`` respectively).
 The name for measurement variables is not straight forward, and may vary in
 different files depending on other variables in the file and related name conflicts.
 
-   # Generally, the variable name will be set to the ``ebas_component`` name
-   # If there are name conflicts (variables with an identical name) and one or
-   more of the following metadata distinguish the variables with identical names:
+   #. Generally, the variable name will be set to the ``ebas_component`` name
+   #. If there are name conflicts (variables with an identical name) and one or
+      more of the following metadata distinguish the variables with identical names:
 
         * matrix
         * unit
@@ -120,13 +120,13 @@ different files depending on other variables in the file and related name confli
 
     The respective element will be added to the name of all conflicting variables.
 
-Examples 1:
-^^^^^^^^^^^
+Example 1:
+^^^^^^^^^^
 
 A file contains three variables with component name ``aerosol_light_scattering_coefficient_amean``,
 one with ``ebas_statistics=arithmetic mean``, one with ``ebas_statistics=percentile:15.87`` and one with ``ebas_statistics=percentile:84.13``
 
-Solution: The tree variable will be called:
+The variables can be destinguished by adding information about the ebas_statistics to their name. Solution: The three variables will be called:
 
    * ``aerosol_light_scattering_coefficient_amean``
    * ``aerosol_light_scattering_coefficient_prec1587`` and
@@ -137,9 +137,9 @@ And each of those variables will be accompanied by their ``_qc`` and ``_ebasmeta
 Example 2:
 ^^^^^^^^^^
 
-A file contains ozone measurement both in the EBAS default unit 'ug/m3' and in a converted variable in 'nmol/mol'. Both are present as ``ebas_statistics=arithmetic mean``, ``ebas_statistics=min``, ``ebas_statistics=max`` and ``ebas_statistics=stddev``.
+A file contains ``ozone`` measurement both in the EBAS default unit ``ug/m3`` and in a converted variable in ``nmol/mol``. Both are present as ``ebas_statistics=arithmetic mean``, ``ebas_statistics=min``, ``ebas_statistics=max`` and ``ebas_statistics=stddev``.
 
-Solution: The eight variables will be called:
+The variables can only be distinguished by adding information on both the unit and the ebas_statistics to their names. Solution: The eight variables will be called:
 
    * ``ozone_ug_per_m3_amean``
    * ``ozone_ug_per_m3_min``
-- 
GitLab