Does the PCPCombine wrapper support tag replacement for init with python embedding? #2631
-
Dear METplus Experts, I am trying to develop a new use case for SWPC in which the data are purportedly nowcasts. Here are some of the relevant configuration settings: I am getting the following error: In run_pcpcombine: Traceback (most recent call last): It seems as if the 'init' tag is not being passed internally. If I change it to 'valid', then it works. Does the PCPCombine wrapper support tage replacement for init with python embedding? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Jonathan and Tina, Please try setting |
Beta Was this translation helpful? Give feedback.
Hi Jonathan and Tina,
Please try setting
FCST_PCP_COMBINE_CONSTANT_INIT = True
and rerun. Typically when running PCPCombine wrapper using the derive or add methods, the wrapper starts with the valid time and steps backwards to build an accumulation, so there is no notion of a single initialization time to use.