Fix bug for thinning option in the goes_abi converter and update README files #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.