[Dart-dev] DART/branches Revision: 11082

dart at ucar.edu dart at ucar.edu
Thu Feb 9 15:29:43 MST 2017


thoar at ucar.edu
2017-02-09 15:29:43 -0700 (Thu, 09 Feb 2017)
636
Replaced references to True_State.nc with perfect_output.nc
Replaced references to Prior_Diag.nc with preassim.nc
Replaced references to Posterior_Diag.nc with postassim.nc

Added the following explanatory chunk to each of the plot_* 
functions 'help' section:

  A reminder of the sequence:
  truth  run (from    pmo):
            perfect_input  --->  perfect_output.nc
  filter run (from filter):
            filter_input.nc  --->  [prior inflation]  --->
                  preassim.nc   --->  [assimilation]  --->
                        postassim.nc  ---> [posterior inflation]  --->
                              filter_output.nc




Modified: DART/branches/rma_single_file/matlab/CheckModel.m
===================================================================
--- DART/branches/rma_single_file/matlab/CheckModel.m	2017-02-09 22:24:06 UTC (rev 11081)
+++ DART/branches/rma_single_file/matlab/CheckModel.m	2017-02-09 22:29:43 UTC (rev 11082)
@@ -4,7 +4,7 @@
 % vars is a structure containing a minimal amount of metadata about the netCDF file.
 %
 % EXAMPLE:
-% fname = 'preassim_member_0001.nc';
+% fname = 'preassim.nc';
 % vars = CheckModel(fname)
 
 %% DART software - Copyright UCAR. This open source software is provided

Modified: DART/branches/rma_single_file/matlab/PlotBins.m
===================================================================
--- DART/branches/rma_single_file/matlab/PlotBins.m	2017-02-09 22:24:06 UTC (rev 11081)
+++ DART/branches/rma_single_file/matlab/PlotBins.m	2017-02-09 22:29:43 UTC (rev 11082)
@@ -14,15 +14,15 @@
 %
 % Example 1 (Lorenz_96  model)
 %%--------------------------------------------------------
-% pinfo.truth_file = 'True_State.nc';
-% pinfo.diagn_file = 'Prior_Diag.nc';
+% pinfo.truth_file = 'perfect_output.nc';
+% pinfo.diagn_file = 'preassim.nc';
 % pinfo.var_inds   = [3 4 36 39 22];
 % PlotBins( pinfo );
 %
 % Example 2 (FMS BGrid model)
 %%--------------------------------------------------------
-% pinfo.truth_file = 'True_State.nc';
-% pinfo.diagn_file = 'Prior_Diag.nc';
+% pinfo.truth_file = 'perfect_output.nc';
+% pinfo.diagn_file = 'preassim.nc';
 % pinfo.var        = 'u';
 % pinfo.level      = 3;
 % pinfo.latitude   = 23.5;

Modified: DART/branches/rma_single_file/matlab/PlotEnsErrSpread.m
===================================================================
--- DART/branches/rma_single_file/matlab/PlotEnsErrSpread.m	2017-02-09 22:24:06 UTC (rev 11081)
+++ DART/branches/rma_single_file/matlab/PlotEnsErrSpread.m	2017-02-09 22:29:43 UTC (rev 11082)
@@ -16,8 +16,8 @@
 %
 % Example 0   (9var  model)
 %%--------------------------------------------------------
-% pinfo.truth_file = 'True_State.nc';
-% pinfo.diagn_file = 'Prior_Diag.nc';
+% pinfo.truth_file = 'perfect_output.nc';
+% pinfo.diagn_file = 'preassim.nc';
 % pinfo.var        = 'state';
 % pinfo.var_inds   = [ 1 2 3 4 5 6 7 8 9 ];
 % PlotEnsErrSpread(pinfo)
@@ -24,8 +24,8 @@
 %
 % Example 1   (Lorenz_96  model)
 %%--------------------------------------------------------
-% pinfo.truth_file = 'True_State.nc';
-% pinfo.diagn_file = 'Prior_Diag.nc';
+% pinfo.truth_file = 'perfect_output.nc';
+% pinfo.diagn_file = 'preassim.nc';
 % pinfo.var        = 'state';
 % pinfo.var_inds   = [ 3 4 36 39 22 ];
 % PlotEnsErrSpread(pinfo)
@@ -32,8 +32,8 @@
 %
 % Example 2   (Lorenz_96_2scale  model)
 %%--------------------------------------------------------
-% pinfo.truth_file = 'True_State.nc';
-% pinfo.diagn_file = 'Prior_Diag.nc';
+% pinfo.truth_file = 'perfect_output.nc';
+% pinfo.diagn_file = 'preassim.nc';
 % pinfo.var        = 'X';
 % pinfo.var_inds   = [ 3 18 27 ];
 % PlotEnsErrSpread(pinfo)
@@ -40,8 +40,8 @@
 %
 % Example 3 (FMS BGrid model)
 %%--------------------------------------------------------
-% pinfo.truth_file = 'True_State.nc';
-% pinfo.diagn_file = 'Prior_Diag.nc';
+% pinfo.truth_file = 'perfect_output.nc';
+% pinfo.diagn_file = 'preassim.nc';
 % pinfo.var        = 'u';
 % pinfo.level      = 3;
 % pinfo.latitude   = 23.5;

Modified: DART/branches/rma_single_file/matlab/PlotEnsMeanTimeSeries.m
===================================================================
--- DART/branches/rma_single_file/matlab/PlotEnsMeanTimeSeries.m	2017-02-09 22:24:06 UTC (rev 11081)
+++ DART/branches/rma_single_file/matlab/PlotEnsMeanTimeSeries.m	2017-02-09 22:29:43 UTC (rev 11082)
@@ -18,8 +18,8 @@
 %
 % Example 1 ( 9var model )
 %-------------------------------------------------------------
-% pinfo.truth_file  = 'True_State.nc';
-% pinfo.diagn_file  = 'Prior_Diag.nc';
+% pinfo.truth_file  = 'perfect_output.nc';
+% pinfo.diagn_file  = 'preassim.nc';
 % pinfo.model       = '9var';


More information about the Dart-dev mailing list