[Dart-dev] DART/branches Revision: 11452
dart at ucar.edu
dart at ucar.edu
Mon Apr 10 10:21:45 MDT 2017
thoar at ucar.edu
2017-04-10 10:21:42 -0600 (Mon, 10 Apr 2017)
103
Merging in changes from the trunk.
Just before trying to incorporate the changes based on Long's work
Index: DART/branches/Tb
===================================================================
--- DART/branches/Tb 2017-04-09 23:33:00 UTC (rev 11451)
+++ DART/branches/Tb 2017-04-10 16:21:42 UTC (rev 11452)
Property changes on: DART/branches/Tb
___________________________________________________________________
Modified: svn:mergeinfo
## -1,6 +1,7 ##
+/DART/branches/NOGAPS:6328-10846
/DART/branches/development:4680-6255
/DART/branches/gitm:5143-6215
/DART/branches/gitm_lanai:6571-6652
/DART/branches/helen:5995-6161
/DART/branches/trunk_with_cam_style:9473-9540
-/DART/trunk:6273-10001
\ No newline at end of property
+/DART/trunk:6273-11451
\ No newline at end of property
Modified: DART/branches/Tb/DART_LAB/DART_LAB.html
===================================================================
--- DART/branches/Tb/DART_LAB/DART_LAB.html 2017-04-09 23:33:00 UTC (rev 11451)
+++ DART/branches/Tb/DART_LAB/DART_LAB.html 2017-04-10 16:21:42 UTC (rev 11452)
@@ -26,7 +26,7 @@
</table>
<A HREF="#Presentations">Presentations</A> /
-<A HREF="#Matlab">Matlab Programs</A> /
+<A HREF="#Matlab">Matlab® Programs</A> /
<A HREF="#Legalese">TERMS OF USE</A>
<H2>Overview</H2>
@@ -33,7 +33,7 @@
<P>
The files in this directory contain PDF tutorial
-materials on DART, and Matlab exercises. See below for links to the
+materials on DART, and Matlab® exercises. See below for links to the
PDF files and a list of the corresponding matlab scripts.
</P>
<P>
@@ -59,11 +59,19 @@
<LI><A HREF="presentation/DART_LAB_Section04.pdf">Section 4:</A> The Ensemble Kalman Filter (Perturbed Observations).</LI>
</UL>
+<P><strong>Please note:</strong> as Matlab continues to develop its
+GUI capabilities, some features change and the GUIs we have written
+may behave slightly differently with different Matlab versions. In
+early 2016, I rewrote the GUIs such that they (should) work with
+almost all(?) versions of Matlab available at the time. I also chose to consolidate the multiple-figure GUIs into a single,
+rescalable figure so some of the presentation materials may look slightly different than the new tools.
+</P>
+
<!--==================================================================-->
<A NAME="Matlab"></A>
<HR>
-<H2>Matlab Hands-On Exercises</H2>
+<H2>Matlab® Hands-On Exercises</H2>
<P>
In the <em class=file>matlab</em> subdirectory are a set of
Deleted: DART/branches/Tb/DART_LAB/matlab/gaussian_product.fig
===================================================================
(Binary files differ)
Modified: DART/branches/Tb/DART_LAB/matlab/gaussian_product.m
===================================================================
--- DART/branches/Tb/DART_LAB/matlab/gaussian_product.m 2017-04-09 23:33:00 UTC (rev 11451)
+++ DART/branches/Tb/DART_LAB/matlab/gaussian_product.m 2017-04-10 16:21:42 UTC (rev 11452)
@@ -1,4 +1,4 @@
-function varargout = gaussian_product(varargin)
+function gaussian_product
%% GAUSSIAN_PRODUCT demonstrates the product of two gaussian distributions.
%
% This is fundamental to Kalman filters and to ensemble
@@ -7,209 +7,325 @@
% and click on 'Plot Posterior'.
%
% The product (in this case, the 'Posterior') of two gaussians is a gaussian.
-% If the parameters of the two gaussians are known, the parameters of the
+% If the parameters of the two gaussians are known, the parameters of the
% resulting gaussian can be calculated.
%
% See also: oned_model, oned_ensemble, twod_ensemble,
% run_lorenz_63, run_lorenz_96
-%% DART software - Copyright 2004 - 2013 UCAR. This open source software is
+%% DART software - Copyright 2004 - 2016 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
%
% DART $Id$
-% Begin initialization code - DO NOT EDIT
-gui_Singleton = 1;
-gui_State = struct('gui_Name', mfilename, ...
- 'gui_Singleton', gui_Singleton, ...
- 'gui_OpeningFcn', @gaussian_product_OpeningFcn, ...
- 'gui_OutputFcn', @gaussian_product_OutputFcn, ...
More information about the Dart-dev
mailing list