GQL Statement
IF(
    V(energy_hydrogen_flexibility_p2g_electricity, output_of_hydrogen) == 0,
    0.0,
    -> {
        DIVIDE(
            V(energy_hydrogen_flexibility_p2g_electricity, total_costs_per(:node)),
            DIVIDE(
                V(energy_hydrogen_flexibility_p2g_electricity, output_of_hydrogen),
                MJ_PER_MWH
            )
        )
    }
)
Result
Description
Total cost of hydrogen production by biomass gasification + ccs per MWh produced hydrogen
 
Characteristics
| Groups | 
 | 
| Unit | 
 | 
| File path | 
/app/tmp/etsource/gqueries/general/hydrogen/costs/production_costs_per_mwh_hydrogen_by_p2g.gql
 | 
References