Open ibanos90 opened 2 years ago
@gthompsnJCSDA Could you please provide a review for this bug fix? For some reason I can't add you in the Reviewers section.
@ibanos90, did you compile and run this version? Please say so in the PR comment and mention how the output is verified, like visual inspection using ncdump or some other method.
Description This PR fixes an issue that was found when neither the
do_thinning
ordo_superob
options were set astrue
in the namelist for thegoes-abi_converter
. Here, thedo_thinning
option is removed, allowingdo_superob
to control whether superobbing or thinning is performed. The default option is no superobbing and the number of pixels to skip is controlled by the user definedn_subsample
parameter via namelist. Ifn_subsample
is equal to 1, then no thinning is done and all pixels are kept. TheREADME.md
files for the ABI namelist and AHI converter usage are also updated to include more accurate information for users. A small bug was also fixed in the code for thinning AHI observations.Thank you @gthompsnJCSDA for pointing out this issue in the code.