-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
/opt/homebrew/Caskroom/miniforge/base/envs/FLiESANN/lib/python3.11/site-packages/sun_angles/solar_dec_deg_from_day_angle_rad.py:26: DeprecationWarning: __array_wrap__ must accept context and return_scalar arguments (positionally) in the future. (Deprecated NumPy 2.0)
return (0.006918 - 0.399912 * np.cos(day_angle_rad) + 0.070257 * np.sin(day_angle_rad)
/opt/homebrew/Caskroom/miniforge/base/envs/FLiESANN/lib/python3.11/site-packages/sun_angles/solar_dec_deg_from_day_angle_rad.py:27: DeprecationWarning: __array_wrap__ must accept context and return_scalar arguments (positionally) in the future. (Deprecated NumPy 2.0)
- 0.006758 * np.cos(2 * day_angle_rad) + 0.000907 * np.sin(2 * day_angle_rad)
/opt/homebrew/Caskroom/miniforge/base/envs/FLiESANN/lib/python3.11/site-packages/sun_angles/solar_dec_deg_from_day_angle_rad.py:28: DeprecationWarning: __array_wrap__ must accept context and return_scalar arguments (positionally) in the future. (Deprecated NumPy 2.0)
- 0.002697 * np.cos(3 * day_angle_rad) + 0.00148 * np.sin(3 * day_angle_rad)) * (180 / np.pi)
/opt/homebrew/Caskroom/miniforge/base/envs/FLiESANN/lib/python3.11/site-packages/sun_angles/SZA_deg_from_lat_dec_hour.py:35: DeprecationWarning: __array_wrap__ must accept context and return_scalar arguments (positionally) in the future. (Deprecated NumPy 2.0)
solar_dec_rad = np.radians(solar_dec_deg)
/opt/homebrew/Caskroom/miniforge/base/envs/FLiESANN/lib/python3.11/site-packages/sun_angles/SZA_deg_from_lat_dec_hour.py:42: DeprecationWarning: __array_wrap__ must accept context and return_scalar arguments (positionally) in the future. (Deprecated NumPy 2.0)
hour_angle_rad = np.radians(hour_angle_deg)
/opt/homebrew/Caskroom/miniforge/base/envs/FLiESANN/lib/python3.11/site-packages/sun_angles/SZA_deg_from_lat_dec_hour.py:45: DeprecationWarning: __array_wrap__ must accept context and return_scalar arguments (positionally) in the future. (Deprecated NumPy 2.0)
SZA_rad = np.arccos(np.sin(latitude_rad) * np.sin(solar_dec_rad) + np.cos(latitude_rad) * np.cos(solar_dec_rad) * np.cos(hour_angle_rad))
/opt/homebrew/Caskroom/miniforge/base/envs/FLiESANN/lib/python3.11/site-packages/sun_angles/SZA_deg_from_lat_dec_hour.py:48: DeprecationWarning: __array_wrap__ must accept context and return_scalar arguments (positionally) in the future. (Deprecated NumPy 2.0)
SZA_deg = np.degrees(SZA_rad)
Metadata
Metadata
Assignees
Labels
No labels