# 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. # 200 means that current grid intensity should be ~2x lower than mean to store. SOFTPMINSTORAGECOPPC=200 SOFTPMINSTORAGECOPPCdesc="minimum effective CoP % for storage from grid"