ua-snap / cmip6-utils

Pipelines and utilites for working with CMIP6 data
0 stars 1 forks source link

Add No data value QC check for computed indicators #16

Closed Joshdpaul closed 5 months ago

Joshdpaul commented 5 months ago

For each indicator produced, check that the nodata values from the input dataset match the nodata values in the output. Borrow code from indicators.py used to set nodata values. Use conditional statement to determine dtype and appropriate nodata value.

Joshdpaul commented 5 months ago

closed by #17