Module process

Source
Expand description

Code for reading process-related information from CSV files.

Modulesยง

availability ๐Ÿ”’
Code for reading process availabilities CSV file
flow ๐Ÿ”’
Code for reading process flows file
parameter ๐Ÿ”’
Code for reading process parameters CSV file

Structsยง

ProcessRaw ๐Ÿ”’

Constantsยง

PROCESSES_FILE_NAME ๐Ÿ”’

Functionsยง

read_processes
Read process information from the specified CSV files.
read_processes_file ๐Ÿ”’
read_processes_file_from_iter ๐Ÿ”’
validate_commodities ๐Ÿ”’
Perform consistency checks for commodity flows.
validate_other_commodity ๐Ÿ”’
Check that commodities of type other are either produced or consumed but not both
validate_sed_commodity ๐Ÿ”’
Check that an SED commodity has a consumer and producer process
validate_svd_commodity ๐Ÿ”’