Skip to content

Commit

Permalink
Add config in CO2 model and add pt file
Browse files Browse the repository at this point in the history
  • Loading branch information
JBjoernskov committed Feb 13, 2024
1 parent a3f11b6 commit 161eb48
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions twin4build/saref4bldg/building_space/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!step2810_OE20-601b-2_Network_B64_LR3E-02_H5_L2.pt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ def __init__(self,
'returnAirFlowRate': None,
'numberOfPeople': None}
self.output = {"indoorCo2Concentration": None}
self._config = {"parameters": ["airMass",
"outdoorCo2Concentration",
"infiltration",
"generationCo2Concentration"]}

@property
def config(self):
return self._config

def cache(self,
startTime=None,
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 161eb48

Please sign in to comment.