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

Main module blending #233

Merged
merged 96 commits into from
Jan 14, 2022
Merged
Changes from 1 commit
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
b01fac3
First basic functions to implement STEPS blending
cvelascof Apr 3, 2019
236fb2e
Add compute of blend means,sigmas and recompose
cvelascof Apr 5, 2019
d38e26d
Merge branch 'master' into steps_blending
cvelascof Jul 13, 2021
92b8ecc
Merge branch 'master' into steps_blending
dnerini Jul 26, 2021
0082738
pysteps.io with xarray (#219)
dnerini Aug 4, 2021
3802f8d
Merge branch 'master' into pysteps-v2
dnerini Aug 8, 2021
f5750b0
Merge branch 'master' into steps_blending
RubenImhoff Aug 9, 2021
b58d806
Add blend_optical_flow
cvelascof Aug 10, 2021
6b1de65
Merge branch 'steps_blending' of github.com:pySTEPS/pysteps into step…
cvelascof Aug 10, 2021
a568e4a
changes to steps blending procedure - weights according to adjusted B…
RubenImhoff Aug 10, 2021
fff9c7e
changes to blending procedures - adjust weights from original BPS2006…
RubenImhoff Aug 10, 2021
b209139
Merge branch 'steps_blending_RI' into steps_blending
RubenImhoff Aug 10, 2021
1552a47
Determine spatial correlation of NWP model forecast
RubenImhoff Aug 11, 2021
0c3a260
Merge branch 'steps_blending_RI' into steps_blending
RubenImhoff Aug 11, 2021
912282b
First attempt to make correlations and thus weights lead time depende…
RubenImhoff Aug 11, 2021
5209631
Merge branch 'steps_blending_RI' into steps_blending
RubenImhoff Aug 11, 2021
2c2b807
Merge remote-tracking branch 'origin/pysteps-v2' into steps_blending
RubenImhoff Aug 12, 2021
29a6450
Merge remote-tracking branch 'origin/pysteps-v2' into steps_blending_RI
RubenImhoff Aug 12, 2021
ce46582
Change back to original BPS2006 blending formulation and add regressi…
RubenImhoff Aug 12, 2021
193d90f
Merge branch 'steps_blending_RI' into steps_blending
RubenImhoff Aug 12, 2021
1b15c4b
Reformat code with Black
RubenImhoff Aug 12, 2021
94995cf
Merge branch 'steps_blending_RI' into steps_blending
RubenImhoff Aug 12, 2021
add0931
Skill score script imports climatological correlation-values from fil…
RubenImhoff Aug 13, 2021
029a9a9
Merge branch 'steps_blending_RI' into steps_blending
RubenImhoff Aug 13, 2021
79a4e61
Small changes to skill score script
RubenImhoff Aug 13, 2021
624bc7c
Merge branch 'steps_blending_RI' into steps_blending
RubenImhoff Aug 13, 2021
694c9d3
Add skill score tests and an interface
RubenImhoff Aug 16, 2021
6e3db59
Add skill score tests and an interface
RubenImhoff Aug 16, 2021
6feec67
Merge branch 'steps_blending_RI' into steps_blending
RubenImhoff Aug 16, 2021
1fe5ff3
Small change to docstring
RubenImhoff Aug 16, 2021
2dfd531
Merge branch 'steps_blending_RI' into steps_blending
RubenImhoff Aug 16, 2021
2b8ee58
Bom import xarray (#228)
cvelascof Aug 17, 2021
c6368ab
Functions to store and compute climatological weights (#231)
ladc Aug 18, 2021
4b2ca89
Merge remote-tracking branch 'origin/pysteps-v2' into steps_blending
RubenImhoff Aug 18, 2021
ec65725
Main blending module, first steps
RubenImhoff Aug 24, 2021
3fa773d
Add simple tests
RubenImhoff Aug 24, 2021
f9ed749
Minor changes to tester: velocity now based on rainfall field of NWP
RubenImhoff Aug 24, 2021
81e88fe
Add utilities to decompose, store and load NWP cascades for use in bl…
ladc Aug 25, 2021
56bd0e9
Add importer for RMI NWP data (#234)
ladc Aug 25, 2021
e39e025
Merge branch 'pysteps-v2' into steps_blending
ladc Aug 25, 2021
d86cd7b
Add KNMI Harmonie NWP netcdf importer and tests (#235)
RubenImhoff Aug 25, 2021
f9f09ae
Merge branch 'pysteps-v2' into steps_blending
ladc Aug 25, 2021
296ef53
Changes to v_models to make use of multiple timesteps. Changes in the…
RubenImhoff Aug 25, 2021
4d1fb51
Fixes for KNMI importer:
ladc Aug 25, 2021
779ff18
Merge branch 'pysteps-v2' into steps_blending
ladc Aug 25, 2021
e9059cb
Avoid shadowing of pysteps.blending.utils by pysteps.utils
ladc Aug 26, 2021
cf2d585
First attempt for probability matching and masking utility; part 1
RubenImhoff Aug 26, 2021
7e30217
Changes to prob matching and masking methods; part 2
RubenImhoff Aug 27, 2021
40bdd69
Prob matching and masking changes; part 3. Ready for testing with rea…
RubenImhoff Sep 2, 2021
01ef1e6
Remove unnecessary print statements
RubenImhoff Sep 2, 2021
fb3ab19
Cleanup imports
dnerini Sep 15, 2021
5566c1e
More cleanup
dnerini Sep 15, 2021
5c26e10
Update docstrings
dnerini Sep 15, 2021
a763b59
Merge pull request #11 from pySTEPS/steps_blending
RubenImhoff Sep 28, 2021
8ddeeb2
RMI importer for gallery example (will follow)
RubenImhoff Oct 1, 2021
a101e55
Merge branch 'master' into pysteps-v2
dnerini Oct 5, 2021
bccb8fc
Reprojection functionality (#236)
RubenImhoff Oct 5, 2021
d1b1ac4
Merge branch 'main_module_blending' into pysteps-v2
RubenImhoff Oct 6, 2021
9ff3970
Merge pull request #12 from pySTEPS/pysteps-v2
RubenImhoff Oct 6, 2021
ce65906
Fixes in nwp importers
RubenImhoff Oct 6, 2021
2c639f8
Merge branch 'steps_blending' into pysteps-v2
RubenImhoff Oct 11, 2021
a342b02
Revert "Merge branch 'steps_blending' into pysteps-v2" (#239)
RubenImhoff Oct 11, 2021
82a9d18
Merge latest version pysteps-v2 into steps_blending branch (#237)
RubenImhoff Oct 11, 2021
cfcb572
NWP skill calculation only within radar domain
RubenImhoff Oct 11, 2021
b432013
Merge branch 'master' into pysteps-v2
dnerini Oct 12, 2021
c831878
Update docs
RubenImhoff Oct 15, 2021
64a0a37
resolve conflicts
RubenImhoff Oct 15, 2021
85807ca
Add example for gallery examples
RubenImhoff Oct 15, 2021
faa8396
Fix docstrings example
RubenImhoff Oct 15, 2021
671592b
Remove additional normalization step
RubenImhoff Oct 19, 2021
41f69b7
Fixes for the tests
RubenImhoff Oct 19, 2021
b367608
update docs
RubenImhoff Oct 19, 2021
7648372
changes to post-processing rainfall field and docstrings
RubenImhoff Oct 20, 2021
9b72689
Update contributing guidelines (#241)
aperezhortal Oct 25, 2021
9aba683
Advect noise cascade
RubenImhoff Oct 25, 2021
048fd88
Allow for moving domain mask of extrapolation component
RubenImhoff Nov 2, 2021
1b8d952
minor fixes
RubenImhoff Nov 2, 2021
d30b07e
Linear blending (#229)
wdewettin Nov 3, 2021
63ec111
merge pysteps-v2
RubenImhoff Nov 3, 2021
053edf4
weights calculation adjustment outside radar domain if only one model…
RubenImhoff Nov 3, 2021
dabd10b
allow for mirroring of advected noise cascade
RubenImhoff Nov 3, 2021
ae6b826
implementation of weights following Seed et al. (2013)
RubenImhoff Nov 17, 2021
d8ba4ea
Allow for decomposed NWP precip and NWP velocity fields: part 2
RubenImhoff Dec 2, 2021
daf1998
Store decomposed fields with compression
RubenImhoff Dec 2, 2021
4479e69
changes after first review Daniele
RubenImhoff Dec 8, 2021
ac4363b
Remove unnecessary print statement
RubenImhoff Dec 8, 2021
60cc1ea
fixes to blending utils and implementation of blending utils tests
RubenImhoff Dec 10, 2021
dc05cb9
remove unnecessary lines
RubenImhoff Dec 10, 2021
9ef4052
Fix one time step shift of extrapolation skill prior to blending
RubenImhoff Dec 16, 2021
855935b
minor changes to blending climatology, blending weights and remove pa…
RubenImhoff Dec 20, 2021
9391c90
Make NWP forecast decomposition prior to blending function optional
RubenImhoff Dec 20, 2021
760f2bf
Use pathlib
dnerini Dec 22, 2021
b84191b
Extract methods
dnerini Dec 22, 2021
a036e0f
Minor changes to docstrings
RubenImhoff Jan 3, 2022
fd04a39
Merge pull request #13 from RubenImhoff/refactor-blending
RubenImhoff Jan 10, 2022
dddf02e
Access climatological skill file for multiple NWP model and date stri…
RubenImhoff Jan 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into steps_blending
  • Loading branch information
RubenImhoff committed Aug 9, 2021
commit f5750b00121704e73b1d0850e69fb33e6967773a

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.