[Dart-dev] DART/branches Revision: 11871

dart at ucar.edu dart at ucar.edu
Thu Aug 3 12:56:02 MDT 2017


jla at ucar.edu
2017-08-03 12:56:00 -0600 (Thu, 03 Aug 2017)
63
Added 'null' model option to be treated same way as lorenz_96.



Modified: DART/branches/rma_trunk/diagnostics/matlab/plot_bins.m
===================================================================
--- DART/branches/rma_trunk/diagnostics/matlab/plot_bins.m	2017-08-03 16:38:47 UTC (rev 11870)
+++ DART/branches/rma_trunk/diagnostics/matlab/plot_bins.m	2017-08-03 18:56:00 UTC (rev 11871)
@@ -70,7 +70,7 @@
 switch lower(pinfo.model)
 
    case {'9var','lorenz_63','lorenz_84','lorenz_96','lorenz_96_2scale', ...
-	 'lorenz_04', 'forced_lorenz_96','ikeda','simple_advection'}
+	 'lorenz_04', 'forced_lorenz_96','ikeda','simple_advection', 'null'}
 
       varid = SetVariableID(pinfo);      % queries for variable IDs
       pinfo.var        = varid.var;

Modified: DART/branches/rma_trunk/diagnostics/matlab/plot_correl.m
===================================================================
--- DART/branches/rma_trunk/diagnostics/matlab/plot_correl.m	2017-08-03 16:38:47 UTC (rev 11870)
+++ DART/branches/rma_trunk/diagnostics/matlab/plot_correl.m	2017-08-03 18:56:00 UTC (rev 11871)
@@ -54,7 +54,7 @@
 
 switch lower(pinfo.model)
    case {'9var','lorenz_63','lorenz_84','lorenz_96','lorenz_04', ...
-	 'forced_lorenz_96','ikeda'}
+	 'forced_lorenz_96','ikeda', 'null'}
 
       pinfo.base_var = pinfo.def_var;
 

Modified: DART/branches/rma_trunk/diagnostics/matlab/plot_ens_err_spread.m
===================================================================
--- DART/branches/rma_trunk/diagnostics/matlab/plot_ens_err_spread.m	2017-08-03 16:38:47 UTC (rev 11870)
+++ DART/branches/rma_trunk/diagnostics/matlab/plot_ens_err_spread.m	2017-08-03 18:56:00 UTC (rev 11871)
@@ -71,7 +71,7 @@
 switch lower(pinfo.model)
 
    case {'9var','lorenz_63','lorenz_84','lorenz_96','lorenz_96_2scale', ...
-	 'forced_lorenz_96','lorenz_04','ikeda','simple_advection'}
+	 'forced_lorenz_96','lorenz_04','ikeda','simple_advection', 'null'}
 
       varid          = SetVariableID(pinfo);
       pinfo.var      = varid.var;

Modified: DART/branches/rma_trunk/diagnostics/matlab/plot_ens_mean_time_series.m
===================================================================
--- DART/branches/rma_trunk/diagnostics/matlab/plot_ens_mean_time_series.m	2017-08-03 16:38:47 UTC (rev 11870)
+++ DART/branches/rma_trunk/diagnostics/matlab/plot_ens_mean_time_series.m	2017-08-03 18:56:00 UTC (rev 11871)
@@ -80,7 +80,7 @@
 switch lower(pinfo.model)
 
    case {'9var','lorenz_63','lorenz_84','lorenz_96','lorenz_96_2scale', ...
-	 'forced_lorenz_96','lorenz_04','ikeda','simple_advection'}
+	 'forced_lorenz_96','lorenz_04','ikeda','simple_advection', 'null'}
 
       varid          = SetVariableID(pinfo);
       pinfo.var      = varid.var;

Modified: DART/branches/rma_trunk/diagnostics/matlab/plot_ens_time_series.m
===================================================================
--- DART/branches/rma_trunk/diagnostics/matlab/plot_ens_time_series.m	2017-08-03 16:38:47 UTC (rev 11870)
+++ DART/branches/rma_trunk/diagnostics/matlab/plot_ens_time_series.m	2017-08-03 18:56:00 UTC (rev 11871)
@@ -82,7 +82,7 @@
 switch lower(pinfo.model)
 
    case {'9var','lorenz_63','lorenz_84','lorenz_96','lorenz_96_2scale', ...
-	 'forced_lorenz_96','lorenz_04','ikeda','simple_advection'}
+	 'forced_lorenz_96','lorenz_04','ikeda','simple_advection', 'null'}
 
       varid          = SetVariableID(pinfo);
       pinfo.var      = varid.var;

Modified: DART/branches/rma_trunk/diagnostics/matlab/plot_jeff_correl.m
===================================================================
--- DART/branches/rma_trunk/diagnostics/matlab/plot_jeff_correl.m	2017-08-03 16:38:47 UTC (rev 11870)
+++ DART/branches/rma_trunk/diagnostics/matlab/plot_jeff_correl.m	2017-08-03 18:56:00 UTC (rev 11871)
@@ -36,7 +36,7 @@
 
 switch lower(pinfo.model)
    case {'9var','lorenz_63','lorenz_84','lorenz_96','lorenz_04', ...
-	 'forced_lorenz_96','ikeda'}
+	 'forced_lorenz_96','ikeda', 'null'}
 
       inputstring = input( ...
            sprintf('Input index for base variable (between %d and %d, inclusive)  ', ...

Modified: DART/branches/rma_trunk/diagnostics/matlab/plot_phase_space.m
===================================================================
--- DART/branches/rma_trunk/diagnostics/matlab/plot_phase_space.m	2017-08-03 16:38:47 UTC (rev 11870)
+++ DART/branches/rma_trunk/diagnostics/matlab/plot_phase_space.m	2017-08-03 18:56:00 UTC (rev 11871)
@@ -58,7 +58,7 @@
 
 switch lower(pinfo.model)
 
-   case {'9var','lorenz_63','lorenz_84','lorenz_96','lorenz_04','forced_lorenz_96'}
+   case {'9var','lorenz_63','lorenz_84','lorenz_96','lorenz_04','forced_lorenz_96', 'null'}
 
       if (ishold), clear var1 var2 var3 ens_mem ltype; end
 

Modified: DART/branches/rma_trunk/diagnostics/matlab/plot_sawtooth.m
===================================================================
--- DART/branches/rma_trunk/diagnostics/matlab/plot_sawtooth.m	2017-08-03 16:38:47 UTC (rev 11870)


More information about the Dart-dev mailing list