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

Function psafilepath

src/wrf/util.py:3033–3044  ·  view source on GitHub ↗

Return the full path to the 'psadilookup.dat' file. The 'psadilookup.dat' file contains the lookup table for the cape routines. Returns: :obj:`str`: The full path to the 'psadilookup.dat' file.

()

Source from the content-addressed store, hash-verified

3031
3032
3033def psafilepath():
3034 """Return the full path to the 'psadilookup.dat' file.
3035
3036 The 'psadilookup.dat' file contains the lookup table for the cape
3037 routines.
3038
3039 Returns:
3040
3041 :obj:`str`: The full path to the 'psadilookup.dat' file.
3042
3043 """
3044 return os.path.join(os.path.dirname(__file__), "data", "psadilookup.dat")
3045
3046
3047def get_filepath(obj):

Callers 2

_wetbulbFunction · 0.85
_capeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected