Skip to content

Commit

Permalink
Update model_def_schema.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpfenninger authored Aug 30, 2024
1 parent 53b1766 commit 3cc0c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/calliope/config/model_def_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ properties:
x-type: float
title: Fractional annual O&M costs.
description: >-
Add an additional cost to total investment costs (except `cost_om_annual`) that is a fraction of that total.
Add a fraction of the sum of all investment costs except `cost_om_annual` as an additional cost, to represent fixed annual O&M costs. Warning: the sum of all investment costs includes not just those associated with `flow_cap` but also others like those associated with `area_use`!
x-unit: fraction / total investment.

cost_flow_in:
Expand Down Expand Up @@ -1008,4 +1008,4 @@ properties:
x-type: float
minimum: 0
default: .inf
x-resample_method: mean
x-resample_method: mean

0 comments on commit 3cc0c39

Please sign in to comment.