Validation#
DART-Pipeline has a validate subcommand that runs basic validation (out of
range and checking presence of NA values). This can be called as
uv run dart-pipeline validate <file.nc>
This will print out variables that did not meet validation criteria:
Any NA values present
Value of variable outside range, as described by
valid_minandvalid_maxvariable attributes.
The variable ranges are quite permissive, and in the future users will be able to configure narrower validation ranges via a configuration file.