%% This script and data support Figure 11 of the manuscript % dvTEC - simulated vTEC perturbations (dvTEC = vTEC - vTEC_control) % t - UT time % mlat - magnetic latitude % data represent vertically integrated electron densities for every point % of the numerical domain close all clear all clc load('fig11.mat') imagesc(t,mlat,dvTEC) title('vTEC perturbations') xlabel('Time (UT)') ylabel('Magnetic latitude (deg.)') axis xy colorbar datetick