Dataset for "Local entrainment across a TNTI and a TTI in a turbulent forced fountain"

Description
Huang2023b README ================= This folder contains a self-contained MATLAB post-processing package for the data and figures associated with the paper "Local entrainment across a TNTI and a TTI in a turbulent forced fountain" (doi:10.1017/jfm.2023.947). It uses only the MAT files in the local data folder. How to run ---------- From this folder in MATLAB, run: main The main script switches MATLAB to this folder, runs load_data, and then runs plot_figures. Files ----- main.m Entry point for the workflow. It closes open figures, clears the workspace, switches MATLAB to this folder, then runs load_data and plot_figures. load_data.m Loads local MAT files and computes the derived statistics, flux components, entrainment/detrainment coefficients, radial PDFs, and model comparison terms used by the figures. plot_figures.m Creates Fig.2 through Fig.13 from the variables prepared by load_data. Only sections named with a Fig number are included. helper_functions.m Shared helper functions: getsigma, getcolormap, getcolormap_blue_red, pdf_radii, and a small lsqcurvefit fallback based on fminsearch. data/ Required MAT files. Keep this folder next to the scripts. ... see README.txt for more details.