Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWH effective incidence angle relations are in terms of degrees #1030

Open
Matthew-Boyd opened this issue May 25, 2023 · 0 comments
Open

SWH effective incidence angle relations are in terms of degrees #1030

Matthew-Boyd opened this issue May 25, 2023 · 0 comments
Labels

Comments

@Matthew-Boyd
Copy link
Contributor

Matthew-Boyd commented May 25, 2023

These relations use degrees, not radians.

double theta_eff_diffuse = 59.7*M_PI / 180 - 0.1388*tilt*M_PI / 180 + 0.001497*tilt*M_PI / 180 * tilt*M_PI / 180;

double theta_eff_ground = 90 * M_PI / 180 - 0.5788*tilt*M_PI / 180 + 0.002693*tilt*M_PI / 180 * tilt*M_PI / 180;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant