diff --git a/src/wrf/interp.py b/src/wrf/interp.py index 0e004bc..8e7fc57 100755 --- a/src/wrf/interp.py +++ b/src/wrf/interp.py @@ -93,7 +93,7 @@ def interplevel(field3d, vert, desiredlev, missing=default_fill(np.float64), z = getvar(wrfin, "z") pblh = getvar(wrfin, "PBLH") - rh_pblh = interplevel(rh, p, pblh) + rh_pblh = interplevel(rh, z, pblh) """