Skip to content

Commit

Permalink
Merge pull request #23 from phydrus/dev
Browse files Browse the repository at this point in the history
Release of PyEt v1.1.0
  • Loading branch information
raoulcollenteur authored Jan 24, 2022
2 parents bbb8986 + dd5e563 commit f9f3d69
Show file tree
Hide file tree
Showing 14 changed files with 16,480 additions and 58 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/e49f23e356f441688422ec32cfcf6aaa)](https://www.codacy.com/gh/phydrus/pyet/dashboard?utm_source=github.com&utm_medium=referral&utm_content=phydrus/pyet&utm_campaign=Badge_Coverage)

pyet is an open source python package for calculating reference and potential
evaporation (PE). Currently eighteen methods for calculating PE are
evaporation (PE). Currently eighteen methods for calculating daily PE are
implemented:

| Classification | Common method name | Data needed | pyet Method | Reference |
|----------------|---------------------------|-------------|--------------------|-----------------------------|
| Combination | Penman | RH, T, U, D |`penman` |Penman (1948) |
| | Penman-Monteith | RH, T, U, D |`pm` |Monteith (1965) |
| | Penman-Monteith ASCE | RH, T, U, D |`pm` |ASCE (2005) |
| | FAO-56 | RH, T, U, D |`pm_fao56` |Allen et al. (1998) |
| | Priestley-Taylor | T, D |`priestley_taylor` |Priestley and Taylor (1972) |
| | Kimberly-Penman | RH, T, U, D |`kimberly_penman` |Wright (1982) |
Expand All @@ -36,6 +37,8 @@ implemented:

T, Temperature; U, Wind Speed; D, Radiation; RH, Relative Humidity. Adapted from [@oudin2005potential].

Note: The Penman-Monteith ASCE method can be applied on the hourly and daily time scales.

## Examples and Documentation

Examples of using pyet can be found in the example folder. This folder also
Expand Down Expand Up @@ -65,4 +68,5 @@ To install in developer mode, use the following syntax:
`>>> pip install -e .`

## Citing
To be added...
If you use pyet for one of your projects, we ask that you cite the code as follows:
*Vremec, M., Collenteur, R., (XXXX). PyEt-open source python package for calculating reference and potential evaporation (Version X.X.X). Zenodo.*
Loading

0 comments on commit f9f3d69

Please sign in to comment.