Use precomputed quantiles in the train step of the quantile mapping routines #1582
Replies: 1 comment
-
Hi @folmerkrikken!
This is not exactly possible currently. What the train-adjust method allows is to skip the But here, I think you only want the I believe the This is currently not a priority on our side, so we won't have time to implement it soon. But if you submit a PR, we'll be there to help you! |
Beta Was this translation helpful? Give feedback.
-
Addressing a Problem?
Hi, First of all thanks for providing such a nice package! It is hugely helpful in many of my project.
I've been using the quantile mapping routines a lot and was wondering if it is also possible to use pre-computed quantiles to the training step of the quantile mapping routines. As far as I can see from the documentation it requires to use datasets with a time dimension.
This option would help to optimize performance because the quantiles of the observational product do not need to be recomputed every time the training step is performed for different models but the same observational product. Secondly, I would like to test the option to regrid the quantiles of e.g. a climate model to the observational dataset i.s.o. the raw climate model data. Especially with large datasets this could reduce the computational resources quite a lot.
Potential Solution
A solution would be to add the possibility in the train step of the
xclim.sdba.adjustment
methods to add precomputed quantiles, both for the simulation and the reference data.Thanks in advance,
Folmer Krikken
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions