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_time_coord_var
View page source
wrf.is_time_coord_var
¶
wrf.
is_time_coord_var
(
varname
)
¶
Return True if the input variable name is a time coordinate.
Parameters:
varname
(
str
) – The input variable name.
Returns:
True if the input variable is a time coordinate, otherwise False.
Return type:
bool