ET-NCMP / NCMP

Software in R for calculating National Climate Monitoring Products
5 stars 1 forks source link

P5_Trend_Graphs.R does not work #43

Closed ET-NCMP closed 6 years ago

ET-NCMP commented 7 years ago

Current version of P5 fails with the following error message

source("P5_Trends_Graphs.R") Error in source("P5_Trends_Graphs.R") : P5_Trends_Graphs.R:154:57: unexpected ')' 153: } else { # y1/2 not used for j > 12 (monthly T,Pr) # 154: y1 <- as.integer(min(tm[ref,'Annual'],na.rm=TRUE)))

ET-NCMP commented 7 years ago

The script now runs but fails later:

Error in T[, -1] : incorrect number of dimensions In addition: There were 31 warnings (use warnings() to see them)

It produces time series of the indices for each station, but fails at the mapping point.

ET-NCMP commented 6 years ago

Fixed in latest version