aodn / python-aodntools

Repository for templates and code relating to generating standard NetCDF files for the Australia Ocean Data Network
GNU Lesser General Public License v3.0
10 stars 3 forks source link

All aggregated pressure values are NaN #138

Closed mhidas closed 3 years ago

mhidas commented 3 years ago

In some aggregated files, both PRES and PRES_REL variables contain only NaN values. The corresponding QC flags are all set to 9 (missing value). As long as there are some measured pressure values in the input files, these should appear in one of these variables in the aggregated file.

First observed in KIM400 salinity aggregated file. In that example, some of the input files contain no pressure variable of either kind (PRES or PRES_REL), which may be relevant.

mhidas commented 3 years ago

The fact that missing values should be marked with the correct _FillValue instead of NaN is a separate, broader issue (#118)