[Dart-dev] [6226] DART/branches/development/matlab: Updated the copyright notice.
nancy at ucar.edu
nancy at ucar.edu
Tue Jun 4 17:10:21 MDT 2013
Revision: 6226
Author: thoar
Date: 2013-06-04 17:10:20 -0600 (Tue, 04 Jun 2013)
Log Message:
-----------
Updated the copyright notice.
Moved the version control block to the end of the file.
No executable changes.
Modified Paths:
--------------
DART/branches/development/matlab/BgridTotalError.m
DART/branches/development/matlab/CAMTotalError.m
DART/branches/development/matlab/CheckModel.m
DART/branches/development/matlab/CheckModelCompatibility.m
DART/branches/development/matlab/CheckTimeStamp.m
DART/branches/development/matlab/ChecknetCDFuse.m
DART/branches/development/matlab/CombineStructs.m
DART/branches/development/matlab/CompareObsDiag.m
DART/branches/development/matlab/Compare_netCDF_files.m
DART/branches/development/matlab/DART.m
DART/branches/development/matlab/DiffnetCDFstate.m
DART/branches/development/matlab/GetBgridInfo.m
DART/branches/development/matlab/GetCalendarDate.m
DART/branches/development/matlab/GetCamInfo.m
DART/branches/development/matlab/GetClmInfo.m
DART/branches/development/matlab/GetMITgcm_oceanInfo.m
DART/branches/development/matlab/GetMPAS_ATMInfo.m
DART/branches/development/matlab/GetNCindices.m
DART/branches/development/matlab/GetPe2lyrInfo.m
DART/branches/development/matlab/GetSqgInfo.m
DART/branches/development/matlab/GetTIEGCMInfo.m
DART/branches/development/matlab/GetWRFInfo.m
DART/branches/development/matlab/ParseAlphaNumerics.m
DART/branches/development/matlab/PlotBins.m
DART/branches/development/matlab/PlotCEnsErrSpread.m
DART/branches/development/matlab/PlotCorrel.m
DART/branches/development/matlab/PlotEnsErrSpread.m
DART/branches/development/matlab/PlotEnsMeanTimeSeries.m
DART/branches/development/matlab/PlotEnsTimeSeries.m
DART/branches/development/matlab/PlotJeffCorrel.m
DART/branches/development/matlab/PlotPhaseSpace.m
DART/branches/development/matlab/PlotRegFactor.m
DART/branches/development/matlab/PlotSawtooth.m
DART/branches/development/matlab/PlotTotalErr.m
DART/branches/development/matlab/PlotVarVarCorrel.m
DART/branches/development/matlab/Plot_network.m
DART/branches/development/matlab/Plot_obs.m
DART/branches/development/matlab/ReadASCIIObsSeq.m
DART/branches/development/matlab/ReadBinaryObsSeq.m
DART/branches/development/matlab/ReadObsSeq.m
DART/branches/development/matlab/SetCopyID.m
DART/branches/development/matlab/SetCopyID2.m
DART/branches/development/matlab/SetVariableID.m
DART/branches/development/matlab/SimpleMap.m
DART/branches/development/matlab/StatObsSeq.m
DART/branches/development/matlab/WRFTotalError.m
DART/branches/development/matlab/continents.m
DART/branches/development/matlab/dbz_colors.m
DART/branches/development/matlab/ens_correl.m
DART/branches/development/matlab/ens_plot.m
DART/branches/development/matlab/get_DARTvars.m
DART/branches/development/matlab/get_copy_index.m
DART/branches/development/matlab/get_ens_series.m
DART/branches/development/matlab/get_ens_size.m
DART/branches/development/matlab/get_ensemble_indices.m
DART/branches/development/matlab/get_hyperslab.m
DART/branches/development/matlab/get_qc_index.m
DART/branches/development/matlab/get_state_copy.m
DART/branches/development/matlab/get_var_series.m
DART/branches/development/matlab/jeff_correl.m
DART/branches/development/matlab/locations_in_region.m
DART/branches/development/matlab/nc_var_exists.m
DART/branches/development/matlab/parse.m
DART/branches/development/matlab/plot_bins.m
DART/branches/development/matlab/plot_correl.m
DART/branches/development/matlab/plot_ens_err_spread.m
DART/branches/development/matlab/plot_ens_mean_time_series.m
DART/branches/development/matlab/plot_ens_time_series.m
DART/branches/development/matlab/plot_jeff_correl.m
DART/branches/development/matlab/plot_phase_space.m
DART/branches/development/matlab/plot_reg_factor.m
DART/branches/development/matlab/plot_sawtooth.m
DART/branches/development/matlab/plot_smoother_err.m
DART/branches/development/matlab/plot_total_err.m
DART/branches/development/matlab/plot_var_var_correl.m
DART/branches/development/matlab/rank_hist.m
DART/branches/development/matlab/read_state.m
DART/branches/development/matlab/scalebar.m
DART/branches/development/matlab/startup.m
DART/branches/development/matlab/state_diag.m
DART/branches/development/matlab/total_err.m
DART/branches/development/matlab/worldmap.m
DART/branches/development/matlab/wysiwyg.m
-------------- next part --------------
Modified: DART/branches/development/matlab/BgridTotalError.m
===================================================================
--- DART/branches/development/matlab/BgridTotalError.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/BgridTotalError.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -3,15 +3,11 @@
% Plot the total area-weighted error for each variable.
%---------------------------------------------------------------------
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL: https://proxy.subversion.ucar.edu/DAReS/DART/branches/mpas/matlab/BgridTotalError.m $
% $Id: BgridTotalError.m 5655 2012-04-05 23:17:16Z thoar $
-% $Revision: 5655 $
-% $Date: 2012-04-05 17:17:16 -0600 (Thu, 05 Apr 2012) $
% Get the indices for the true state, ensemble mean and spread
% The metadata is queried to determine which "copy" is appropriate.
@@ -146,3 +142,10 @@
end
xlabel(xlabelstring)
+
+% <next few lines under version control, do not edit>
+% $URL: https://proxy.subversion.ucar.edu/DAReS/DART/branches/mpas/matlab/BgridTotalError.m $
+% $Id: BgridTotalError.m 5655 2012-04-05 23:17:16Z thoar $
+% $Revision: 5655 $
+% $Date: 2012-04-05 17:17:16 -0600 (Thu, 05 Apr 2012) $
+
Modified: DART/branches/development/matlab/CAMTotalError.m
===================================================================
--- DART/branches/development/matlab/CAMTotalError.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/CAMTotalError.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -3,15 +3,11 @@
% Plot the total area-weighted error for each variable.
%---------------------------------------------------------------------
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL: https://proxy.subversion.ucar.edu/DAReS/DART/branches/mpas/matlab/CAMTotalError.m $
% $Id: CAMTotalError.m 5655 2012-04-05 23:17:16Z thoar $
-% $Revision: 5655 $
-% $Date: 2012-04-05 17:17:16 -0600 (Thu, 05 Apr 2012) $
% Since the models are "compatible", get the info from either one.
lons = nc_varget(pinfo.truth_file, 'lon');
@@ -118,3 +114,11 @@
xlabelstring = sprintf('%s start',monstr);
end
xlabel(xlabelstring)
+
+
+% <next few lines under version control, do not edit>
+% $URL: https://proxy.subversion.ucar.edu/DAReS/DART/branches/mpas/matlab/CAMTotalError.m $
+% $Id: CAMTotalError.m 5655 2012-04-05 23:17:16Z thoar $
+% $Revision: 5655 $
+% $Date: 2012-04-05 17:17:16 -0600 (Thu, 05 Apr 2012) $
+
Modified: DART/branches/development/matlab/CheckModel.m
===================================================================
--- DART/branches/development/matlab/CheckModel.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/CheckModel.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -7,15 +7,11 @@
% fname = 'Prior_Diag.nc';
% vars = CheckModel(fname)
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if ( exist(fname,'file') ~= 2 ), error('%s does not exist.',fname); end
@@ -273,3 +269,11 @@
if isempty(x)
error('%s has no dimension named %s',fname,dimname)
end
+
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/CheckModelCompatibility.m
===================================================================
--- DART/branches/development/matlab/CheckModelCompatibility.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/CheckModelCompatibility.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -8,15 +8,11 @@
% [start,count] indices for each array (indexing starts at 1,N).
% It is an error situation if there is no overlap ([-1,-1] for both).
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if (nargin == 1) % better be a pinfo struct with at least these fields
file1 = arg1.truth_file; % string
@@ -303,3 +299,10 @@
end
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/CheckTimeStamp.m
===================================================================
--- DART/branches/development/matlab/CheckTimeStamp.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/CheckTimeStamp.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -30,15 +30,11 @@
% CheckTimeStamp('/glade/scratch/syha/work_hires', 'endian', 'native', ...
% 'fbase', 'assim_model_state_ic', 'twoTimes', 'true')
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
timebase = datenum(1601,1,1); % start of Gregorian Calendar
@@ -147,3 +143,10 @@
end
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/ChecknetCDFuse.m
===================================================================
--- DART/branches/development/matlab/ChecknetCDFuse.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/ChecknetCDFuse.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -11,15 +11,11 @@
% nonzero == bad, matlab netcdf not available.
%
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if ( exist(fname,'file') ~= 2 ), error('%s does not exist.',fname); end
@@ -36,3 +32,11 @@
x = 0;
end
fclose(fid);
+
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/CombineStructs.m
===================================================================
--- DART/branches/development/matlab/CombineStructs.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/CombineStructs.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -5,15 +5,11 @@
%
%
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if ~( isstruct(struct1) & isstruct(struct2) )
error('both arguments must be structures')
@@ -31,3 +27,11 @@
ostruct = setfield(ostruct, fields{i}, getfield(struct2,fields{i}));
end
+
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/CompareObsDiag.m
===================================================================
--- DART/branches/development/matlab/CompareObsDiag.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/CompareObsDiag.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -10,23 +10,17 @@
% checks only the FIRST 21 copies and uses a snctools get_var instead
% of the native Matlab netcdf.getVar().
%
-% $Id$
-%
% Example:
%
% file1 = 'obs_diag_output.nc';
% file2 = 'obs_diag_output_proposed.nc';
% CompareObsDiag(file1,file2)
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
fid = fopen('CompareObsDiag_results.txt','a+');
fprintf(fid,'\n---\n');
@@ -121,6 +115,7 @@
data(data == FillValue) = NaN;
end
+
% <next few lines under version control, do not edit>
% $URL$
% $Id$
Modified: DART/branches/development/matlab/Compare_netCDF_files.m
===================================================================
--- DART/branches/development/matlab/Compare_netCDF_files.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/Compare_netCDF_files.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -9,17 +9,17 @@
% If called with two arguments, Compare_netCDF_files will subtract each numeric variable
% and print a summary of the min/max differences for each variable.
%
-% $Id$
-%
% Example:
%
% file1 = '/glade/scratch/thoar/clm_2day1hop/run/clm_2day1hop.clm2_0004.r.2000-02-02-00000.nc';
% file2 = '/glade/scratch/thoar/clm_2day2hop/run/clm_2day2hop.clm2_0004.r.2000-02-02-00000.nc';
% Compare_netCDF_files(file1,file2)
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
+%
+% $Id$
fid = fopen('Compare_netCDF_files_results.txt','a+');
fprintf(fid,'\n---\n');
@@ -160,6 +160,7 @@
data(data == FillValue) = NaN;
end
+
% <next few lines under version control, do not edit>
% $URL$
% $Id$
Modified: DART/branches/development/matlab/DART.m
===================================================================
--- DART/branches/development/matlab/DART.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/DART.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -50,7 +50,7 @@
% the model developers are free to supply whatever functions
% or scripts they deem useful.
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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/branches/development/matlab/DiffnetCDFstate.m
===================================================================
--- DART/branches/development/matlab/DiffnetCDFstate.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/DiffnetCDFstate.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -16,15 +16,11 @@
% outfile = 'test1_2.diff';
% DiffnetCDFstate(file1,file2,outfile)
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
%----------------------------------------------------------------------
% Check for the existence of the two input files.
@@ -75,3 +71,10 @@
fclose(fid);
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/GetBgridInfo.m
===================================================================
--- DART/branches/development/matlab/GetBgridInfo.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/GetBgridInfo.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -8,15 +8,11 @@
% fname Name of the DART netcdf file
% routine name of subsequent plot routine.
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if ( exist(fname,'file') ~= 2 ), error('%s does not exist.',fname); end
@@ -304,3 +300,10 @@
latind = ind(1); % use the first one
lat = lats(latind);
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/GetCalendarDate.m
===================================================================
--- DART/branches/development/matlab/GetCalendarDate.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/GetCalendarDate.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -7,15 +7,11 @@
%
% mydate = GetCalendarDate(82761,148520);
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if (nargin < 2)
error('Must supply at least two arguments, seconds and days')
@@ -42,3 +38,10 @@
otherwise
end
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/GetCamInfo.m
===================================================================
--- DART/branches/development/matlab/GetCamInfo.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/GetCamInfo.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -7,15 +7,11 @@
% pstruct structure containing the names of the truth_file and the diagn_file of the DART netcdf file
% routine name of subsequent plot routine.
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if (exist(fname,'file') ~= 2 ), error('%s does not exist.',fname); end
@@ -308,4 +304,9 @@
lat = lats(latind);
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
Modified: DART/branches/development/matlab/GetClmInfo.m
===================================================================
--- DART/branches/development/matlab/GetClmInfo.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/GetClmInfo.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -7,15 +7,11 @@
% pstruct structure containing the names of the truth_file and the diagn_file of the DART netcdf file
% routine name of subsequent plot routine.
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if (exist(fname,'file') ~= 2 ), error('%s does not exist.',fname); end
@@ -347,3 +343,10 @@
error('missing required variable ... exiting')
end
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/GetMITgcm_oceanInfo.m
===================================================================
--- DART/branches/development/matlab/GetMITgcm_oceanInfo.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/GetMITgcm_oceanInfo.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -7,15 +7,11 @@
% fname Name of the DART netcdf file
% routine name of subsequent plot routine.
-%% DART software - Copyright 2004 - 2010 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if ( exist(fname,'file') ~= 2 ), error('%s does not exist.',fname); end
@@ -300,3 +296,10 @@
latind = ind(1); % use the first one
lat = lats(latind);
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/GetMPAS_ATMInfo.m
===================================================================
--- DART/branches/development/matlab/GetMPAS_ATMInfo.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/GetMPAS_ATMInfo.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -9,15 +9,11 @@
% fname Name of the DART netcdf file - usually [Prior,Posterior]_Diag.nc
% routine name of subsequent plot routine.
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL: https://proxy.subversion.ucar.edu/DAReS/DART/branches/mpas/matlab/GetMPAS_ATMInfo.m $
% $Id: GetMPAS_ATMInfo.m 5616 2012-03-22 22:42:39Z thoar $
-% $Revision: 5616 $
-% $Date: 2012-03-22 16:42:39 -0600 (Thu, 22 Mar 2012) $
if ( exist(fname,'file') ~= 2 ), error('%s does not exist.',fname); end
@@ -370,3 +366,10 @@
error('missing required variable ... exiting')
end
+
+% <next few lines under version control, do not edit>
+% $URL: https://proxy.subversion.ucar.edu/DAReS/DART/branches/mpas/matlab/GetMPAS_ATMInfo.m $
+% $Id: GetMPAS_ATMInfo.m 5616 2012-03-22 22:42:39Z thoar $
+% $Revision: 5616 $
+% $Date: 2012-03-22 16:42:39 -0600 (Thu, 22 Mar 2012) $
+
Modified: DART/branches/development/matlab/GetNCindices.m
===================================================================
--- DART/branches/development/matlab/GetNCindices.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/GetNCindices.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -29,15 +29,11 @@
% varname is the netcdf variable being extracted.
%
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
% GetNCindices replaces the following hardwired piece of code.
%
@@ -358,3 +354,10 @@
end
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/GetPe2lyrInfo.m
===================================================================
--- DART/branches/development/matlab/GetPe2lyrInfo.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/GetPe2lyrInfo.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -8,15 +8,11 @@
% fname Name of the DART netcdf file
% routine name of subsequent plot routine.
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if ( exist(fname,'file') ~= 2 ), error('%s does not exist.',fname); end
@@ -273,3 +269,10 @@
latind = ind(1); % use the first one
lat = lats(latind);
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/GetSqgInfo.m
===================================================================
--- DART/branches/development/matlab/GetSqgInfo.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/GetSqgInfo.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -8,15 +8,11 @@
% fname Name of the DART netcdf file
% routine name of subsequent plot routine.
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if ( exist(fname,'file') ~= 2 ), error('%s does not exist.',fname); end
@@ -354,3 +350,10 @@
copystrings{i} = metadata(copyid(i),:);
end
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/GetTIEGCMInfo.m
===================================================================
--- DART/branches/development/matlab/GetTIEGCMInfo.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/GetTIEGCMInfo.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -7,15 +7,11 @@
% pstruct structure containing the names of the truth_file and the diagn_file of the DART netcdf file
% routine name of subsequent plot routine.
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if (exist(fname,'file') ~= 2 ), error('%s does not exist.',fname); end
@@ -332,3 +328,10 @@
error('missing required variable ... exiting')
end
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/GetWRFInfo.m
===================================================================
--- DART/branches/development/matlab/GetWRFInfo.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/GetWRFInfo.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -11,15 +11,11 @@
% fname = '/glade/proj2/image/romine/dart/work_Radar/rad_regression/geom/Prior_Diag.nc';
%
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if ( exist(fname,'file') ~= 2 ), error('%s does not exist.',fname); end
@@ -517,3 +513,11 @@
else
x = [];
end
+
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/ParseAlphaNumerics.m
===================================================================
--- DART/branches/development/matlab/ParseAlphaNumerics.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/ParseAlphaNumerics.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -5,15 +5,11 @@
% alpha = 'X'
% numerics = [1 3 4 89];
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
inds = find(IDstring == ','); % find all commas
IDstring(inds) = ' ';
@@ -26,3 +22,10 @@
vrbl_inds(i-1) = sscanf(words{i},'%d');
end
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/PlotBins.m
===================================================================
--- DART/branches/development/matlab/PlotBins.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/PlotBins.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -29,15 +29,11 @@
% pinfo.longitude = 45.67;
% PlotBins( pinfo );
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if isempty(pinfo.num_ens_members)
error('no ensemble members in %s, cannot create rank histogram.',pinfo.diagn_file)
@@ -200,3 +196,10 @@
continents('hollow','greenwich');
end
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/PlotCEnsErrSpread.m
===================================================================
--- DART/branches/development/matlab/PlotCEnsErrSpread.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/PlotCEnsErrSpread.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -1,15 +1,11 @@
function PlotCEnsErrSpread( pinfo )
%% PlotCEnsErrSpread
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
% this sets start/stop time indices for both truth and diagn file now
pinfo = CheckModelCompatibility(pinfo.truth_file, pinfo.diagn_file)
@@ -277,3 +273,10 @@
[nt,ny,nx] = size(ted);
slice = reshape(ted,[nt ny*nx]);
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/PlotCorrel.m
===================================================================
--- DART/branches/development/matlab/PlotCorrel.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/PlotCorrel.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -22,15 +22,11 @@
% pinfo.base_time = 238; % ditto
% PlotCorrel(pinfo) % generates a plot
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if (exist(pinfo.fname,'file') ~= 2), error('%s does not exist.',pinfo.fname), end
@@ -590,3 +586,10 @@
h = patch(xpoly,ypoly,x');
set(h,'LineStyle','none');
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/PlotEnsErrSpread.m
===================================================================
--- DART/branches/development/matlab/PlotEnsErrSpread.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/PlotEnsErrSpread.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -48,15 +48,11 @@
% pinfo.longitude = 45.67;
% PlotEnsErrSpread(pinfo)
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
% Get the indices for the true state, ensemble mean and spread
% The metadata is queried to determine which "copy" is appropriate.
@@ -259,3 +255,10 @@
xlabel(sprintf('month.day.HH - %s start',monstr))
end
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/PlotEnsMeanTimeSeries.m
===================================================================
--- DART/branches/development/matlab/PlotEnsMeanTimeSeries.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/PlotEnsMeanTimeSeries.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -35,15 +35,11 @@
% pinfo.longitude = 45.67;
% PlotEnsMeanTimeSeries( pinfo )
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if ( exist(pinfo.diagn_file,'file') ~= 2 ), error('%s does not exist.',pinfo.diagn_file); end
@@ -303,3 +299,9 @@
xlabel(sprintf('month.day.HH - %s start',monstr))
end
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/PlotEnsTimeSeries.m
===================================================================
--- DART/branches/development/matlab/PlotEnsTimeSeries.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/PlotEnsTimeSeries.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -35,15 +35,11 @@
% pinfo.longitude = 45.67;
% PlotEnsTimeSeries( pinfo )
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if ( exist(pinfo.diagn_file,'file') ~= 2 ), error('%s does not exist.',pinfo.diagn_file); end
@@ -346,3 +342,9 @@
xlabel(sprintf('month.day.HH - %s start',monstr))
end
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/PlotJeffCorrel.m
===================================================================
--- DART/branches/development/matlab/PlotJeffCorrel.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/PlotJeffCorrel.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -10,15 +10,11 @@
%
% pinfo is a model-dependent structure.
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if (exist(pinfo.fname,'file') ~= 2), error('%s does not exist.',pinfo.fname), end
@@ -175,3 +171,11 @@
xlabelstring = sprintf('%s start',monstr);
end
xlabel(xlabelstring)
+
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/PlotPhaseSpace.m
===================================================================
--- DART/branches/development/matlab/PlotPhaseSpace.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/PlotPhaseSpace.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -42,15 +42,11 @@
%
% note the legend has both lines annotated.
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if ( exist(pinfo.fname,'file') ~= 2 ), error('file %s does not exist.',pinfo.fname), end
@@ -340,3 +336,11 @@
fprintf('%d <= ''var3'' <= %d\n',1,Z.num_vars)
error('var3 (%d) out of range',pinfo.var3ind)
end
+
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/PlotRegFactor.m
===================================================================
--- DART/branches/development/matlab/PlotRegFactor.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/PlotRegFactor.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -9,15 +9,11 @@
% obsnum = 20;
% PlotRegFactor(fname, obsnum);
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if ( exist(fname,'file') ~=2 ), error('%s does not exist on the Matlab search path',fname); end
@@ -53,3 +49,10 @@
ylabel('regression factor')
xlabel({'state variable (indexical)', ...
sprintf('observation number %d',obsnum)})
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/PlotSawtooth.m
===================================================================
--- DART/branches/development/matlab/PlotSawtooth.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/PlotSawtooth.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -40,15 +40,11 @@
% pinfo.longitude = 45.67;
% PlotSawtooth( pinfo )
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
% Get some information from the truth_file, if it exists.
if ( exist(pinfo.truth_file,'file') == 2 )
@@ -285,3 +281,9 @@
xlabel(sprintf('month.day.HH - %s start',monstr))
end
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/PlotTotalErr.m
===================================================================
--- DART/branches/development/matlab/PlotTotalErr.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/PlotTotalErr.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -22,15 +22,11 @@
% pinfo.diagn_file = 'Posterior_Diag.nc';
% PlotTotalErr( pinfo )
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
% Get the netcdf variable indices for desired "copies"
% The metadata is queried to determine which "copy" is appropriate.
@@ -924,3 +920,10 @@
xlabel(sprintf('month.day.HH - %s start',monstr))
end
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/PlotVarVarCorrel.m
===================================================================
--- DART/branches/development/matlab/PlotVarVarCorrel.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/PlotVarVarCorrel.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -23,15 +23,11 @@
% pinfo.state_var_index = 1;
% PlotVarVarCorrel( pinfo )
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if (exist(pinfo.fname,'file') ~= 2), error('%s does not exist.',pinfo.fname), end
@@ -237,3 +233,11 @@
xlabelstring = sprintf('%s start',monstr);
end
xlabel(xlabelstring)
+
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/Plot_network.m
===================================================================
--- DART/branches/development/matlab/Plot_network.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/Plot_network.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -1,15 +1,11 @@
%% Plot_network
%
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
rad2deg = 45/atan(1);
@@ -163,3 +159,11 @@
fprintf('# of T2 %d\n', it2)
fprintf('# of TD2 %d\n', itd2)
fprintf('# of PS %d\n', ips)
+
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/Plot_obs.m
===================================================================
--- DART/branches/development/matlab/Plot_obs.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/Plot_obs.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -2,15 +2,11 @@
%
%
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
rad2deg = 45/atan(1);
@@ -296,3 +292,11 @@
fprintf('# of PS %d\n', ips)
end
+
+
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
+
Modified: DART/branches/development/matlab/ReadASCIIObsSeq.m
===================================================================
--- DART/branches/development/matlab/ReadASCIIObsSeq.m 2013-06-04 17:07:53 UTC (rev 6225)
+++ DART/branches/development/matlab/ReadASCIIObsSeq.m 2013-06-04 23:10:20 UTC (rev 6226)
@@ -10,15 +10,11 @@
% The file contains a linked list which we are reading sequentially.
% The resulting sequence "a.obs" is NOT guaranteed to be in a temporally ascending order.
-%% DART software - Copyright 2004 - 2011 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2013 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
%
-% <next few lines under version control, do not edit>
-% $URL$
% $Id$
-% $Revision$
-% $Date$
if (nargin < 1 )
fname = 'obs_seq.final';
@@ -399,3 +395,11 @@
@@ Diff output truncated at 40000 characters. @@
More information about the Dart-dev
mailing list