aodn / content

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

SRS ALTIMETRY - fix NetCDF #502

Closed lbesnard closed 2 years ago

lbesnard commented 2 years ago

The following file was never fixed by the faciliity

IMOS_SRSALT_PT_20191217T072000Z_BASSWS_FV01_SBE26d25m.nc has 1 potential issue

                                                        Required
------------------------------------------------------------------------------------------------------------------------
Name                  Reasoning
time_coverage_start:  Global attribute 'time_coverage_start'
                      (2019-12-17T07:20:00Z) doesn't match the minimum value of
                      the TIME variable (2019-12-16 22:32:00).

It was quicker to just fix it myself:

ncatted -O -a  time_coverage_start,global,o,c,"2019-12-16T22:32:00Z" IMOS_SRSALT_PT_20191217T072000Z_BASSWS_FV01_SBE26d25m.nc

ref: https://github.com/aodn/PO-Backlog/issues/2759