Skip to content

Commit

Permalink
Add more output request options
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed May 25, 2024
1 parent ced8709 commit b672e28
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion reV/config/output_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,14 @@ class SAMOutputRequest(OutputRequest):
'dc_power': 'dc',
'clipping': 'clipped_power',
'clipped': 'clipped_power',
'clip': 'clipped_power'
'clip': 'clipped_power',
'capacity': 'system_capacity',
'wd': 'winddirection',
'wind_direction': 'winddirection',
'wind-direction': 'winddirection',
'wl': 'annual_wake_loss_internal_percent',
'wl_kwh': 'annual_wake_loss_internal_kWh',
'wl_pct': 'annual_wake_loss_total_percent',
'wl_ts': 'wake_loss_internal_percent',
'wl_kwh': 'wake_loss_internal_kW',
}

0 comments on commit b672e28

Please sign in to comment.