[Dart-dev] DART/branches Revision: 13109

dart at ucar.edu dart at ucar.edu
Mon Apr 15 07:22:19 MDT 2019


thoar at ucar.edu
2019-04-15 07:22:19 -0600 (Mon, 15 Apr 2019)
82
Last version for Kevin to test.

Would like to push these to the rma_trunk ASAP.




Index: DART/branches/reanalysis
===================================================================
--- DART/branches/reanalysis	2019-04-15 13:20:12 UTC (rev 13108)
+++ DART/branches/reanalysis	2019-04-15 13:22:19 UTC (rev 13109)

Property changes on: DART/branches/reanalysis
___________________________________________________________________
Modified: svn:mergeinfo
## -10,7 +10,7 ##
 /DART/branches/model_mod_changes:11403-11604
 /DART/branches/pertirb_tool:12695-12764
 /DART/branches/qc8:12643-12657
-/DART/branches/qc8diags:13002-13106
+/DART/branches/qc8diags:13002-13108
 /DART/branches/recam:12028-13088
 /DART/branches/rma_array_nml:11814-11839
 /DART/branches/rma_cam_fv:9552-9728
Modified: DART/branches/reanalysis/diagnostics/matlab/plot_evolution.m
===================================================================
--- DART/branches/reanalysis/diagnostics/matlab/plot_evolution.m	2019-04-15 13:20:12 UTC (rev 13108)
+++ DART/branches/reanalysis/diagnostics/matlab/plot_evolution.m	2019-04-15 13:22:19 UTC (rev 13109)
@@ -630,11 +630,11 @@
 end
 
 h = line(plotdat.bincenters,data);
-set(h, 'LineStyle',  linestyle, ...
-    'LineWidth',  linewidth, ...
-    'Color',      color, ...
-    'Marker',     marker,    ...
-    'MarkerFaceColor', color,    ...
+set(h, 'LineStyle',    linestyle, ...
+    'LineWidth',       linewidth, ...
+    'Color',           color, ...
+    'Marker',          marker, ...
+    'MarkerFaceColor', color, ...
     'MarkerSize', figuredata.MarkerSize);
 
 % <next few lines under version control, do not edit>

Modified: DART/branches/reanalysis/diagnostics/matlab/plot_profile.m
===================================================================
--- DART/branches/reanalysis/diagnostics/matlab/plot_profile.m	2019-04-15 13:20:12 UTC (rev 13108)
+++ DART/branches/reanalysis/diagnostics/matlab/plot_profile.m	2019-04-15 13:22:19 UTC (rev 13109)
@@ -671,8 +671,8 @@
         data      = plotdat.ges_copy( plotdat.region,:);
         Nused     = plotdat.ges_Nused(plotdat.region,:);
         color     = figuredata.ges_color;
-        marker    = figuredata.ges_marker;
-        linestyle = figuredata.ges_linestyle;
+        marker    = figuredata.marker1;
+        linestyle = figuredata.solid;
         linewidth = figuredata.linewidth;
         string1   = 'forecast:';
     case 'posterior'
@@ -679,8 +679,8 @@
         data      = plotdat.anl_copy( plotdat.region,:);
         Nused     = plotdat.anl_Nused(plotdat.region,:);
         color     = figuredata.anl_color;
-        marker    = figuredata.anl_marker;
-        linestyle = figuredata.anl_linestyle;
+        marker    = figuredata.marker2;
+        linestyle = figuredata.solid;
         linewidth = figuredata.linewidth;
         string1   = 'analysis:';
     otherwise
@@ -697,10 +697,11 @@
 end
 
 h = line(data, plotdat.levels);
-set(h, 'LineStyle',  linestyle, ...
-    'LineWidth',  linewidth, ...
-    'Color',      color, ...
-    'Marker',     marker,    ...
+set(h, 'LineStyle',    linestyle, ...
+    'LineWidth',       linewidth, ...
+    'Color',           color, ...
+    'Marker',          marker, ...
+    'MarkerFaceColor', color, ...
     'MarkerSize', figuredata.MarkerSize);
 
 % <next few lines under version control, do not edit>

Modified: DART/branches/reanalysis/diagnostics/matlab/plot_rmse_xxx_evolution.m
===================================================================
--- DART/branches/reanalysis/diagnostics/matlab/plot_rmse_xxx_evolution.m	2019-04-15 13:20:12 UTC (rev 13108)
+++ DART/branches/reanalysis/diagnostics/matlab/plot_rmse_xxx_evolution.m	2019-04-15 13:22:19 UTC (rev 13109)
@@ -439,7 +439,7 @@
 % since we don't have the ability to specify this level-by-level or by
 % regions, we can use an 'all-or-nothing' approach.
 
-if ges_Neval > 0
+if sum(ges_Neval(:)) > 0
     string1 = ['# of obs: o=possible; \ast=evaluated' plotdat.post_string];
 else
     string1 = ['# of obs: o=possible; \ast=assimilated' plotdat.post_string];

Modified: DART/branches/reanalysis/diagnostics/matlab/two_experiments_profile.m
===================================================================
--- DART/branches/reanalysis/diagnostics/matlab/two_experiments_profile.m	2019-04-15 13:20:12 UTC (rev 13108)
+++ DART/branches/reanalysis/diagnostics/matlab/two_experiments_profile.m	2019-04-15 13:22:19 UTC (rev 13109)
@@ -184,7 +184,7 @@


More information about the Dart-dev mailing list