Skip to content
Snippets Groups Projects
Commit a01a6cf5 authored by Tim Michaels's avatar Tim Michaels
Browse files

BUG FIX for commit 24ee1d2b

Commit 24ee1d2b contained a bug that kept G16 processing (and probably some
others) from working properly -- they often ran, but produced only
missing values for common RFL and BT fields.  This was due to having
a variety of data types for the scale_factor and add_offset variable
attributes in the input NetCDF-format granule files.

The current commit fixes this by introducing a much more comprehensive
(and strict, conforming to the CF convention) set of routines to read
and read-scale-and-offset numeric variables from NetCDF-format files.
This will reduce inadvertent silent numeric overflows and/or loss of
precision when reading in data.

This is the first tranche of a "unified" NetCDF reader (perhaps writer)
for CLAVR-x.
parent 75b6e776
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment