Skip to content

Commit

Permalink
remove matlab plot_smoother_err.m
Browse files Browse the repository at this point in the history
plot_smoother_err.m was commented out in the various RunAllTests.m
scripts
  • Loading branch information
hkershaw-brown committed May 26, 2023
1 parent 05a9642 commit df63880
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 118 deletions.
65 changes: 0 additions & 65 deletions diagnostics/matlab/plot_smoother_err.m

This file was deleted.

1 change: 0 additions & 1 deletion diagnostics/matlab/private/DART.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
% * plot_ens_time_series.m time series of ensemble members, mean and truth
% * plot_phase_space.m trajectory of 3 state variables of a single ensemble member
% * plot_sawtooth.m time series of a state variable including updates
% * plot_smoother_err.m global error and spread using the smoother
% * plot_total_err.m plots of global error and spread of ensemble mean
% * plot_var_var_correl.m correlation of a vrbl at a time and another vrbl at all times
%
Expand Down
5 changes: 1 addition & 4 deletions models/9var/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down
5 changes: 1 addition & 4 deletions models/bgrid_solo/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down
5 changes: 1 addition & 4 deletions models/cam-fv/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down
5 changes: 1 addition & 4 deletions models/forced_lorenz_96/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down
5 changes: 1 addition & 4 deletions models/ikeda/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down
5 changes: 1 addition & 4 deletions models/lorenz_04/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down
5 changes: 1 addition & 4 deletions models/lorenz_63/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down
5 changes: 1 addition & 4 deletions models/lorenz_84/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down
5 changes: 1 addition & 4 deletions models/lorenz_96/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down
5 changes: 1 addition & 4 deletions models/lorenz_96_2scale/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down
5 changes: 1 addition & 4 deletions models/pe2lyr/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down
5 changes: 1 addition & 4 deletions models/simple_advection/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down
5 changes: 1 addition & 4 deletions models/wrf/matlab/RunAllTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,7 @@ function RunAllTests(dummy)
PlotSawtooth(pinfo)
fprintf('Finished %s ... pausing, hit any key\n','PlotSawtooth'); pause

%% -----------------------------------------------------------
% plot_smoother_err
%------------------------------------------------------------
% plot_smoother_err


%% ----------------------------------------------------------
% plot_total_err
Expand Down

0 comments on commit df63880

Please sign in to comment.