Command Line InterfaceΒΆ

Warning

Please note that aneris is still in early developmental stages, thus all interfaces are subject to change.

aneris comes packaged with a CLI that can execute a single-model batch-scenario harmonization.

$ aneris -h
usage: aneris [-h] [--history HISTORY] [--regions REGIONS] [--rc RC]
              [--output_path OUTPUT_PATH] [--output_prefix OUTPUT_PREFIX]
              input_file

    Harmonize historical trajectories to data in the IAMC template format.

    Example usage:

    aneris input.xlsx --history history.csv --regions regions.csv
    

positional arguments:
  input_file            Input data file.

optional arguments:
  -h, --help            show this help message and exit
  --history HISTORY     Historical emissions in the base year.
  --regions REGIONS     Mapping of country iso-codes to native regions.
  --rc RC               Runcontrol YAML file (see
                        http://mattgidden.com/aneris/config.html for
                        examples).
  --output_path OUTPUT_PATH
                        Path to use for output file names.
  --output_prefix OUTPUT_PREFIX
                        Prefix to use for output file names.