MCPcopy Create free account
hub / github.com/NCAR/wrf-python / _eth

Function _eth

src/wrf/extension.py:386–400  ·  view source on GitHub ↗

Wrapper for deqthecalc. Located in eqthecalc.f90.

(qv, tk, p, outview=None)

Source from the content-addressed store, hash-verified

384@cast_type(arg_idxs=(0, 1, 2))
385@extract_and_transpose()
386def _eth(qv, tk, p, outview=None):
387 """Wrapper for deqthecalc.
388
389 Located in eqthecalc.f90.
390
391 """
392 if outview is None:
393 outview = np.empty_like(qv)
394
395 result = deqthecalc(qv,
396 tk,
397 p,
398 outview)
399
400 return result
401
402
403@uvmet_left_iter()

Callers 2

get_ethFunction · 0.85
ethFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected