Skip to content

Commit

Permalink
PSM3 update for readSAM function
Browse files Browse the repository at this point in the history
Probably need to clean all the temperature options :P
  • Loading branch information
shirubana committed Nov 7, 2023
1 parent f121108 commit 27c52cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bifacial_radiance/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,8 @@ def readSAM(self, SAMfile=None):
data.rename(columns={'pres':'atmospheric_pressure'}, inplace=True)
data.rename(columns={'Tdew':'temp_dew'}, inplace=True)
data.rename(columns={'albedo':'Alb'}, inplace=True)
data.rename(columns={'temp_air':'Temperature'}, inplace=True)
data.rename(columns={'albedo':'Surface Albedo'}, inplace=True)

tmydata = data

Expand Down

0 comments on commit 27c52cf

Please sign in to comment.