[Dart-dev] DART/branches Revision: 11765

dart at ucar.edu dart at ucar.edu
Tue Jun 27 09:28:57 MDT 2017


thoar at ucar.edu
2017-06-27 09:28:56 -0600 (Tue, 27 Jun 2017)
168
Ensuring namelists are consistent with the code, updating the CHANGELOG to
reflect the changes over the last month or so. Thanks to Iris Polak for the
detective work!




Modified: DART/branches/rma_trunk/CHANGELOG
===================================================================
--- DART/branches/rma_trunk/CHANGELOG	2017-06-27 15:11:48 UTC (rev 11764)
+++ DART/branches/rma_trunk/CHANGELOG	2017-06-27 15:28:56 UTC (rev 11765)
@@ -293,7 +293,7 @@
 
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ May 5th 2017 :: major changes to model_mod interfaces  $Revision$
++ May 5th 2017 :: major changes to model_mod interfaces  Revision: 11615
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 A long-awaited overhaul of the model_mod interfaces. All models which are
@@ -388,7 +388,64 @@
 sizes which were previously in final_full.XX files are included, and there
 is a tool to generate and append to the file any other ensemble size required.
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ June 27rd 2017 :: $Revision$
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
+Updated support for CICE5.
+
+Updated support for model_mod_check - now compatible with netCDF input files, 
+input is through [input,output]_state_files namelist variable 
+(variables renamed).
+
+lorenz_96_2scale model now supported by netCDF input - additional kinds of 
+QTY_SMALL_SCALE_STATE and QTY_LARGE_SCALE_STATE added as required.
+
+simple_advection/model_mod: Fixed a really bad error with the layout of 
+the state vector. 
+
+Ensured consistency between low-order namelists and the updated DART tutorial.
+
+cam-fv: Updates for CIME2.0, add unit conversion of chemical species for 
+CAM-chem, removed support for 'stand-alone' CAM and CAM-SE (cam-se will 
+be a separate 'model'). 
+
+netcdf_utilities_mod: more routines for defining and reading netCDF 
+dimensions and variables.
+
+Added more QUANTITIES/KINDS for chemistry species.
+
+Including model and variable metadata/ancillary data when creating files 
+from scratch.
+
+Matlab diagnostics have default filenames that match DART defaults. 
+
+New DART_LABb GUIs demonstrating adaptive inflation: oned_model_inf.m, 
+run_lorenz_96_inf.m
+
+renamed QTY_RAW_STATE_VARIABLE to QTY_STATE_VARIABLE  (RAW is redundant)
+
+wrf/model_mod: Minimal changes to the wrf model_mod to fix problems with 
+interpolation of fields with a vertical stagger (vertical velocity and 
+geopotential height)
+
+obs_def_radar_mod: Fixed a serious bug in the fall velocity forward operator.
+If the fall speed field is not in the state the test for a bad istatus from 
+the interpolate() call was looking at the wrong variable and returning ok 
+even if interpolate() had set bad values.
+
+direct_netcdf_mod: Renamed 'limit_mem' to 'buffer_state_io'.
+buffer_state_io is now a logical that states if a variable that tells 
+DART it it should read and write variables all at once or variable-by-variable.
+
+location_mod: namelist variable 'maintain_original_vert' was deprecated, 
+it is now removed.  You must remove it from your existing namelists or 
+DART will error out right away.
+
+obs_diag: namelist variables 'rat_cri' and 'input_qc_threshold' have been 
+deprecated for years, they have been removed. You must remove them from 
+your existing namelists or obs_diag will error out right away.
+
 # <next few lines under version control, do not edit>
 # $URL$
 # $Revision$

Modified: DART/branches/rma_trunk/README
===================================================================
--- DART/branches/rma_trunk/README	2017-06-27 15:11:48 UTC (rev 11764)
+++ DART/branches/rma_trunk/README	2017-06-27 15:28:56 UTC (rev 11765)
@@ -22,7 +22,7 @@
 subdirectory.  Start with the index file which explains what each subsection covers.
 
 The DART Manhattan release documentation is on the web:
- http://www.image.ucar.edu/DAReS/DART/Manhattan_release.html
+http://www.image.ucar.edu/DAReS/DART/Manhattan/documentation/html/Manhattan_release.html
 
 and also in the subversion tree here at:
  documentation/html/Manhattan_release.html

Modified: DART/branches/rma_trunk/assimilation_code/location/channel/location_mod.f90
===================================================================
--- DART/branches/rma_trunk/assimilation_code/location/channel/location_mod.f90	2017-06-27 15:11:48 UTC (rev 11764)
+++ DART/branches/rma_trunk/assimilation_code/location/channel/location_mod.f90	2017-06-27 15:28:56 UTC (rev 11765)
@@ -4,6 +4,8 @@
 !
 ! $Id$
 


More information about the Dart-dev mailing list