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 xesmf regridder in preprocessing #100

Merged
merged 9 commits into from
Nov 28, 2022
Merged

Conversation

larsbuntemeyer
Copy link
Contributor

@larsbuntemeyer larsbuntemeyer commented Sep 23, 2022

This merge requests adds a new preprocessor that uses xesmf for horizontal interpolation. xesmf has great interpolation and extrapolation features that make it much easier to interpolate from very coarse model grids or ocean model grids that have no fractional lsm.

@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2022

Codecov Report

Base: 60.56% // Head: 57.71% // Decreases project coverage by -2.85% ⚠️

Coverage data is based on head (0938de9) compared to base (03eacee).
Patch coverage: 5.07% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
- Coverage   60.56%   57.71%   -2.86%     
==========================================
  Files          32       33       +1     
  Lines        2513     2639     +126     
==========================================
+ Hits         1522     1523       +1     
- Misses        991     1116     +125     
Flag Coverage Δ
unittests 57.71% <5.07%> (-2.86%) ⬇️

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

Impacted Files Coverage Δ
pyremo/preproc/remap_new.py 0.00% <0.00%> (ø)
pyremo/preproc/_remap.py 30.31% <50.00%> (+0.37%) ⬆️
pyremo/preproc/cf.py 78.29% <75.00%> (+0.18%) ⬆️
pyremo/preproc/__init__.py 100.00% <100.00%> (ø)
pyremo/preproc/core.py 68.44% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@larsbuntemeyer larsbuntemeyer changed the title added new remapper using xesmf added xesmf regridder in preprocessing Nov 28, 2022
@larsbuntemeyer larsbuntemeyer marked this pull request as ready for review November 28, 2022 08:40
@larsbuntemeyer larsbuntemeyer merged commit 65a2731 into master Nov 28, 2022
@larsbuntemeyer larsbuntemeyer deleted the xesmf-preproc branch November 28, 2022 08:40
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