Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NCAR/wrf-python
/ test
Function
test
test/test_inputs.py:49–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
48
def
make_test(varname, wrf_in):
49
def
test(self):
50
x = getvar(wrf_in, varname, 0)
51
xa = getvar(wrf_in, varname, None)
52
53
return
test
54
Callers
nothing calls this directly
Calls
4
getvar
Function · 0.90
vinterp
Function · 0.90
ll_to_xy
Function · 0.90
xy_to_ll
Function · 0.90
Tested by
no test coverage detected