Reads a YAML file containing model parameters, including station settings,
variables, and configurations for various models. If no file path is
provided, the function defaults to loading params.yaml from the package's
extdata directory.
Usage
load_params(filepath = NULL)
Value
A list containing the parameters loaded from the YAML file.
Arguments
filepath
Character. Path to the YAML file. If NULL, the function
will attempt to load the default params.yaml provided in the package.
Details
The YAML file should define parameters in a structured format, such as: