pywr / pycatchmod

A Cython implementation of the rainfall runoff model CATCHMOD (Wilby, 1994)
GNU General Public License v3.0
6 stars 5 forks source link

Latitude is assumed to be radians. #2

Open jetuk opened 8 years ago

jetuk commented 8 years ago

Convention for latitude is decimal degrees. The Oudin formula uses latitude as is in trig functions. These should convert to radians and assuming degree input.