-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
restrict post computation from undefined points #240
Comments
After Wen tested and merged Jun's UPP updates, Jesse will take over and scan through all UPP subroutines to make sure derivations are only done when none of input has missing values. |
Wen, please let me know when you are ready. Thanks,
Jesse
…On Wed, Jan 27, 2021 at 3:21 PM HuiyaChuang-NOAA ***@***.***> wrote:
After Wen tested and merged Jun's UPP updates, Jesse will take over and
scan through all UPP subroutines to make sure derivations are only done
when none of input has missing values.
Jesse will also follow Jun's advice to test use of negative value as
missing value instead, e.g., -1.e10
Jesse's task is tracked and documented in
https://vlab.ncep.noaa.gov/redmine/issues/87352
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#240 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALXNRCNJGUBDZHFLFZHJHLTS4BYV5ANCNFSM4UWURXAA>
.
|
@JesseMeng-NOAA The UPP branch was updated with the PR #255 for regional in-line post. |
@JesseMeng-NOAA Any updates on this issue? |
working on it |
pull request submitted |
|
|
|
|
* 20210414 Jesse Meng commit progress for Issue #240 restrict post computation from undefined points * 20210416 Jesse Meng commit progress for "restrict post computation from undefined points #240" * 20210422 Jesse Meng commit progress for #240 restrict post computation from undefined points * 20210423 Jesse Meng fix bug in CALVIS_GSD PR#306 * 20210427 Jesse Meng commit EMC_post issue #240 restrict post computation from undefined points * 20210429 Jesse Meng fix instantaneous surface SW in CLDRAD.f Co-authored-by: wx22mj <Jesse.Meng@v71a1.ncep.noaa.gov> Co-authored-by: wx22mj <Jesse.Meng@v71a2.ncep.noaa.gov> Co-authored-by: wx22mj <Jesse.Meng@v72a1.ncep.noaa.gov>
* Adding docs for Rocoto Jinja template. * Changing the docstring to a Jinja comment. * Cleaning up some white space.
Currently in POST, there is no restriction to keep the computation only happening on valid points with reasonable value. The undefined value are participating in the computation in many places which causes wrong value in post products. One example is when regional output domain is larger than the forecast computational domain. FillValue is put on the extra domain for all the fields, however those fields are still involved in post computation and causes issues.
The text was updated successfully, but these errors were encountered: