model.environment.solar_geometry

Solar-geometry helpers for ADELM.

Module Contents

Functions

compute_cosine_solar_zenith

Compute the raw cosine solar zenith angle for one timestep.

compute_cosine_solar_zenith_series

Compute the internally generated cosine_solar_zenith driver series.

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_zenith driver series.

model.environment.solar_geometry.__all__

[‘compute_cosine_solar_zenith’, ‘compute_cosine_solar_zenith_series’]