Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quantitative measures to compare climate models and reanalysis data #32

Open
zepedromvramiao opened this issue Mar 14, 2020 · 2 comments

Comments

@zepedromvramiao
Copy link

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
Copy link
Member

jbedia commented Jun 12, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants