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

biasCorrection() show eorror about data dimension #25

Open
tianfy-iap opened this issue Nov 17, 2021 · 2 comments
Open

biasCorrection() show eorror about data dimension #25

tianfy-iap opened this issue Nov 17, 2021 · 2 comments

Comments

@tianfy-iap
Copy link

tianfy-iap commented Nov 17, 2021

I used monthly observation data and model historical output to do bias correction, which had same time length and data structure. But R report an error : Error in arr[, , , ind, , ] <- grid[["Data"]] : number of items to replace is not a multiple of replacement length
7b4a141ff591b6d0b9c71fefb9eceae
And when I input "biasCorrection()", R showed that Error in match.arg(method, choices = c("delta", "scaling", "eqm", "pqm", : 'arg'的长度必需为一
In addition: Warning message:
In if (method == "gqm") stop("'gqm' is not a valid choice anymore. Use method = 'pqm' instead and set fitdistr.args = list(densfun = 'gamma')") : the condition has length > 1 and only the first element will be used

94a9c4806ce22e3bb891fcacc92511f

Because I'm a beginner for R, I have no idea to solve this problem,can you help me?

@sdbht
Copy link

sdbht commented Nov 17, 2021

I also have same error when i try to biascorrect cmip6 data using cru ts. Any help would be very much appreciated. Thanks

@cyndyfem
Copy link

cyndyfem commented Dec 9, 2021

same problem with me

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