- uv2vrdvf: vorticity and divergence (fixed grid)
- uv2vrdvg: vorticity and divergence (Gaussian grid)
- uv2vrF
- uv2vrf: vorticity (fixed grid)
- uv2vrG
- uv2vrg: vorticity (Gaussian grid)
NCL Home>
Application examples>
Data Analysis ||
Data files for some examples
Example pages containing: tips | resources | functions/procedures
NCL: Vorticity
There are numerous functions that calculate vorticity. The majority
are calculated using spherical harmonics, and as such they require
the data to be global, with no missing values. These routines include:
vort_1.ncl: Calculates
vorticity given u and v.
uv2vrG uses Spherepack to compute vorticity given u and v wind components. It requires that the data be global and contain no missing data.
uv2vrG_Wrap is a wrapped version of this function that retains meta data.
uv2vrG uses Spherepack to compute vorticity given u and v wind components. It requires that the data be global and contain no missing data.
uv2vrG_Wrap is a wrapped version of this function that retains meta data.