create_error_bounds

climatebenchpress.compressor.scripts.create_error_bounds

create_error_bounds

create_error_bounds(
    basepath: Path = Path(),
    data_loader_basepath: None | Path = None,
)

Create three error bounds for all datasets and the variables in them.

Parameters:
  • basepath (Path, default: Path() ) –

    The base path where the error bounds will be stored. The error bounds will be stored in basepath / datasets-error-bounds.

  • data_loader_basepath (Path, default: None ) –

    The base path where the datasets are stored. If not provided, it defaults to basepath / .. / data-loader. The datasets will be loaded from data_loader_basepath / datasets.