EPW morphing recipe
epw_morph_recipe(
name = "belcher",
backend = NULL,
methods = NULL,
profile = NULL,
options = NULL,
policy = NULL,
version = NULL,
spec = NULL
)Recipe name. Defaults to "belcher".
Backend name. Ad hoc recipes default to name; registered
recipes use the backend declared by their specification.
Optional named character vector overriding morphing methods for backend steps.
Built-in Belcher compatibility profile. NULL selects
"enhanced"; old serialized recipes are reconstructed explicitly as
"legacy".
Optional named backend option list. Belcher options are
usually created by belcher_options().
Optional registered complete-recipe execution policy,
"paper_faithful" or "harmonized". Registered recipes select their
declared default when NULL; ad hoc backend recipes do not accept it.
Optional persisted registered-recipe definition version.
Normally leave this NULL; resumed workflows use it to reject an
incompatible catalog definition.
Optional registered complete-recipe identifier. This allows a
stable catalog definition to be retained when name is a user-facing
alias such as "daily_temperature".
A recipe list.