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
The current padding of retrieved profiles in IASI_SND_02_V11 does not match with the variable storing the geolocation.
E.g. the variable "co_cp_air" second dimension is just padded in the end to a common size for the product. The length of the dimension does not always match the number of observations in a scanline (also the second dimension of the location variable "earth_location".
Potential fix could be to change the padding. Here is a small demonstration.
The current padding of retrieved profiles in
IASI_SND_02_V11
does not match with the variable storing the geolocation.E.g. the variable "co_cp_air" second dimension is just padded in the end to a common size for the product. The length of the dimension does not always match the number of observations in a scanline (also the second dimension of the location variable "earth_location".
Potential fix could be to change the padding. Here is a small demonstration.
The text was updated successfully, but these errors were encountered: