aodn / content

Tracks AODN Portal content and configuration issues
0 stars 0 forks source link

SOOP XBT DM - measured parameters such as TEMP should not have axis and positive variable attributes #503

Open ggalibert opened 1 year ago

ggalibert commented 1 year ago

This may be true for other non DM SOOP XBT. I have noticed that vaiables other than DEPTH have variable attribute axis and positive set to Z and down respectively. This is not correct. Only a vertical variable such as DEPTH should hold these attributes.

ex. from http://thredds.aodn.org.au/thredds/catalog/IMOS/SOOP/SOOP-XBT/DELAYED/Line_PX30-31_Brisbane-Noumea-Suva/2022/catalog.html?dataset=IMOS/SOOP/SOOP-XBT/DELAYED/Line_PX30-31_Brisbane-Noumea-Suva/2022/IMOS_SOOP-XBT_T_20220331T030600Z_PX30-31_FV01_ID-89014507.nc:

                TEMP_RAW:_FillValue = 999999.f ;
                TEMP_RAW:ancillary_variables = "TEMP_RAW_quality_control" ;
                TEMP_RAW:long_name = "sea_water_temperature_raw" ;
                TEMP_RAW:valid_min = -2.5f ;
                TEMP_RAW:valid_max = 40.f ;
                TEMP_RAW:axis = "Z" ;
                TEMP_RAW:coordinates = "TIME LATITUDE LONGITUDE DEPTH_RAW" ;
                TEMP_RAW:positive = "down" ;
                TEMP_RAW:units = "Celsius" ;