easyclimate.field.teleconnection.index_wp¶
The western Pacific (WP) pattern
Functions¶
|
The calculation of monthly mean western Pacific (WP) index using Pointwise method following Wallace and Gutzler (1981): |
Module Contents¶
- easyclimate.field.teleconnection.index_wp.calc_index_WP_Wallace_Gutzler_1981(z_monthly_data: xarray.DataArray, time_range: slice = slice(None, None), lon_dim: str = 'lon', lat_dim: str = 'lat', time_dim: str = 'time', normalized: bool = True) xarray.DataArray¶
The calculation of monthly mean western Pacific (WP) index using Pointwise method following Wallace and Gutzler (1981):
\[\mathrm{WP = \frac{1}{2} [Z^*(60^{\circ}N, 155^{\circ}E) - Z^*(30^{\circ}N, 155^{\circ}E)]}\]where \(Z^*\) denotes monthly mean 500 hPa height anomaly.
Parameters¶
- z_monthly_data:
xarray.DataArray. The monthly geopotential height. The 500hPa layer is recommended.
- time_range:
slice, default: slice(None, None). The time range of seasonal cycle means to be calculated. The default value is the entire time range.
- lon_dim:
str, default: lon. Longitude coordinate dimension name. By default extracting is applied over the lon dimension.
- lat_dim:
str, default: lat. Latitude coordinate dimension name. By default extracting is applied over the lat dimension.
- time_dim:
str, default: time. The time coordinate dimension name.
- normalized:
bool, default True, optional. Whether to standardize the index based on standard deviation over time_range.
Returns¶
The monthly mean WP index (
xarray.DataArray).Reference¶
- z_monthly_data: