model.environment.solar_geometry¶
Solar-geometry helpers for ADELM.
Module Contents¶
Functions¶
Compute the raw cosine solar zenith angle for one timestep. |
|
Compute the internally generated |
Data¶
API¶
- model.environment.solar_geometry.compute_cosine_solar_zenith(time_value, latitude_deg, longitude_deg, force_date_only=False)¶
Compute the raw cosine solar zenith angle for one timestep.
Date-only inputs are interpreted at local solar noon.
- model.environment.solar_geometry.compute_cosine_solar_zenith_series(time_values, latitude_deg, longitude_deg)¶
Compute the internally generated
cosine_solar_zenithdriver series.
- model.environment.solar_geometry.__all__¶
[‘compute_cosine_solar_zenith’, ‘compute_cosine_solar_zenith_series’]