-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add inverse distance weighting option to superob function (#1116)
**Description:** 1. The superob function now incorporates the capability for inverse distance weighted averaging. If optional parameters are provided when calling the function, it conducts weighted averaging; otherwise, it defaults to simple averaging. 3. The VIIRS converter has been enhanced to utilize this new functionality. Weighted averaging is only used in the computation of superobbed ObsValue and ObsError. --------- Co-authored-by: ypwang19 <[email protected]>
- Loading branch information
Showing
2 changed files
with
81 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters