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
NaN checks are currently in place for all -related variables (physical parameters) in both profile and trajectory files.
NaNs are only an issue for floating-point data types - float and double. Adding NaN checks to any of the variables that are already checked by the FileChecker would be relatively straightforward. Adding NaN checks for every float/double variable in all of the file types will probably
I will have to review the file specfications to see how extensive the changes will be for adding NaN checks for every float/double variable.
NaN values are not allowed in Argo NetCDF variables.
The file format checker should report an error on NaN value in any variable.
A general check should be performed on GDAC to detect the existing NaN errors.
The text was updated successfully, but these errors were encountered: