-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bnb/dev #205
Conversation
1d4c5af
to
524ea3e
Compare
Are you still thinking we'll do the ERA +/- EDA_std for a fwp? Or after our conversation are you thinking you'll downscale ensemble members? Could any of the existing sup3r interpolation models be used for the ERA interpoaltion? Haven't reviewed yet, just want to check if you're revising this approach based on our convo. |
Yeah I'm going to downscale ensemble members. I made some adjustments to the |
… EDA (uncertainty data)
…ialization with kwargs instead if already initialized augment handler.
Added uncertainty data (EDA) download to
era_downloader.py
and new data handlerDataHandlerNCwithAugmentation
(open to better name), to take EDA, temporally interpolate and regrid to ERA5 grid, and "augment" ERA5 (e.g. ERA5 +/- 2 * EDA) data so we can do fwp runs with ERA5 + 2 * EDA and ERA5 - 2 * EDA to represent 95% confidence interval.