Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
brasmus committed May 24, 2024
1 parent 1c176a1 commit ece6d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/WG.R
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ WG.fw.day.precip <- function(x=NULL,...,mu=NULL,fw=NULL,ndbr=NULL,t=NULL,
# Use predicted mu to generate exponentially distributed data:
x.mu <- as.annual(x,'wetmean',threshold=threshold)

# Number of consequtive wet/dry days
# Number of consecutive wet/dry days
ncd <- spell(x,threshold=threshold)
## Annual mean number of consecutive wet days
amncwd <- subset(annual(ncd),is=1)
Expand Down

0 comments on commit ece6d87

Please sign in to comment.