We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cae423 commit 40b0023Copy full SHA for 40b0023
cf/field.py
@@ -13488,10 +13488,10 @@ def regrids(
13488
z=None,
13489
ln_z=None,
13490
verbose=None,
13491
+ return_esmpy_regrid_operator=False,
13492
inplace=False,
13493
i=False,
13494
_compute_field_mass=None,
- return_esmpy_regrid_operator=False,
13495
):
13496
"""Regrid the field to a new latitude and longitude grid.
13497
@@ -13849,10 +13849,10 @@ def regridc(
13849
dst_z=None,
13850
13851
13852
13853
13854
13855
13856
13857
"""Regrid the field to a new Cartesian grid.
13858
0 commit comments