Closed mhidas closed 3 years ago
Thanks, @mhidas, confirmed & fix is here
These variables are not remapped, so the problem here is on the wrong removal of the DIST_ALONG_BEAMS dimensions. The current logic is removing the dimensions inadvertently and we are having PERG variables with coordinates that don't exist.
Also, since we don't run/have any compliance check at the toolbox level, this kind of stuff goes undetected.
We've just received some ADCP data processed with the latest version of the toolbox, and one file failed the compliance checks (both CF and IMOS), hopefully due to a simple variable attribute issue:
These variables have attribute
PERG1:coordinates = "TIME LATITUDE LONGITUDE DIST_ALONG_BEAMS"
. However, there is noDIST_ALONG_BEAMS
variable in this file. As the comment on other variables saysDoes that also apply to the
PERGx
variables? In that case, they just need their coordinates attribute updated. Or, if these variables have not been bin-mapped, then DIST_ALONG_BEAMS should still be included as a variable.