Skip to content
Snippets Groups Projects
Commit 7d5c5f15 authored by Paul Eckhardt's avatar Paul Eckhardt
Browse files

minot changes

parent 5e94b00d
No related branches found
No related tags found
No related merge requests found
...@@ -109,9 +109,9 @@ plus a specific postfix (``_qc`` and ``_ebasmetadata`` respectively). ...@@ -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 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. 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 #. 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 #. If there are name conflicts (variables with an identical name) and one or
more of the following metadata distinguish the variables with identical names: more of the following metadata distinguish the variables with identical names:
* matrix * matrix
* unit * unit
...@@ -120,13 +120,13 @@ different files depending on other variables in the file and related name confli ...@@ -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. 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``, 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`` 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_amean``
* ``aerosol_light_scattering_coefficient_prec1587`` and * ``aerosol_light_scattering_coefficient_prec1587`` and
...@@ -137,9 +137,9 @@ And each of those variables will be accompanied by their ``_qc`` and ``_ebasmeta ...@@ -137,9 +137,9 @@ And each of those variables will be accompanied by their ``_qc`` and ``_ebasmeta
Example 2: 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_amean``
* ``ozone_ug_per_m3_min`` * ``ozone_ug_per_m3_min``
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment