|
|
|
@ -110,6 +110,7 @@ def get_srh(wrfin, timeidx=0, method="cat", squeeze=True,
@@ -110,6 +110,7 @@ def get_srh(wrfin, timeidx=0, method="cat", squeeze=True,
|
|
|
|
|
|
|
|
|
|
return srh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@copy_and_set_metadata(copy_varname="MAPFAC_M", name="updraft_helicity", |
|
|
|
|
description="updraft helicity", |
|
|
|
|
units="m2 s-2") |
|
|
|
@ -207,4 +208,3 @@ def get_uh(wrfin, timeidx=0, method="cat", squeeze=True,
@@ -207,4 +208,3 @@ def get_uh(wrfin, timeidx=0, method="cat", squeeze=True,
|
|
|
|
|
uh = _udhel(zp, mapfct, u, v, wstag, dx, dy, bottom, top) |
|
|
|
|
|
|
|
|
|
return uh |
|
|
|
|
|