Skip to content

Errors (non-fatal) in RegridDataPlane and ExtractTiles use-case processes #1351

Locked Answered by georgemccabe
hertneky asked this question in Configuration
Discussion options

You must be logged in to vote

Hi @hertneky,

1 is happening due to a bug. The ExtractTiles wrapper creates an instance of RegridDataPlane to use to create the cutouts. That instance always runs RegridDataPlane on both OBS and FCST, so it overrides the FCST_REGRID_DATA_PLANE_RUN and OBS_REGRID_DATA_PLANE_RUN variables to do so. However, these changes to the config should be isolated to the instance of RegridDataPlane wrapper that is being used in ExtractTiles. Instead it is overriding those variables for the METplusConfig object used by all of the wrappers. No one has run both ExtractTiles and RegridDataPlane in the PROCESS_LIST before this to uncover this issue before. Thanks for bringing this to our attention! I creat…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hertneky
Comment options

hertneky Jan 13, 2022
Collaborator Author

Answer selected by hertneky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment