[Dart-dev] DART/branches Revision: 12211

dart at ucar.edu dart at ucar.edu
Mon Dec 18 11:02:52 MST 2017


nancy at ucar.edu
2017-12-18 11:02:45 -0700 (Mon, 18 Dec 2017)
125
fold changes to the trunk onto dan's quad filter branch.
include latest changes for squared obs and partial obs_seq
writes.




Index: DART/branches/quadfilter
===================================================================
--- DART/branches/quadfilter	2017-12-18 17:56:37 UTC (rev 12210)
+++ DART/branches/quadfilter	2017-12-18 18:02:45 UTC (rev 12211)

Property changes on: DART/branches/quadfilter
___________________________________________________________________
Modified: svn:mergeinfo
## -1,4 +1,8 ##
+/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
\ No newline at end of property
+/DART/branches/helen:5995-6161
+/DART/branches/trunk_with_cam_style:9473-9540
+/DART/releases/classic:11352-12209
+/DART/trunk:7410-12163
\ No newline at end of property
Modified: DART/branches/quadfilter/DART_LAB/DART_LAB.html
===================================================================
--- DART/branches/quadfilter/DART_LAB/DART_LAB.html	2017-12-18 17:56:37 UTC (rev 12210)
+++ DART/branches/quadfilter/DART_LAB/DART_LAB.html	2017-12-18 18:02:45 UTC (rev 12211)
@@ -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>
@@ -53,17 +53,25 @@
 Here are the PDF files for the presentation part of the tutorial:
 </P>
 <UL>
-<LI><A HREF="presentation/DART_LAB_section01.pdf">Section 1:</A> The basics in 1D.</LI>
-<LI><A HREF="presentation/DART_LAB_section02.pdf">Section 2:</A> How should observations of a state variable impact an unobserved state variable? Multivariate assimilation.</LI>
-<LI><A HREF="presentation/DART_LAB_section03.pdf">Section 3:</A> Sampling error and localization.</LI>
-<LI><A HREF="presentation/DART_section4.pdf">Section 4:</A> The Ensemble Kalman Filter (Perturbed Observations).</LI>
+<LI><A HREF="presentation/DART_LAB_Section01.pdf">Section 1:</A> The basics in 1D.</LI>
+<LI><A HREF="presentation/DART_LAB_Section02.pdf">Section 2:</A> How should observations of a state variable impact an unobserved state variable? Multivariate assimilation.</LI>
+<LI><A HREF="presentation/DART_LAB_Section03.pdf">Section 3:</A> Sampling error and localization.</LI>
+<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
@@ -90,7 +98,6 @@
 and type the names at the prompt.
 </P>
 
-
 <!--==================================================================-->
 <!-- Legalese & Metadata                                              -->
 <!--==================================================================-->

Deleted: DART/branches/quadfilter/DART_LAB/matlab/advance_oned.m
===================================================================
--- DART/branches/quadfilter/DART_LAB/matlab/advance_oned.m	2017-12-18 17:56:37 UTC (rev 12210)
+++ DART/branches/quadfilter/DART_LAB/matlab/advance_oned.m	2017-12-18 18:02:45 UTC (rev 12211)
@@ -1,28 +0,0 @@
-function x_new = advance_oned(x, alpha, model_bias)
-%% advance_oned(x, alpha, model_bias)
-
-%% 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
-%
-% DART $Id$
-
-x_new = x + comp_dt(x, alpha, model_bias);
-end
-
-%---------------------------------------------------
-


More information about the Dart-dev mailing list