You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i.e. standard_name is "time", but the variable actually contains the circle number (i.e. not a time). In contrast, circle_time is marked as:
double circle_time(circle) ;
circle_time:_FillValue = NaN ;
circle_time:long_name = "mean launch time of all sondes in circle" ;
circle_time:axis = "T" ;
circle_time:units = "seconds since 2020-01-01" ;
circle_time:calendar = "proleptic_gregorian" ;
i.e. it actually contains a time, but this isn't reflected by the standard_name attribute.
The error occured to me as I wanted to automatically collect the time ranges of multiple datasets using CF-Conventions, but this didn't work out with this dataset.
The text was updated successfully, but these errors were encountered:
d70-t
changed the title
[ISSUE]: boken use of CF conventions for Level4
[BUG]: boken use of CF conventions for Level4
May 18, 2024
In JOANNE Level4 data as found in the EUREC4A intake catalog,
circle
is marked asi.e.
standard_name
is "time", but the variable actually contains the circle number (i.e. not a time). In contrast,circle_time
is marked as:i.e. it actually contains a time, but this isn't reflected by the
standard_name
attribute.The error occured to me as I wanted to automatically collect the time ranges of multiple datasets using CF-Conventions, but this didn't work out with this dataset.
The text was updated successfully, but these errors were encountered: