Is your feature request related to a problem? Please describe.
When defining the PP components, the postprocess_on key is always mandatory.
This is is going to lead to a lot of repetition (and longer yamls).
Describe the solution you'd like
I think the postprocess_on key should be option and the default should be True. The only case where you would need that key is when postprocess_on: False
Describe alternatives you've considered
We can leave it as is. This is not a problem, just an inconvenience to the users.
Additional context
A similar change should happen with the analysis_on key
Is your feature request related to a problem? Please describe.
When defining the PP components, the
postprocess_onkey is always mandatory.This is is going to lead to a lot of repetition (and longer yamls).
Describe the solution you'd like
I think the
postprocess_onkey should be option and the default should be True. The only case where you would need that key is whenpostprocess_on: FalseDescribe alternatives you've considered
We can leave it as is. This is not a problem, just an inconvenience to the users.
Additional context
A similar change should happen with the
analysis_onkey