Skip to content

AquaBEHER 1.4.0 #10

Answered by RobelTakele
RobelTakele asked this question in Q&A
Discussion options

You must be logged in to vote

One way to obtain seasonal forecast of rainfall in the form of categorical tercile forecasts is from national meteorological offices, get the forecast and import it as a dataframe.

eg. for the seasonal rainfall forecast with tercile probability of Below Normal = 15%, Normal = 10% and Above Normal = 75%; you can import it as:
rainTerc <- data.frame(T1 = 0.15, T2 = 0.10, T3 = 0.75)

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by RobelTakele
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants