initialize config
This commit is contained in:
		
							
								
								
									
										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
									
								
							
		Reference in New Issue
	
	Block a user