wrf-python
1.0a3
What’s New
Installation
Table of Available Diagnostics
How To Use
Plotting Examples
API Reference
User API
Routines
Diagnostic Routine
Interpolation Routines
Lat-Lon to/from XY Routines
Numpy Extraction Routine
Variable Extraction Routines
Plotting Helper Routines
Raw Diagnostic Routines
Configuration Routines
Miscellaneous Routines
Classes
Internal API
wrf-python
Docs
»
API Reference
»
User API
»
wrf.is_coordvar
View page source
wrf.is_coordvar
¶
wrf.
is_coordvar
(
varname
)
¶
Returns True if the variable is a coordinate variable.
Parameters:
varname
(
str
) – The variable name.
Returns:
True if the variable is a coordinate variable, otherwise False.
Return type:
bool