initialize config
This commit is contained in:
commit
1902d53a92
13
config.py
Normal file
13
config.py
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
class pv_config:
|
||||||
|
def __init__(self, capacity, cost_per_kW, pv_lifetime):
|
||||||
|
self.capacity = capacity
|
||||||
|
self.cost_per_kW = cost_per_kW
|
||||||
|
self.pv_lifetime = pv_lifetime
|
||||||
|
class ess_config:
|
||||||
|
def __init__(self, capacity, cost_per_kW, pv_lifetime):
|
||||||
|
self.capacity = capacity
|
||||||
|
self.cost_per_kW = cost_per_kW
|
||||||
|
self.pv_lifetime = pv_lifetime
|
||||||
|
|
||||||
|
|
||||||
|
|
0
pvprofile.py
Normal file
0
pvprofile.py
Normal file
Loading…
Reference in New Issue
Block a user