Skip to content

Commit

Permalink
format uk pv prod
Browse files Browse the repository at this point in the history
  • Loading branch information
zakwatts committed Jun 4, 2024
1 parent f4e10cd commit d162a22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions psp/exp_configs/uk_pv_prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,17 @@ def _get_capacity(d):
value = float(d.coords["capacity"].values)
return value


def _get_tilt(d):
tilt_values = d["tilt"].values
return tilt_values


def _get_orientation(d):
orientation_values = d["orientation"].values
return orientation_values


class ExpConfig(ExpConfigBase):
def get_pv_data_source(self):
return NetcdfPvDataSource(
Expand Down

0 comments on commit d162a22

Please sign in to comment.