woodcrafty / PyETo

Python package for calculating reference/potential evapotranspiration (ETo).
BSD 3-Clause "New" or "Revised" License
155 stars 81 forks source link

Net outgoing longwave radiation requires solar_rad but no function exists by the name solar+rad #17

Open muddasirshah opened 1 year ago

muddasirshah commented 1 year ago

For the calculation of net outgoing longwave radiation pyeto.net_out_lw_rad(tmin, tmax, sol_rad, cs_rad, avp) it requires solar radiation sol_rad as argument. In the documentation it says to compute that use the sol+rad function. But no function by that name exists. Incoming shortwave radiation can be calculated using various functions but outgoing solar radiation there is none.