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 bd1107c commit 9b043bdCopy full SHA for 9b043bd
src/wrf/interp.py
@@ -90,7 +90,7 @@ def interplevel(field3d, vert, desiredlev, missing=default_fill(np.float64),
90
wrfin = Dataset("wrfout_d02_2010-06-13_21:00:00")
91
92
rh = getvar(wrfin, "rh")
93
- z = getvar(wrfin, "z")
+ z = getvar(wrfin, "z", msl=False)
94
pblh = getvar(wrfin, "PBLH")
95
96
rh_pblh = interplevel(rh, z, pblh)
0 commit comments