EPW morphing recipe

epw_morph_recipe(
  name = "belcher",
  backend = NULL,
  methods = NULL,
  profile = NULL,
  options = NULL,
  policy = NULL,
  version = NULL,
  spec = NULL
)

Arguments

name

Recipe name. Defaults to "belcher".

backend

Backend name. Ad hoc recipes default to name; registered recipes use the backend declared by their specification.

methods

Optional named character vector overriding morphing methods for backend steps.

profile

Built-in Belcher compatibility profile. NULL selects "enhanced"; old serialized recipes are reconstructed explicitly as "legacy".

options

Optional named backend option list. Belcher options are usually created by belcher_options().

policy

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.

version

Optional persisted registered-recipe definition version. Normally leave this NULL; resumed workflows use it to reject an incompatible catalog definition.

spec

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".

Value

A recipe list.