[Dart-dev] [3248] DART/trunk/diagnostics/matlab/plot_rmse_xxx_profile.m: better help file

thoar at subversion.ucar.edu thoar at subversion.ucar.edu
Tue Mar 11 11:18:22 MDT 2008


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080311/fe4c690c/attachment.html
-------------- next part --------------
Modified: DART/trunk/diagnostics/matlab/plot_rmse_xxx_profile.m
===================================================================
--- DART/trunk/diagnostics/matlab/plot_rmse_xxx_profile.m	2008-03-11 17:00:37 UTC (rev 3247)
+++ DART/trunk/diagnostics/matlab/plot_rmse_xxx_profile.m	2008-03-11 17:18:22 UTC (rev 3248)
@@ -1,5 +1,5 @@
 function plotdat = plot_rmse_xxx_profile(fname,copystring)
-% plot_rmse_xxx_profile plots the vertical profile of the observation-space quantities for all possible levels, all possible variables.
+% plot_rmse_xxx_profile plots the vertical profile of the observation-space RMSE and any other quantity for all possible levels, all possible variables.
 % Part of the observation-space diagnostics routines.
 %
 % 'obs_diag' produces a netcdf file containing the diagnostics.
@@ -12,7 +12,7 @@
 %            file 'CopyMetaData' variable.
 %            (ncdump -v CopyMetaData obs_diag_output.nc)
 %
-% EXAMPLE:
+% EXAMPLE: plot the rmse and totalspread on the same axis:
 %
 % fname = 'obs_diag_output.nc';   % netcdf file produced by 'obs_diag'
 % copystring = 'totalspread';   % 'copy' string == quantity of interest


More information about the Dart-dev mailing list