Skip to content

Commit

Permalink
system_capacity as output variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Jun 1, 2024
1 parent 1cfa822 commit ea5393c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions reV/config/output_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class SAMOutputRequest(OutputRequest):
# all available SAM output variables should be in the values
CORRECTIONS = {'cf_means': 'cf_mean',
'cf': 'cf_mean',
'capacity': 'system_capacity',
'capacity_factor': 'cf_mean',
'capacityfactor': 'cf_mean',
'cf_profiles': 'cf_profile',
Expand Down
7 changes: 7 additions & 0 deletions reV/generation/output_attributes/lcoe_fcr_inputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,12 @@
"scale_factor": 1,
"type": "scalar",
"units": "unitless"
},
"system_capacity": {
"chunks": null,
"dtype": "float32",
"scale_factor": 1,
"type": "scalar",
"units": "kW"
}
}

0 comments on commit ea5393c

Please sign in to comment.