EUVpy.empiricalModels.models.SOLOMON.solomon module¶
- EUVpy.empiricalModels.models.SOLOMON.solomon.solomon(F107, F107A, model='HFG')[source]¶
Compute the solar EUV irradiance in 23 standard bands. Utilizes Equations 1-3 from Solomon and Qian 2005 (doi:10.1029/2005JA011160).
- Parameters:
F107 (numpy.ndarray) – Values of the F10.7 solar flux.
F107A (numpy.ndarray) – Values of the 81-day averaged solar flux, centered on the present day.
model ({'HFG', 'EUVAC'}) – Controls whether or not the empirical EUV data returned corresponds to the HFG model or the EUVAC model.
- Returns:
solomonFlux (numpy.ndarray) – Values of the solar radiant flux in 23 distinct wavelength bands. Units of photon/m^2/s.
solomonIrr (numpy.ndarray) – Values of the solar EUV irradiance in 23 distinct wavelength bands. Units of W/m^2.