- Posts: 1
 
SAM Incidence Angle Calculations
- Photomofo
 - Topic Author
 
        Less
        More
        
            
    
        
            
        
                26 Feb 2019 16:32                #6662
        by Photomofo
    
    
            
            
            
            
            
                                
    
                                                
    
        SAM Incidence Angle Calculations was created by Photomofo            
    
        Good Afternoon,
I'm having trouble deciphering the single axis tracking code in SAM. Specifically what I'm trying to do is model the Utility PV plants in the Solar Integration Dataset. Here's the basic equation I'm using:
ARG = sin(zen) * cos(azm - sazm) * sin(tilt) + cos(zen) * cos(tilt)
if ARG = XYZ then
blah blah
end if
inc = acos(ARG)
This is a horizontal mount system with a north to south orientation. My assumption are:
sazm = azm
tilt = 0
I've tried moving these assumptions this way and that but nothing is coming out correctly. I've read the Technical Reference documents and I've experimented with alternate INC calculations. I've double checked by zen and azm calcs and they come out fine.
Note also that my calculations for Fixed systems are coming out fine as well.
Can someone point me in the right direction? Is there a forum related to the Open Source release of SAM on GitHub?
    I'm having trouble deciphering the single axis tracking code in SAM. Specifically what I'm trying to do is model the Utility PV plants in the Solar Integration Dataset. Here's the basic equation I'm using:
ARG = sin(zen) * cos(azm - sazm) * sin(tilt) + cos(zen) * cos(tilt)
if ARG = XYZ then
blah blah
end if
inc = acos(ARG)
This is a horizontal mount system with a north to south orientation. My assumption are:
sazm = azm
tilt = 0
I've tried moving these assumptions this way and that but nothing is coming out correctly. I've read the Technical Reference documents and I've experimented with alternate INC calculations. I've double checked by zen and azm calcs and they come out fine.
Note also that my calculations for Fixed systems are coming out fine as well.
Can someone point me in the right direction? Is there a forum related to the Open Source release of SAM on GitHub?
Please Log in or Create an account to join the conversation.
- Paul Gilman
 
        Less
        More
        
            
    
        - Posts: 5666
 
            
        
                27 Feb 2019 14:29                #6663
        by Paul Gilman
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Paul Gilman on topic SAM Incidence Angle Calculations            
    
        Hello,
I am not familiar with the data in the Solar Integration Data Sets. You may want to try emailing the contact person on the program's website:
www.nrel.gov/grid/solar-power-data.html
Best regards,
Paul.
    I am not familiar with the data in the Solar Integration Data Sets. You may want to try emailing the contact person on the program's website:
www.nrel.gov/grid/solar-power-data.html
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
        Moderators: Paul Gilman    
 
 



