BLM-UoR / BLM

Boundary-Layer Meteorology Course Materials
https://blm.readthedocs.io/
5 stars 1 forks source link

caveat in `cal_vap_sat` function #21

Open sunt05 opened 4 years ago

sunt05 commented 4 years ago

https://github.com/BLM-UoR/BLM/blob/1ba0d3d9497e9dbc451fcde679c81079f9fa3d63/docs/tasks/utility.py#L6-L23

if the input Temp_C is outside of the valid range, UnboundedLocalError will be raised.