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

Add an iris-esmf-regrid based regridding scheme #2457

Merged
merged 25 commits into from
Sep 4, 2024

Add support for nearest regridding and time-varying masks

912e34b
Select commit
Loading
Failed to load commit list.
Merged

Add an iris-esmf-regrid based regridding scheme #2457

Add support for nearest regridding and time-varying masks
912e34b
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Aug 26, 2024 in 0s

4 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 4
           

Complexity increasing per file
==============================
- esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py  31
- esmvalcore/preprocessor/regrid_schemes.py  8
- esmvalcore/preprocessor/_regrid.py  123
- setup.py  18
         

See the complete overview on Codacy

Annotations

Check notice on line 37 in esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py#L37

trailing whitespace (W291)

Check notice on line 111 in esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py#L111

Too many arguments (8/5) (too-many-arguments)

Check notice on line 129 in esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py#L129

The if expression can be replaced with 'not test' (simplifiable-if-expression)

Check notice on line 131 in esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py#L131

The if expression can be replaced with 'not test' (simplifiable-if-expression)