Skip to content

Commit

Permalink
add notes about NaNs probable origin in SPEI
Browse files Browse the repository at this point in the history
  • Loading branch information
coxipi committed Sep 11, 2023
1 parent 8f1868e commit 06271eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xclim/indices/_agro.py
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,8 @@ def standardized_precipitation_evapotranspiration_index(
Notes
-----
If results include NaNs, check that the `offset` parameter is larger than the minimum water budget values.
See Standardized Precipitation Index (SPI) for more details on usage.
"""
uses_default_offset = offset == "1 mm/d"
Expand Down

0 comments on commit 06271eb

Please sign in to comment.