Western Boundary Current (WBC) Diagnostics¶
Last update: 06/02/2026
This diagnostic package provides a set of analyses of Western Boundary Currents (WBCs) after their separation from the coast, focusing on five major regions:
Gulf Stream
Kuroshio Extension
Brazil Current
Agulhas Current
East Australia Current
Contact info¶
PI: Young-Oh Kwon, WHOI
Current Developer: Jongsoo Shin (jongsoo.shin@whoi.edu), WHOI
Contributors: Lilli Enders, MIT-WHOI Joint Program
Open source copyright agreement¶
The MDTF framework is distributed under the LGPLv3 license (see LICENSE.txt).
Citation¶
Please cite this software if you use it in your work: Shin, J., Kwon, Y.-O., Enders, L., & Radhakrishnan, A. (2026). Western Boundary Current (WBC) Diagnostics. Zenodo. https://doi.org/10.5281/zenodo.19265586
Functionality¶
All scripts can be found at: mdtf/MDTF-diagnostics/diagnostics/WBC_var
Required Programming Language and libraries¶
Required input data to the module¶
The following 3-D (time-lat-lon) Sea Surface Height fields are required with monthly mean temporal resolution
Sea Surface Height (units: m)
mdtf/inputdata/obs_data/WBC_var/ and mdtf/inputdata/model/WBC_var/Available Analyses¶
WBC Index
Comparison of the spatial maps of the mean WBC path, which are defined as the locations of maximum SSH anomalies at each longitude, on top of the mean and standard deviations of SSH anomalies.
Comparison of the WBC indices, which are time series of SSH anomalies averaged along the mean WBC path, representing meridional displacement of the currents.
WBC Path Variability
Comparison of the amplitudes of variability in the WBC path, calculated from the SSH anomalies along the WBC mean path.
Comparison of the temporal characteristics of the WBC indices, represented by the auto-correlations of the WBC indices.
Comparison of the e-folding time scales of the auto-correlation functions of the WBC indices.
WBC EOF Analysis
Comparison of the leading mode of Empirical Orthogonal Function (EOF) of SSH anomalies along the WBC mean path.
Comparison of the portion of total variance explained by the leading EOFs.
Comparison of the waviness of the spatial patterns of the leading EOFs.
Comparison of the spatial auto-correlation of the leading EOF patterns.
Comparison of the e-folding length scales of the spatial auto-correlation functions of the leading EOF patterns.
Each diagnostic is available for the five WBC regions, with separate figures for each metric.
Methodology¶
Preprocessing
Regird horizontally to a 1 degree resoultion using interpolation.
Mean WBC Path Identification
Use monthly mean sea surface height (SSH) anomalies.
Remove the climatological mean monthly means.
For each longitude within a region, locate the latitude where the standard deviation of SSH anomalies is maximum.
Select the climatological mean SSH isoline closest to those latitudes.
This isoline defines the Mean WBC Path.
This is a slight modification of the method proposed by Pérez-Hernández and Joyce (2014), to make it more readily applicable to the climate models with biases in the WBC paths.
WBC Index
Compute monthly SSH anomaly averages along the mean WBC path.
The resulting time series forms the WBC Index, primarily indicative of meridional shifts in the current.
Regions Analyzed¶
Gulf Stream: Longitude 51–70W, Latitude 33–42N
Kuroshio Extension: Longitude 145–157E, Latitude 31–45N
Brazil Current: Longitude 30–45W, Latitude 33–44S
Agulhas Current: Longitude 25–36E, Latitude 37–45S
East Australia Current: Longitude 157–168E, Latitude 30–40S
Output Directory Structure¶
Figures are stored in the following pattern:
obs/WBCI.<region>.png — WBC Index
obs/Amplitude_path_variability.<region>.png — Path variability
obs/EOF_path_variability.<region>.png — EOF analysis
Each <region> is one of: gulf, kuroshio, brazil, agulhas, australia.
References¶
Pérez-Hernández, M. D., & Joyce, T. M. (2014). Two modes of Gulf Stream variability revealed in the last two decades of satellite altimeter data. Journal of Physical Oceanography, 44(1), 149-163.
More About the Diagnostic¶
Some examples are provided below: WBC Index Example
WBC Path Variability Example
WBC EOF Analysis Example