Conversation
|
I processed radiance observations using the current nccmp -ldmgefs -C 5 amsua_n15_obs_2018041500.h5 orig/amsua_n15_obs_2018041500.h5
DIFFER : VARIABLE : scan_position : TYPE : INT <> FLOAT
DIFFER : TYPES : ATTRIBUTE : _FillValue : VARIABLE : scan_position : INT <> FLOAT
DIFFER : VARIABLE : scan_position : POSITION : [0] : VALUES : -999 <> 20
DIFFER : VARIABLE : scan_position : POSITION : [1] : VALUES : -999 <> 21
DIFFER : VARIABLE : scan_position : POSITION : [2] : VALUES : -999 <> 22
DIFFER : VARIABLE : scan_position : POSITION : [3] : VALUES : -999 <> 23
DIFFER : VARIABLE : scan_position : POSITION : [4] : VALUES : -999 <> 24Many scan_position entries seem to be assigned the _FillValue, others have entries that do not correspond to _FillValue but are different from the result in orig. Is this to be expected? I would have guessed that the numerical entries in the two files should be identical up to type conversion precision differences. |
This is definiately not expected. I'll look into it right now. Thanks for testing out these changes. |
2e3392a to
2ab69a3
Compare
I moved all |
st-ncar
left a comment
There was a problem hiding this comment.
My comments have been addressed.
Summary:
This PR updates the scan position variable type from
floattointto ensure compliance with the IODA v2 format.Changes:
floattoint.Motivation: