You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the directory ~/.config/cmip6_downscaling/{choose_a_name}.yaml (ex. cloud.yaml)
Populate the .yaml file. Note, the schema of the yaml file must reflect the schema of the config.py file.
In this case, we are modifying the default values for storage.intermediate.uri
Intro
The
cmip6_downscaling
python package uses the donfig package for configuration. The config schema as well as defaults are laid out in config.py. These defaults can be overwritten by specifying a yaml file setting environment variables or using theconfig.set()
method.YAML configuration
Donfig allows yaml configuration files in three locations:
In this example, we are using option #3.
Steps:
config.py
file.In this case, we are modifying the default values for
storage.intermediate.uri
The text was updated successfully, but these errors were encountered: