[Dart-dev] [4239] DART/trunk/matlab: new terms of use - no other changes
nancy at ucar.edu
nancy at ucar.edu
Thu Jan 28 16:41:56 MST 2010
Revision: 4239
Author: thoar
Date: 2010-01-28 16:41:56 -0700 (Thu, 28 Jan 2010)
Log Message:
-----------
new terms of use - no other changes
Modified Paths:
--------------
DART/trunk/matlab/CheckModel.m
DART/trunk/matlab/CheckModelCompatibility.m
DART/trunk/matlab/ChecknetCDFuse.m
DART/trunk/matlab/CombineStructs.m
DART/trunk/matlab/DART.m
DART/trunk/matlab/DiffnetCDFstate.m
DART/trunk/matlab/GetBgridInfo.m
DART/trunk/matlab/GetCalendarDate.m
DART/trunk/matlab/GetCamInfo.m
DART/trunk/matlab/GetNCindices.m
DART/trunk/matlab/GetPe2lyrInfo.m
DART/trunk/matlab/ParseAlphaNumerics.m
DART/trunk/matlab/PlotBins.m
DART/trunk/matlab/PlotCEnsErrSpread.m
DART/trunk/matlab/PlotCorrel.m
DART/trunk/matlab/PlotEnsErrSpread.m
DART/trunk/matlab/PlotEnsMeanTimeSeries.m
DART/trunk/matlab/PlotEnsTimeSeries.m
DART/trunk/matlab/PlotJeffCorrel.m
DART/trunk/matlab/PlotPhaseSpace.m
DART/trunk/matlab/PlotRegFactor.m
DART/trunk/matlab/PlotSawtooth.m
DART/trunk/matlab/PlotTotalErr.m
DART/trunk/matlab/PlotVarVarCorrel.m
DART/trunk/matlab/Plot_network.m
DART/trunk/matlab/Plot_obs.m
DART/trunk/matlab/ReadASCIIObsSeq.m
DART/trunk/matlab/ReadBinaryObsSeq.m
DART/trunk/matlab/ReadObsSeq.m
DART/trunk/matlab/SetCopyID.m
DART/trunk/matlab/SetCopyID2.m
DART/trunk/matlab/SetVariableID.m
DART/trunk/matlab/SimpleMap.m
DART/trunk/matlab/StatObsSeq.m
DART/trunk/matlab/dbz_colors.m
DART/trunk/matlab/ens_correl.m
DART/trunk/matlab/ens_plot.m
DART/trunk/matlab/get_copy_index.m
DART/trunk/matlab/get_ens_series.m
DART/trunk/matlab/get_qc_index.m
DART/trunk/matlab/get_state_copy.m
DART/trunk/matlab/get_var_series.m
DART/trunk/matlab/jeff_correl.m
DART/trunk/matlab/locations_in_region.m
DART/trunk/matlab/plot_bins.m
DART/trunk/matlab/plot_correl.m
DART/trunk/matlab/plot_ens_err_spread.m
DART/trunk/matlab/plot_ens_mean_time_series.m
DART/trunk/matlab/plot_ens_time_series.m
DART/trunk/matlab/plot_jeff_correl.m
DART/trunk/matlab/plot_phase_space.m
DART/trunk/matlab/plot_reg_factor.m
DART/trunk/matlab/plot_sawtooth.m
DART/trunk/matlab/plot_smoother_err.m
DART/trunk/matlab/plot_total_err.m
DART/trunk/matlab/plot_var_var_correl.m
DART/trunk/matlab/rank_hist.m
DART/trunk/matlab/read_state.m
DART/trunk/matlab/scalebar.m
DART/trunk/matlab/startup.m
DART/trunk/matlab/state_diag.m
DART/trunk/matlab/total_err.m
DART/trunk/matlab/worldmap.m
Property Changed:
----------------
DART/trunk/matlab/DART.m
DART/trunk/matlab/GetCalendarDate.m
DART/trunk/matlab/get_qc_index.m
DART/trunk/matlab/locations_in_region.m
-------------- next part --------------
Modified: DART/trunk/matlab/CheckModel.m
===================================================================
--- DART/trunk/matlab/CheckModel.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/CheckModel.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -7,10 +7,9 @@
% fname = 'Prior_Diag.nc';
% vars = CheckModel(fname)
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/CheckModelCompatibility.m
===================================================================
--- DART/trunk/matlab/CheckModelCompatibility.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/CheckModelCompatibility.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -8,10 +8,9 @@
% [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).
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/ChecknetCDFuse.m
===================================================================
--- DART/trunk/matlab/ChecknetCDFuse.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/ChecknetCDFuse.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -11,10 +11,9 @@
% nonzero == bad, matlab netcdf not available.
%
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/CombineStructs.m
===================================================================
--- DART/trunk/matlab/CombineStructs.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/CombineStructs.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -5,10 +5,9 @@
%
%
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/DART.m
===================================================================
--- DART/trunk/matlab/DART.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/DART.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -33,7 +33,7 @@
% is perilous ...
%
%
-% DART/observations/utilities/threed_sphere These functions require processing
+% DART/diagnostics/matlab These functions require processing
% observation sequences into netCDF files with
% "obs_seq_to_netcdf" - which currently does not preserve
% all of the observation sequence metadata for some of the
@@ -41,10 +41,21 @@
% read_obs_netcdf.m Reads a netCDF observation sequence and returns a structure.
% plot_obs_netcdf.m creates a 2D or 3D plot of the observation locations
% and values - and rejected observations.
-% plot_obs_netcdf_diffs.m Same thing, only for the difference of two observation copies
+% plot_obs_netcdf_diffs.m ditto, only for the difference of two observation copies
% - the observation and the ensemble mean, for example.
%
%
% DART/models/<modelname>/matlab Each model has an optional matlab directory where
% the model developers are free to supply whatever functions
% or scripts they deem useful.
+
+
+%% DART software - Copyright \xA9 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
+%
+% <next few lines under version control, do not edit>
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
Property changes on: DART/trunk/matlab/DART.m
___________________________________________________________________
Modified: svn:keywords
- Date Rev Author URL Id
+ Date Revision Author HeadURL Id
Modified: DART/trunk/matlab/DiffnetCDFstate.m
===================================================================
--- DART/trunk/matlab/DiffnetCDFstate.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/DiffnetCDFstate.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -16,10 +16,9 @@
% outfile = 'test1_2.diff';
% DiffnetCDFstate(file1,file2,outfile)
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/GetBgridInfo.m
===================================================================
--- DART/trunk/matlab/GetBgridInfo.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/GetBgridInfo.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -8,10 +8,9 @@
% fname Name of the DART netcdf file
% routine name of subsequent plot routine.
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/GetCalendarDate.m
===================================================================
--- DART/trunk/matlab/GetCalendarDate.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/GetCalendarDate.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -8,15 +8,12 @@
%
% mydate = GetCalendarDate(82761,148520);
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
-% $URL:
-% http://subversion.ucar.edu/DAReS/DART/trunk/diagnostics/matlab/fit_ens_mean_time.m
-% $
+% $URL$
% $Id$
% $Revision$
% $Date$
Property changes on: DART/trunk/matlab/GetCalendarDate.m
___________________________________________________________________
Modified: svn:keywords
- Date Rev Author URL Id
+ Date Revision Author HeadURL Id
Modified: DART/trunk/matlab/GetCamInfo.m
===================================================================
--- DART/trunk/matlab/GetCamInfo.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/GetCamInfo.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -7,10 +7,9 @@
% fname Name of the DART netcdf file
% routine name of subsequent plot routine.
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/GetNCindices.m
===================================================================
--- DART/trunk/matlab/GetNCindices.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/GetNCindices.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -22,10 +22,9 @@
% varname is the netcdf variable being extracted.
%
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/GetPe2lyrInfo.m
===================================================================
--- DART/trunk/matlab/GetPe2lyrInfo.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/GetPe2lyrInfo.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -8,10 +8,9 @@
% fname Name of the DART netcdf file
% routine name of subsequent plot routine.
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/ParseAlphaNumerics.m
===================================================================
--- DART/trunk/matlab/ParseAlphaNumerics.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/ParseAlphaNumerics.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -5,10 +5,9 @@
% alpha = 'X'
% numerics = [1 3 4 89];
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/PlotBins.m
===================================================================
--- DART/trunk/matlab/PlotBins.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/PlotBins.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -29,10 +29,9 @@
% pinfo.longitude = 45.67;
% PlotBins( pinfo );
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/PlotCEnsErrSpread.m
===================================================================
--- DART/trunk/matlab/PlotCEnsErrSpread.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/PlotCEnsErrSpread.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -1,10 +1,9 @@
function PlotCEnsErrSpread( pinfo )
%
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/PlotCorrel.m
===================================================================
--- DART/trunk/matlab/PlotCorrel.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/PlotCorrel.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -22,10 +22,9 @@
% pinfo.base_time = 238; % ditto
% PlotCorrel(pinfo) % generates a plot
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/PlotEnsErrSpread.m
===================================================================
--- DART/trunk/matlab/PlotEnsErrSpread.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/PlotEnsErrSpread.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -48,10 +48,9 @@
% pinfo.longitude = 45.67;
% PlotEnsErrSpread(pinfo)
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/PlotEnsMeanTimeSeries.m
===================================================================
--- DART/trunk/matlab/PlotEnsMeanTimeSeries.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/PlotEnsMeanTimeSeries.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -36,10 +36,9 @@
% pinfo.longitude = 45.67;
% PlotEnsMeanTimeSeries( pinfo )
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/PlotEnsTimeSeries.m
===================================================================
--- DART/trunk/matlab/PlotEnsTimeSeries.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/PlotEnsTimeSeries.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -35,10 +35,9 @@
% pinfo.longitude = 45.67;
% PlotEnsTimeSeries( pinfo )
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/PlotJeffCorrel.m
===================================================================
--- DART/trunk/matlab/PlotJeffCorrel.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/PlotJeffCorrel.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -25,10 +25,9 @@
% pinfo.state_var_index = 1;
% PlotVarVarCorrel( pinfo )
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/PlotPhaseSpace.m
===================================================================
--- DART/trunk/matlab/PlotPhaseSpace.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/PlotPhaseSpace.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -42,10 +42,9 @@
%
% note the legend has both lines annotated.
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/PlotRegFactor.m
===================================================================
--- DART/trunk/matlab/PlotRegFactor.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/PlotRegFactor.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -9,10 +9,9 @@
% obsnum = 20;
% PlotRegFactor(fname, obsnum);
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/PlotSawtooth.m
===================================================================
--- DART/trunk/matlab/PlotSawtooth.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/PlotSawtooth.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -40,10 +40,9 @@
% pinfo.longitude = 45.67;
% PlotSawtooth( pinfo )
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/PlotTotalErr.m
===================================================================
--- DART/trunk/matlab/PlotTotalErr.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/PlotTotalErr.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -22,10 +22,9 @@
% pinfo.diagn_file = 'Posterior_Diag.nc';
% PlotTotalErr( pinfo )
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/PlotVarVarCorrel.m
===================================================================
--- DART/trunk/matlab/PlotVarVarCorrel.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/PlotVarVarCorrel.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -23,10 +23,9 @@
% pinfo.state_var_index = 1;
% PlotVarVarCorrel( pinfo )
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/Plot_network.m
===================================================================
--- DART/trunk/matlab/Plot_network.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/Plot_network.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -1,10 +1,9 @@
% Plot_network
%
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/Plot_obs.m
===================================================================
--- DART/trunk/matlab/Plot_obs.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/Plot_obs.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -2,10 +2,9 @@
%
%
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/ReadASCIIObsSeq.m
===================================================================
--- DART/trunk/matlab/ReadASCIIObsSeq.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/ReadASCIIObsSeq.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -10,10 +10,9 @@
% 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.
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/ReadBinaryObsSeq.m
===================================================================
--- DART/trunk/matlab/ReadBinaryObsSeq.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/ReadBinaryObsSeq.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -20,10 +20,9 @@
% 'ieee-be.l64' or 's' - IEEE floating point with big-endian byte
% ordering and 64 bit long data type.
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/ReadObsSeq.m
===================================================================
--- DART/trunk/matlab/ReadObsSeq.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/ReadObsSeq.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -30,10 +30,9 @@
%
% Uses ReadASCIIObsSeq.m and ReadBINARYObsSeq.m
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/SetCopyID.m
===================================================================
--- DART/trunk/matlab/SetCopyID.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/SetCopyID.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -1,10 +1,9 @@
function varid = SetCopyID(fname);
% SetCopyID queries for the copy index for a set of ensemble members of a specific netCDF file.
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/SetCopyID2.m
===================================================================
--- DART/trunk/matlab/SetCopyID2.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/SetCopyID2.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -1,10 +1,9 @@
function varid = SetCopyID2(fname);
% SetCopyID queries for the copy index for a set of ensemble members of a specific netCDF file.
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/SetVariableID.m
===================================================================
--- DART/trunk/matlab/SetVariableID.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/SetVariableID.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -12,10 +12,9 @@
% vars.def_state_vars = [2 4 5];
% varid = SetVariableID(vars)
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/SimpleMap.m
===================================================================
--- DART/trunk/matlab/SimpleMap.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/SimpleMap.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -22,10 +22,9 @@
% level = 1; % index into level array
% h = SimpleMap(fname,varname,time,copy,level);
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/StatObsSeq.m
===================================================================
--- DART/trunk/matlab/StatObsSeq.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/StatObsSeq.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -2,10 +2,9 @@
%
%
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/dbz_colors.m
===================================================================
--- DART/trunk/matlab/dbz_colors.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/dbz_colors.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -1,9 +1,8 @@
% dbz_colors.m Color scale from CIDD http://www.rap.ucar.edu/colorscales/dbz_40.colors
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/ens_correl.m
===================================================================
--- DART/trunk/matlab/ens_correl.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/ens_correl.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -2,10 +2,9 @@
% ens_correl Computes correlation of a variable at a time to a time series of
% another variable (could be the same one)
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/ens_plot.m
===================================================================
--- DART/trunk/matlab/ens_plot.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/ens_plot.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -1,9 +1,8 @@
% Do some demo plots
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/get_copy_index.m
===================================================================
--- DART/trunk/matlab/get_copy_index.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/get_copy_index.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -8,10 +8,9 @@
% copystring = 'ensemble member 5';
% copy_index = get_copy_index(fname, copystring);
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/get_ens_series.m
===================================================================
--- DART/trunk/matlab/get_ens_series.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/get_ens_series.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -9,10 +9,9 @@
% state_var_index = 3;
% ens = get_ens_series(fname,varname,state_var_index);
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/get_qc_index.m
===================================================================
--- DART/trunk/matlab/get_qc_index.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/get_qc_index.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -8,10 +8,9 @@
% copystring = 'ensemble member 5';
% copy_index = get_qc_index(fname, copystring);
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Property changes on: DART/trunk/matlab/get_qc_index.m
___________________________________________________________________
Modified: svn:keywords
- Date Rev Author URL Id
+ Date Revision Author HeadURL Id
Modified: DART/trunk/matlab/get_state_copy.m
===================================================================
--- DART/trunk/matlab/get_state_copy.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/get_state_copy.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -3,10 +3,9 @@
% Retrieves a particular copy of a state vector from a file whose
% full or relative path is specified in the file argument.
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/get_var_series.m
===================================================================
--- DART/trunk/matlab/get_var_series.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/get_var_series.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -11,10 +11,9 @@
% state_var = 3; % state variable index
% var_vec = get_var_series(fname, varname, copyindex, state_var);
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/jeff_correl.m
===================================================================
--- DART/trunk/matlab/jeff_correl.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/jeff_correl.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -2,10 +2,9 @@
% ens_correl Computes correlation of a variable at a time to a time series of
% another variable (could be the same one)
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/locations_in_region.m
===================================================================
--- DART/trunk/matlab/locations_in_region.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/locations_in_region.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -19,10 +19,9 @@
% EXAMPLE: vertical subsetting
% inds = locations_in_region(locations,[0 360 -90 90 0 1000]); % Everything between 0,1000
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Property changes on: DART/trunk/matlab/locations_in_region.m
___________________________________________________________________
Modified: svn:keywords
- Date Rev Author URL Id
+ Date Revision Author HeadURL Id
Modified: DART/trunk/matlab/plot_bins.m
===================================================================
--- DART/trunk/matlab/plot_bins.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/plot_bins.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -14,10 +14,9 @@
% diagn_file = 'Prior_Diag.nc';
% plot_bins
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 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
%
% <next few lines under version control, do not edit>
% $URL$
Modified: DART/trunk/matlab/plot_correl.m
===================================================================
--- DART/trunk/matlab/plot_correl.m 2010-01-28 23:22:39 UTC (rev 4238)
+++ DART/trunk/matlab/plot_correl.m 2010-01-28 23:41:56 UTC (rev 4239)
@@ -8,10 +8,9 @@
% of information ... the model types are determined and
% additional user input may be queried.
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2009, Data Assimilation Research Section
-% University Corporation for Atmospheric Research
-% Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+%% DART software - Copyright \xA9 2004 - 2010 UCAR. This open source software is
+% provided by UCAR, "as is", without charge, subject to all terms of use at
@@ Diff output truncated at 40000 characters. @@
More information about the Dart-dev
mailing list