Solar Flux Calculator

Solar Flux Calculator enables you to compute the solar flux along a surface at a particular latitude, longitude, date, and time of day.

Iron Python Script – solar_flux_calculator.py:

The following is the toolkit's scripting information.

data = ["ng",

'Horizontal_checked:True',

'Verticaltilt:90',

'compass_checked:True',

'compass_direction:S',

'angle_relative_to_south:0',

'Hour:12',

'Minute:0',

'Zone:EST',

'Month:JAN',

'Date:1',

'Latitude:23.5',

'Longitude:75',

'Longitudedirection:W'

]

oDesign.RunToolkit("SysLib", "Modeling/solar_flux_calculator", [])

oDesign.RunToolkit("SysLib", "Modeling/solar_flux_calculator", ["ng"]

oDesign.RunToolkit("SysLib", "Modeling/solar_flux_calculator", data)