[Dart-dev] [6133] DART/branches/development/models/clm/matlab/clm_var_plot.m: Better comment section.
nancy at ucar.edu
nancy at ucar.edu
Mon May 13 10:04:21 MDT 2013
Revision: 6133
Author: thoar
Date: 2013-05-13 10:04:20 -0600 (Mon, 13 May 2013)
Log Message:
-----------
Better comment section. No executable 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-05-10 21:52:07 UTC (rev 6132)
+++ DART/branches/development/models/clm/matlab/clm_var_plot.m 2013-05-13 16:04:20 UTC (rev 6133)
@@ -7,13 +7,13 @@
% levelindex = 1;
% timeindex = 1;
% copystring = 'ensemble member 3';
-% x = clm_get_var(fname,varname,copystring,levelindex,timeindex);
-% y = clm_var_plot(x);
+% x = clm_get_var(fname,varname,copystring,levelindex,timeindex);
+% clm_var_plot(x);
%
% 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_get_var(fname,varname,copystring,levelindex,timeindex,clmfname);
-% y = clm_var_plot(x);
+% x = clm_get_var(fname,varname,copystring,levelindex,timeindex,clmfname);
+% clm_var_plot(x);
%
%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
More information about the Dart-dev
mailing list