how to plot a time based heatmap for models comparison (observed & estimated mean annual precipitation) using the Kling-Gupta efficiency (KGE) ?

Hello,
I have data consisting of 34 years of mean annual precipitation under 9 models.
I would like to compare observed (1 model) and estimated (8 models) mean annual rainfall using Kling-Gupta efficiency (KGE) for each year and visualize them using a heatmap (y: the 8 models, x: the 34 years).
I tried the function below but it gives me only one KGE value when comparing two models and not the values for each year and I can't also calculate KGE for the 8 models at the same time.
Any help, please!

KGE(sim, obs, s=c(1,1,1), na.rm=TRUE, method=c("2009", "2012"), 
            out.type=c("single", "full"), ...)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.