# Soft parameters for energy system management. # # This file is designed to be read by multiple parsers, including /bin/sh. # # Lines that start with '#' are comments, and ignored. # Blank lines are ignored. # # Parameter definitions are one per line and of the form: #SOFTP= # where neither PARAMNAME nor VALUE contain whitespace. # # This can also be used to set debugging parameters, with names of the form: #DEBUG= # Minimum effective CoP % to use storage. # 300 means that current grid intensity should be ~3x lower than mean to store. SOFTPMINSTORAGECOPPC=300 SOFTPMINSTORAGECOPPCdesc="minimum effective CoP % for storage from grid"