CARdata/MARS documentation

describe metrics formula with cavets description

View the Project on GitHub befinvestments/spine

good_gas_<type>_<variant>, good_gas_status, good_gas_contract_status, good_gas_internal_status

It’s gas flow accounted as eligible for recycling according to set of requirements.

types: sp, contract, internal

formulas

good_gas_sp_scfm_ft200 = if sp == True FT_200 else 0 good_gas_internal_scfm_ft200 = if internal == True FT_200 else 0 good_gas_contract_scfm_ft200 = if contract == True FT_200 else 0

good_gas_sp_scfm_pullers = if sp == True PULLER_FLOW_TOTAL else 0 good_gas_internal_scfm_pullers = if internal == True PULLER_FLOW_TOTAL else 0 good_gas_contract_scfm_pullers = if contract == True PULLER_FLOW_TOTAL else 0