Skip to content

Commit

Permalink
rename internal variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
LipingWang committed Sep 12, 2024
1 parent ea62070 commit 5b815ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/EnergyPlus/IndoorGreen.hh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ namespace IndoorGreen {
Real64 ZCO2 = 400;
Real64 ZVPD = 0.0; // vapor pressure deficit (pa)
Real64 ZPPFD = 0; // PPFD
Real64 SensibleRate = 0.0; // w
Real64 SensibleRate = 0.0; // w, living wall
Real64 SensibleRateLED = 0.0; // w, lED
Real64 LatentRate = 0.0; // w
Real64 ETRate = 0.0; // kg/(m2s)
Real64 LambdaET = 0.0; // J/(kg m2)
Expand Down

0 comments on commit 5b815ac

Please sign in to comment.