[Dart-dev] [4238] DART/trunk/DART_LAB/matlab: new terms of use - function names match file names

nancy at ucar.edu nancy at ucar.edu
Thu Jan 28 16:22:39 MST 2010


Revision: 4238
Author:   thoar
Date:     2010-01-28 16:22:39 -0700 (Thu, 28 Jan 2010)
Log Message:
-----------
new terms of use - function names match file names

Modified Paths:
--------------
    DART/trunk/DART_LAB/matlab/advance_oned.m
    DART/trunk/DART_LAB/matlab/comp_cov_factor.m
    DART/trunk/DART_LAB/matlab/g_prod_plot.m
    DART/trunk/DART_LAB/matlab/gaussian_product.m
    DART/trunk/DART_LAB/matlab/get_ens_rank.m
    DART/trunk/DART_LAB/matlab/get_state_increments.m
    DART/trunk/DART_LAB/matlab/lorenz_63_adv_1step.m
    DART/trunk/DART_LAB/matlab/lorenz_63_static_init_model.m
    DART/trunk/DART_LAB/matlab/lorenz_96_adv_1step.m
    DART/trunk/DART_LAB/matlab/lorenz_96_static_init_model.m
    DART/trunk/DART_LAB/matlab/obs_increment_eakf.m
    DART/trunk/DART_LAB/matlab/obs_increment_enkf.m
    DART/trunk/DART_LAB/matlab/obs_increment_rhf.m
    DART/trunk/DART_LAB/matlab/oned_ensemble.m
    DART/trunk/DART_LAB/matlab/oned_model.m
    DART/trunk/DART_LAB/matlab/plot_gaussian.m
    DART/trunk/DART_LAB/matlab/plot_polar.m
    DART/trunk/DART_LAB/matlab/product_of_gaussians.m
    DART/trunk/DART_LAB/matlab/run_lorenz_63.m
    DART/trunk/DART_LAB/matlab/run_lorenz_96.m
    DART/trunk/DART_LAB/matlab/run_template.m
    DART/trunk/DART_LAB/matlab/twod_ensemble.m

Property Changed:
----------------
    DART/trunk/DART_LAB/matlab/advance_oned.m
    DART/trunk/DART_LAB/matlab/comp_cov_factor.m
    DART/trunk/DART_LAB/matlab/g_prod_plot.m
    DART/trunk/DART_LAB/matlab/gaussian_product.m
    DART/trunk/DART_LAB/matlab/get_ens_rank.m
    DART/trunk/DART_LAB/matlab/get_state_increments.m
    DART/trunk/DART_LAB/matlab/lorenz_63_adv_1step.m
    DART/trunk/DART_LAB/matlab/lorenz_63_static_init_model.m
    DART/trunk/DART_LAB/matlab/lorenz_96_adv_1step.m
    DART/trunk/DART_LAB/matlab/lorenz_96_static_init_model.m
    DART/trunk/DART_LAB/matlab/obs_increment_eakf.m
    DART/trunk/DART_LAB/matlab/obs_increment_enkf.m
    DART/trunk/DART_LAB/matlab/obs_increment_rhf.m
    DART/trunk/DART_LAB/matlab/oned_ensemble.m
    DART/trunk/DART_LAB/matlab/oned_model.m
    DART/trunk/DART_LAB/matlab/plot_gaussian.m
    DART/trunk/DART_LAB/matlab/plot_polar.m
    DART/trunk/DART_LAB/matlab/product_of_gaussians.m
    DART/trunk/DART_LAB/matlab/run_lorenz_63.m
    DART/trunk/DART_LAB/matlab/run_lorenz_96.m
    DART/trunk/DART_LAB/matlab/run_template.m
    DART/trunk/DART_LAB/matlab/twod_ensemble.m

-------------- next part --------------
Modified: DART/trunk/DART_LAB/matlab/advance_oned.m
===================================================================
--- DART/trunk/DART_LAB/matlab/advance_oned.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/advance_oned.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,9 +1,9 @@
 function x_new = advance_oned(x, alpha, model_bias)
+% advance_oned(x, alpha, model_bias)
 
-% 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/DART_LAB/matlab/advance_oned.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/comp_cov_factor.m
===================================================================
--- DART/trunk/DART_LAB/matlab/comp_cov_factor.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/comp_cov_factor.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,10 +1,9 @@
 function cov_factor = comp_cov_factor(z_in, c)
-% Gaspari Cohn cutoff, z_in is the distance while c is the cutoff
+% comp_cov_factor Gaspari Cohn cutoff, z_in is the distance while c is the cutoff
 
-% 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/DART_LAB/matlab/comp_cov_factor.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/g_prod_plot.m
===================================================================
--- DART/trunk/DART_LAB/matlab/g_prod_plot.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/g_prod_plot.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,10 +1,9 @@
 function [prior_mean, prior_sd, obs_mean, obs_err_sd, is_err] = g_prod_plot(h)
-% Updates the plot of the prior and observation gaussians
+% g_prod_plot Updates the plot of the prior and observation gaussians
 
-% 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/DART_LAB/matlab/g_prod_plot.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/gaussian_product.m
===================================================================
--- DART/trunk/DART_LAB/matlab/gaussian_product.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/gaussian_product.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -13,10 +13,9 @@
 % See also: oned_model, oned_ensemble, twod_ensemble, run_lorenz_63, 
 %           run_lorenz_96
 
-% 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$
@@ -24,8 +23,6 @@
 % $Revision$
 % $Date$
 
-% Last Modified by GUIDE v2.5 21-Mar-2009 22:11:31
-
 % Begin initialization code - DO NOT EDIT
 gui_Singleton = 1;
 gui_State = struct('gui_Name',       mfilename, ...


Property changes on: DART/trunk/DART_LAB/matlab/gaussian_product.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/get_ens_rank.m
===================================================================
--- DART/trunk/DART_LAB/matlab/get_ens_rank.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/get_ens_rank.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,9 +1,9 @@
 function [rank] = get_ens_rank(ens, x)
+% get_ens_rank
 
-% 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/DART_LAB/matlab/get_ens_rank.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/get_state_increments.m
===================================================================
--- DART/trunk/DART_LAB/matlab/get_state_increments.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/get_state_increments.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,11 +1,10 @@
 function [state_incs] = get_state_increments(state_ens, obs_ens, obs_incs)
-% Computes state increments given observation increments and
+% get_state_increments Computes state increments given observation increments and
 % the state and obs prior ensembles
 
-% 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/DART_LAB/matlab/get_state_increments.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/lorenz_63_adv_1step.m
===================================================================
--- DART/trunk/DART_LAB/matlab/lorenz_63_adv_1step.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/lorenz_63_adv_1step.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,13 +1,12 @@
 function[x_new, time_new] = lorenz_63_adv_1step(x, time)
-% Does a single time step advance for lorenz convective 3 variable model
-% using two step runge-kutta time step
+% lorenz_63)adv_1step advances the lorenz convective 3 variable model
+% for a single two step runge-kutta time step
 %
 % x is the 3-vector state, time is the 2-vector days and seconds time
 
-% Data Assimilation Research Testbed -- DART
-% Copyright 2004-2007, 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/DART_LAB/matlab/lorenz_63_adv_1step.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/lorenz_63_static_init_model.m
===================================================================
--- DART/trunk/DART_LAB/matlab/lorenz_63_static_init_model.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/lorenz_63_static_init_model.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,10 +1,9 @@
-% Initializes class data for L63, sets up global storage
+% lorenz_63_static_init_model Initializes class data for L63, sets up global storage
 % and reads in control data from input 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$


Property changes on: DART/trunk/DART_LAB/matlab/lorenz_63_static_init_model.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/lorenz_96_adv_1step.m
===================================================================
--- DART/trunk/DART_LAB/matlab/lorenz_96_adv_1step.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/lorenz_96_adv_1step.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,12 +1,11 @@
 function[x_new, time_new] = lorenz_96_adv_1step(x, time)
-% Does a single time step advance for lorenz_96 40-variable model using four step runge-kutta time step
+% lorenz_96_adv_1step Does a single time step advance for lorenz_96 40-variable model using four step runge-kutta time step
 %
 % x is the 40-vector state, time is the 2-vector days and seconds time
 
-% 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/DART_LAB/matlab/lorenz_96_adv_1step.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/lorenz_96_static_init_model.m
===================================================================
--- DART/trunk/DART_LAB/matlab/lorenz_96_static_init_model.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/lorenz_96_static_init_model.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,10 +1,9 @@
-% Initializes class data for L96, sets up global storage
+% lorenz_96_static_init_model Initializes class data for L96, sets up global storage
 % and reads in control data from input 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$


Property changes on: DART/trunk/DART_LAB/matlab/lorenz_96_static_init_model.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/obs_increment_eakf.m
===================================================================
--- DART/trunk/DART_LAB/matlab/obs_increment_eakf.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/obs_increment_eakf.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,10 +1,9 @@
 function [obs_increments, err] =  obs_increment_eakf(ensemble, observation, obs_error_var)
-% Computes increments for an ensemble adjustment filter
+% obs_increment_eakf Computes increments for an ensemble adjustment filter
 
-% 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/DART_LAB/matlab/obs_increment_eakf.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/obs_increment_enkf.m
===================================================================
--- DART/trunk/DART_LAB/matlab/obs_increment_enkf.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/obs_increment_enkf.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,10 +1,9 @@
-function [obs_increments, err] =  obs_increment_eakf(ensemble, observation, obs_error_var)
-% Computes increments for an ensemble Kalman filter with perturbed obs mean correction.
+function [obs_increments, err] =  obs_increment_enkf(ensemble, observation, obs_error_var)
+% obs_increment_enkf Computes increments for an ensemble Kalman filter with perturbed obs mean correction.
 
-% 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/DART_LAB/matlab/obs_increment_enkf.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/obs_increment_rhf.m
===================================================================
--- DART/trunk/DART_LAB/matlab/obs_increment_rhf.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/obs_increment_rhf.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,12 +1,11 @@
-function [obs_increments, err] =  obs_increment_eakf(ensemble, observation, obs_error_var)
-% Computes increments for a rank histogram filter
+function [obs_increments, err] =  obs_increment_rhf(ensemble, observation, obs_error_var)
+% obs_increment_rhf Computes increments for a rank histogram filter
 % Need to discuss the available options eventually
 % For now this implements the default options
 
-% 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/DART_LAB/matlab/obs_increment_rhf.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/oned_ensemble.m
===================================================================
--- DART/trunk/DART_LAB/matlab/oned_ensemble.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/oned_ensemble.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -32,10 +32,9 @@
 % See also: gaussian_product, oned_model, twod_ensemble, run_lorenz_63, 
 %           run_lorenz_96
 
-% 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/DART_LAB/matlab/oned_ensemble.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/oned_model.m
===================================================================
--- DART/trunk/DART_LAB/matlab/oned_model.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/oned_model.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -38,10 +38,9 @@
 % See also: gaussian_product, oned_ensemble, twod_ensemble, run_lorenz_63, 
 %           run_lorenz_96
 
-% 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/DART_LAB/matlab/oned_model.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/plot_gaussian.m
===================================================================
--- DART/trunk/DART_LAB/matlab/plot_gaussian.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/plot_gaussian.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,10 +1,9 @@
 function[plot_handle] = plot_gaussian(mean, sd, weight)
-% Plot gaussian over 5 standard deviations
+% plot_gaussian Plot gaussian over 5 standard deviations
 
-% 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/DART_LAB/matlab/plot_gaussian.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/plot_polar.m
===================================================================
--- DART/trunk/DART_LAB/matlab/plot_polar.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/plot_polar.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,10 +1,9 @@
 function h = plot_polar(y, x, mean_dist, string, model_size)
-%
+% plot_polar
 
-% 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/DART_LAB/matlab/plot_polar.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/product_of_gaussians.m
===================================================================
--- DART/trunk/DART_LAB/matlab/product_of_gaussians.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/product_of_gaussians.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -1,11 +1,10 @@
-function [post_mean post_sd weight] =...
+function [post_mean post_sd weight] = ...
    product_of_gaussians(prior_mean, prior_sd, obs, obs_err_sd) 
-% Computes mean, variance and weight of the product of two unit gaussians given the mean and standard deviation of each.
+% product_of_gaussians Computes mean, variance and weight of the product of two unit gaussians given the mean and standard deviation of each.
 
-% 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/DART_LAB/matlab/product_of_gaussians.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/run_lorenz_63.m
===================================================================
--- DART/trunk/DART_LAB/matlab/run_lorenz_63.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/run_lorenz_63.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -33,10 +33,9 @@
 % See also: gaussian_product, oned_model, oned_ensemble, twod_ensemble, 
 %           run_lorenz_96
 
-% 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$
@@ -44,8 +43,6 @@
 % $Revision$
 % $Date$
 
-% Last Modified by GUIDE v2.5 02-Jun-2009 14:20:57
-
 % Begin initialization code - DO NOT EDIT
 gui_Singleton = 1;
 gui_State = struct('gui_Name',       mfilename, ...


Property changes on: DART/trunk/DART_LAB/matlab/run_lorenz_63.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/run_lorenz_96.m
===================================================================
--- DART/trunk/DART_LAB/matlab/run_lorenz_96.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/run_lorenz_96.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -24,10 +24,9 @@
 % See also: gaussian_product, oned_model, oned_ensemble, twod_ensemble, 
 %           run_lorenz_63
 
-% 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$
@@ -35,8 +34,6 @@
 % $Revision$
 % $Date$
 
-% Last Modified by GUIDE v2.5 31-Aug-2009 11:38:57
-
 % Begin initialization code - DO NOT EDIT
 gui_Singleton = 1;
 gui_State = struct('gui_Name',       mfilename, ...


Property changes on: DART/trunk/DART_LAB/matlab/run_lorenz_96.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/run_template.m
===================================================================
--- DART/trunk/DART_LAB/matlab/run_template.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/run_template.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -22,10 +22,9 @@
 
 % Edit the above text to modify the response to help run_template
 
-% 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$
@@ -33,8 +32,6 @@
 % $Revision$
 % $Date$
 
-% Last Modified by GUIDE v2.5 01-Jun-2009 09:36:07
-
 % Begin initialization code - DO NOT EDIT
 gui_Singleton = 1;
 gui_State = struct('gui_Name',       mfilename, ...


Property changes on: DART/trunk/DART_LAB/matlab/run_template.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id

Modified: DART/trunk/DART_LAB/matlab/twod_ensemble.m
===================================================================
--- DART/trunk/DART_LAB/matlab/twod_ensemble.m	2010-01-28 22:54:26 UTC (rev 4237)
+++ DART/trunk/DART_LAB/matlab/twod_ensemble.m	2010-01-28 23:22:39 UTC (rev 4238)
@@ -22,10 +22,9 @@
 % See also: gaussian_product, oned_model, oned_ensemble, run_lorenz_63, 
 %           run_lorenz_96
 
-% 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$
@@ -33,8 +32,6 @@
 % $Revision$
 % $Date$
 
-% Last Modified by GUIDE v2.5 28-Mar-2009 21:43:27
-
 % Begin initialization code - DO NOT EDIT
 gui_Singleton = 1;
 gui_State = struct('gui_Name',       mfilename, ...


Property changes on: DART/trunk/DART_LAB/matlab/twod_ensemble.m
___________________________________________________________________
Modified: svn:keywords
   - Date Rev Author URL Id
   + Date Revision Author HeadURL Id


More information about the Dart-dev mailing list