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

added cf selector module #78

Merged
merged 22 commits into from
Jul 29, 2022
Merged

added cf selector module #78

merged 22 commits into from
Jul 29, 2022

Conversation

larsbuntemeyer
Copy link
Contributor

@larsbuntemeyer larsbuntemeyer commented May 6, 2022

This PR adds a new module (preproc.cf) for preprocessing of CMIP6 models. It uses cdo seldate to extract single timesteps from large CMIP6 NetCDF files to create single global dataset files for preprocessing. This should make parallelization easy and more efficient.

@codecov-commenter
Copy link

codecov-commenter commented May 6, 2022

Codecov Report

Merging #78 (face836) into master (6baa1ce) will increase coverage by 1.58%.
The diff coverage is 74.46%.

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   58.72%   60.30%   +1.58%     
==========================================
  Files          32       33       +1     
  Lines        2195     2459     +264     
==========================================
+ Hits         1289     1483     +194     
- Misses        906      976      +70     
Flag Coverage Δ
unittests 60.30% <74.46%> (+1.58%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pyremo/preproc/utils.py 33.68% <23.07%> (-4.35%) ⬇️
pyremo/preproc/cf.py 78.11% <78.11%> (ø)
pyremo/preproc/__init__.py 100.00% <100.00%> (ø)
pyremo/preproc/_remap.py 40.16% <100.00%> (+1.27%) ⬆️
pyremo/preproc/core.py 68.44% <100.00%> (+0.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6baa1ce...face836. Read the comment docs.

@larsbuntemeyer larsbuntemeyer merged commit 3e8e393 into master Jul 29, 2022
@larsbuntemeyer larsbuntemeyer deleted the cf-selection branch July 29, 2022 19:43
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

Successfully merging this pull request may close these issues.

None yet

2 participants