MATLAB codes to compute the meridional heat transport and its spatial-scale decomposition, configured for POP simulations (ocean component of CESM) on a tripole grid.
These scripts and functions were used to generate the figures in two publications. The primary scripts used to generate each figure are listed below.
In:
Delman, A., Lee, T. (2020), A new method to assess mesoscale contributions to meridional heat transport in the North Atlantic Ocean. Ocean Sci., 16, 979-995. https://doi.org/10.5194/os-16-979-2020.
Figure 1: EKE_map_altimetry.m, EKE_zonavg_altimetry.m, EKE_mean_map_global_POP.m, EKE_zonavg_POP.m
Figure 2: POP_transect_spectral_est.m
POP_lat_transects_extract.m – MATLAB function (to be used on each file timestep) to extract latitude transects within specified ranges, and generate a .mat file of v and T along each transect
Figure 3: Run POP_heat_transport_multitransects_fromtrfile.m to generate .mat files with heat transport components, then run POP_spat_decomp_plots.m to plot.
Figure 4: POP_heat_transport_multitransects_fromtrfile.m
Figure 4: Archive time series from POP_transect_local_contrib_fromtrfile.m, then run POP_transect_contrib_tseries.m
Figures 5, 6, 7a: POP_transect_flux_stats_fromtrfile.m
Figure 7b: POP_transect_local_contrib_fromtrfile.m
Figure 8: EKE_corr_tseries_fromtrfile.m
Figure 9: POP_transect_local_contrib_fromtrfile.m
Figures 10,11: POP_transect_local_velT_corr_fromtrfile.m
Figure 12a: SSH_contour_plot_POP.m
Figures 12b-d: POP_multitransects_map.m
Figure 13: Archive time series from POP_transect_local_contrib_meridgrads_fromtrfile.m (meridional temperature gradients) and POP_transect_local_contrib_fromtrfile.m (MTF), then plot using POP_transect_contrib_tseries.m
Figure 14: POP_heat_transport_multitransects_fromtrfile.m
In:
Delman, A., Lee, T. (2021), Global contributions of mesoscale dynamics to meridional heat transport. Ocean Sci., 17, 1031-1052. https://doi.org/10.5194/os-17-1031-2021.
Figure 1: EKE_map_altimetry.m and EKE_mean_map_global_POP.m
POP_lat_transects_extract.m was run to generate .mat file of v and T along each integer latitude, then POP_heat_transport_multitransects_fromtrfile.m to generate .mat file with temperature flux components (with names of the form Multitransect_arrays_POP_IndoPac_1deg.mat, where "IndoPac" is the basin name; other basin names include "Atl" and "South").
Figures 2-4, 11-12: POP_heat_transport_multitransects_fromtrfile.m generates plots used in figure
Figures 5-6: POP_spat_decomp_plots.m
Figures 7-10: Heat_transport_basin_plots.m
Figure 13: POP_heat_transport_basin_plots.m (plots generated at end of script)
Figure 14: EKE_meso_flux_corr_along_transect.m
Figure A1: POP_transect_spectral_est.m
Figures B1-B3: POP_heat_transport_multitransects_EKE_mask.m