[Dart-dev] DART/releases Revision: 12139

dart at ucar.edu dart at ucar.edu
Tue Nov 21 09:58:45 MST 2017


nancy at ucar.edu
2017-11-21 09:58:45 -0700 (Tue, 21 Nov 2017)
534
- Added AVISO observation converter.  
- Added a 1D obs-to-a-power forward operator.
- Fixed misleading error messages in the obs_sequence_tool.
- Improved error messages when the wrong string or observation type is
  read from an observation sequence file.
- Updates to the Cosmic Ionosphere observation converter for
  electron density observations. 
- Updates to the ROMS model_mod to support a Mean Dynamic Topography field.  
- Fix for CAM CESM 1.2.1 scripts when more than a single SourceMod file 
  is present in a directory.




Index: DART/releases/classic
===================================================================
--- DART/releases/classic	2017-11-21 16:56:43 UTC (rev 12138)
+++ DART/releases/classic	2017-11-21 16:58:45 UTC (rev 12139)

Property changes on: DART/releases/classic
___________________________________________________________________
Modified: svn:mergeinfo
## -4,4 +4,4 ##
 /DART/branches/gitm_lanai:6571-6652
 /DART/branches/helen:5995-6161
 /DART/branches/trunk_with_cam_style:9473-9540
-/DART/trunk:11352-11694
\ No newline at end of property
+/DART/trunk:11352-12137
\ No newline at end of property
Modified: DART/releases/classic/common/types_mod.f90
===================================================================
--- DART/releases/classic/common/types_mod.f90	2017-11-21 16:56:43 UTC (rev 12138)
+++ DART/releases/classic/common/types_mod.f90	2017-11-21 16:58:45 UTC (rev 12139)
@@ -10,7 +10,7 @@
 implicit none
 private 
 
-public :: i4, i8, r4, c4, r8, c8, digits12
+public :: i2, i4, i8, r4, c4, r8, c8, digits12
 public :: PI, DEG2RAD, RAD2DEG, MISSING_R4, MISSING_R8
 public :: MISSING_I, MISSING_DATA
 public :: SECPERDAY
@@ -39,6 +39,7 @@
 ! all real variables are 64bit, ditto for all integer variables.
 !----------------------------------------------------------------------------
 ! These are TJH's favorites
+! integer, parameter :: i2 = SELECTED_INT_KIND(3)
 ! integer, parameter :: i4 = SELECTED_INT_KIND(8)
 ! integer, parameter :: i8 = SELECTED_INT_KIND(17)
 ! integer, parameter :: r4 = SELECTED_REAL_KIND(6,30)
@@ -48,8 +49,10 @@
 
 ! These comply with the CCM4 standard, as far as I can tell.
 
+  integer, parameter :: i2 = SELECTED_INT_KIND(3)
   integer, parameter :: i4 = SELECTED_INT_KIND(8)
   integer, parameter :: i8 = SELECTED_INT_KIND(13)
+
   integer, parameter :: r4 = SELECTED_REAL_KIND(6,30)
   integer, parameter :: c4 = SELECTED_REAL_KIND(6,30)
 ! comment in only one of the following lines, not both.   the first is the default.

Modified: DART/releases/classic/index.html
===================================================================
--- DART/releases/classic/index.html	2017-11-21 16:56:43 UTC (rev 12138)
+++ DART/releases/classic/index.html	2017-11-21 16:58:45 UTC (rev 12139)
@@ -25,6 +25,8 @@
 </tr>
 </table>
 
+<A HREF="#UserDocs">Documentation</A> /
+<A HREF="#Updates">Updates</A> /
 <A HREF="#Programs">Programs</A> /
 <A HREF="#Models">Models</A> /
 <A HREF="#Namelists">Namelist</A> /
@@ -85,24 +87,23 @@
 and then the <a href="tutorial/index.html">DART/tutorial</a> directory.
 </P>
 <P>
-The latest official release is named "Lanai".  
+The latest official release is named "Manhattan" but it does not
+include support for all the previous models.  Also, after many years
+of maintaining full backwards compatibility with previous releases,
+the Manhattan release is NOT backwards compatible with previous versions.  
+If you cannot use the Manhattan release, this version is named 'Classic' 
+and will continue to be supported.  Serious bugs will be fixed but 
+no new features will be added.
+</P>
+<P>
+Most of the Lanai release information still applies to Classic.
 See the extensive release notes 
 <a href="doc/html/Lanai_release.html">Lanai_release</a>
 which include installation help, a walk-through of building and
 running a model, and then examples of how to use the diagnostics
 to evaluate the success of the assimilation.
-See <a href="doc/html/Lanai_diffs_from_Kodiak.html">Lanai_diffs_from_Kodiak</a>
-for a brief summary of changes since Kodiak, including new functionality,
-new models and tools, and any non-backwards-compatible changes 
-since the Kodiak release.
 </P>
 <P>
-Future releases of DART are expected to have substantial changes 
-and will be less backwards compatible than has been historically 
-true with DART releases.
-New development will continue on a separate subversion branch.
-</P>
-<P>
 Every source file in the DART system has a corresponding .html file that 
 contains specifics for public interfaces in each of the DART modules, 
 for the executable programs which come with DART, and for
@@ -137,13 +138,6 @@
 </P>
 
 <P>


More information about the Dart-dev mailing list