[Dart-dev] [4845] DART/trunk/diagnostics/matlab: Changed the examples to use current default filenames.

nancy at ucar.edu nancy at ucar.edu
Tue Apr 5 13:35:55 MDT 2011


Revision: 4845
Author:   thoar
Date:     2011-04-05 13:35:55 -0600 (Tue, 05 Apr 2011)
Log Message:
-----------
Changed the examples to use current default filenames.
obs_seq_to_netcdf has default filenames like 'obs_epoch_xxx.nc'

plot_rmse_xxx_profile.m and two_experiments_profile.m
are beautification changes ... 

Modified Paths:
--------------
    DART/trunk/diagnostics/matlab/plot_obs_netcdf.m
    DART/trunk/diagnostics/matlab/plot_obs_netcdf_diffs.m
    DART/trunk/diagnostics/matlab/plot_rmse_xxx_profile.m
    DART/trunk/diagnostics/matlab/read_obs_netcdf.m
    DART/trunk/diagnostics/matlab/two_experiments_profile.m

-------------- next part --------------
Modified: DART/trunk/diagnostics/matlab/plot_obs_netcdf.m
===================================================================
--- DART/trunk/diagnostics/matlab/plot_obs_netcdf.m	2011-04-05 19:06:00 UTC (rev 4844)
+++ DART/trunk/diagnostics/matlab/plot_obs_netcdf.m	2011-04-05 19:35:55 UTC (rev 4845)
@@ -8,7 +8,7 @@
 %--------------------------------------------------
 % EXAMPLE 1: plotting just one type of observation
 %--------------------------------------------------
-% fname         = 'obs_sequence_001.nc';
+% fname         = 'obs_epoch_001.nc';
 % ObsTypeString = 'RADIOSONDE_U_WIND_COMPONENT';
 % region        = [0 360 -90 90 -Inf Inf];
 % CopyString    = 'NCEP BUFR observation';
@@ -22,7 +22,7 @@
 %--------------------------------------------------
 % EXAMPLE 2: plotting all the observation types 
 %--------------------------------------------------
-% fname         = 'obs_sequence_001.nc';
+% fname         = 'obs_epoch_001.nc';
 % ObsTypeString = 'ALL';
 % region        = [0 360 -90 90 -Inf Inf];
 % CopyString    = 'WOD observation';

Modified: DART/trunk/diagnostics/matlab/plot_obs_netcdf_diffs.m
===================================================================
--- DART/trunk/diagnostics/matlab/plot_obs_netcdf_diffs.m	2011-04-05 19:06:00 UTC (rev 4844)
+++ DART/trunk/diagnostics/matlab/plot_obs_netcdf_diffs.m	2011-04-05 19:35:55 UTC (rev 4845)
@@ -28,7 +28,7 @@
 % The 'copies' are recorded in the netCDF 'CopyMetaData' variable - 
 % the observation types are recorded in the 'ObsTypesMetaData' variable, 
 % and the QC strings of interest are recorded in QCMetaData - so
-% ncdump -v CopyMetaData,ObsTypesMetaData,QCMetaData obs_sequence_001.nc
+% ncdump -v CopyMetaData,ObsTypesMetaData,QCMetaData obs_epoch_001.nc
 % is a useful endeavor.
 %
 % $Id$
@@ -38,7 +38,7 @@
 % and the actual observation value - while rejecting any obs that had
 % a DART QC greater than 3 ( prior forward operator failed ... or worse) 
 %--------------------------------------------------
-% fname         = 'obs_sequence_001.nc';
+% fname         = 'obs_epoch_001.nc';
 % ObsTypeString = 'RADIOSONDE_U_WIND_COMPONENT';
 % region        = [0 360 -90 90 -Inf Inf];
 % CopyString1   = 'NCEP BUFR observation';

Modified: DART/trunk/diagnostics/matlab/plot_rmse_xxx_profile.m
===================================================================
--- DART/trunk/diagnostics/matlab/plot_rmse_xxx_profile.m	2011-04-05 19:06:00 UTC (rev 4844)
+++ DART/trunk/diagnostics/matlab/plot_rmse_xxx_profile.m	2011-04-05 19:35:55 UTC (rev 4845)
@@ -18,7 +18,6 @@
 % copystring = 'totalspread';   % 'copy' string == quantity of interest
 % plotdat = plot_rmse_xxx_profile(fname,copystring);
 
-
 %% DART software - Copyright � 2004 - 2010 UCAR. This open source software is
 % provided by UCAR, "as is", without charge, subject to all terms of use at
 % http://www.image.ucar.edu/DAReS/DART/DART_download

Modified: DART/trunk/diagnostics/matlab/read_obs_netcdf.m
===================================================================
--- DART/trunk/diagnostics/matlab/read_obs_netcdf.m	2011-04-05 19:06:00 UTC (rev 4844)
+++ DART/trunk/diagnostics/matlab/read_obs_netcdf.m	2011-04-05 19:35:55 UTC (rev 4845)
@@ -3,7 +3,7 @@
 %% read_obs_netcdf reads in the netcdf flavor observation sequence file
 %                  and returns a subsetted structure.
 %
-% fname         = 'obs_sequence_001.nc';
+% fname         = 'obs_epoch_001.nc';
 % ObsTypeString = 'RADIOSONDE_U_WIND_COMPONENT';   % or 'ALL' ...
 % region        = [0 360 -90 90 -Inf Inf];
 % CopyString    = 'NCEP BUFR observation';
@@ -14,7 +14,7 @@
 %
 % The return variable 'obs' is a structure. As an example ...
 %
-%           fname: 'obs_sequence_001.nc'
+%           fname: 'obs_epoch_001.nc'
 %   ObsTypeString: 'RADIOSONDE_U_WIND_COMPONENT'
 %          region: [0 360 -90 90 -Inf Inf]
 %      CopyString: 'NCEP BUFR observation'

Modified: DART/trunk/diagnostics/matlab/two_experiments_profile.m
===================================================================
--- DART/trunk/diagnostics/matlab/two_experiments_profile.m	2011-04-05 19:06:00 UTC (rev 4844)
+++ DART/trunk/diagnostics/matlab/two_experiments_profile.m	2011-04-05 19:35:55 UTC (rev 4845)
@@ -21,7 +21,7 @@
 % prpo     = 'forecast'; % [guess, forecast, prior     ] == prior
 %
 % two_experiments_profile(files, titles, varnames, qtty, prpo)
-% print -dpsc -painters myplot.ps
+% print -dpdf myplot.pdf
 %
 
 % <next few lines under version control, do not edit>


More information about the Dart-dev mailing list