[Dart-dev] [6057] DART/branches/development/models/clm/matlab/clm_var_plot.m: fix type in example in help section (no functional changes)

nancy at ucar.edu nancy at ucar.edu
Tue Apr 16 15:12:17 MDT 2013


Revision: 6057
Author:   nancy
Date:     2013-04-16 15:12:17 -0600 (Tue, 16 Apr 2013)
Log Message:
-----------
fix type in example in help section (no functional changes)

Modified Paths:
--------------
    DART/branches/development/models/clm/matlab/clm_var_plot.m

-------------- next part --------------
Modified: DART/branches/development/models/clm/matlab/clm_var_plot.m
===================================================================
--- DART/branches/development/models/clm/matlab/clm_var_plot.m	2013-04-16 21:09:05 UTC (rev 6056)
+++ DART/branches/development/models/clm/matlab/clm_var_plot.m	2013-04-16 21:12:17 UTC (rev 6057)
@@ -12,7 +12,7 @@
 %
 % EXAMPLE 2: as above, compare to comparable field in CLM history file.
 % clmfname   = '/glade/scratch/thoar/enstest_0907/enstest_0907.clm2_0003.r.2000-01-05-00000.nc';
-% x          = clm_var_plot(fname,varname,copystring,levelindex,timeindex,clmfname);
+% x          = clm_get_var(fname,varname,copystring,levelindex,timeindex,clmfname);
 % y          = clm_var_plot(x);
 %
 


More information about the Dart-dev mailing list