SantanderMetGroup / transformeR

An R package for climate data post-processing (part of the climate4R bundle)
https://github.com/SantanderMetGroup/climate4R
GNU General Public License v3.0
11 stars 8 forks source link

Quantitative measures to compare climate models and reanalysis data #32

Open zepedromvramiao opened 4 years ago

zepedromvramiao commented 4 years ago

Dear all, I found the temporal plot (Fig. 4) in Iturbe et al. (2018) (https://doi.org/10.1016/j.envsoft.2018.09.009) very useful. I would like to get a quantitative measure of how similar different models are relative to EOBS. Is there any function in climate4R that allow to calculate this (spatial autocorrelation, etc)? Regarding the temporal plot, instead of annual values, I would like to get the mean for each month for a 30-year period. However, if I use aggregateGrid(x, aggr.m= list(FUN = mean)), I get the mean for each month along the 30 year period. Is there any way of getting the overall monthly mean for the entire period (i.e. 30 year mean for January, 30 year mean for February, etc)? Thanks in advance Best regards, José Pedro Ramião

jbedia commented 4 years ago

Hi, For validation, I would recommend using the VALUE framework. It is implemented in climate4R through the package climate4R.VALUE. Regarding the second question, you can use subsetGrid on a month-by-month basis and computing the monthly climatologies separately with function climatology. I hope this helps, sorry for our slow response.

aalloyer commented 4 months ago

Hi @zepedromvramiao , how did you finally manage to do that ? Best