[Dart-dev] Added/ Revision: 11770

dart at ucar.edu dart at ucar.edu
Tue Jun 27 10:14:59 MDT 2017


thoar at ucar.edu
2017-06-27 10:14:57 -0600 (Tue, 27 Jun 2017)
78
Rectifying the changes committed to the Manhattan branch with the rma_trunk.




Modified: DART/branches/rma_trunk/CHANGELOG
===================================================================
--- DART/branches/rma_trunk/CHANGELOG	2017-06-27 16:03:11 UTC (rev 11769)
+++ DART/branches/rma_trunk/CHANGELOG	2017-06-27 16:14:57 UTC (rev 11770)
@@ -346,6 +346,9 @@
 We have removed 'output_state_vector' from the namelist of all model_mods since
 we no longer output a single 1d vector.  all i/o is now in netcdf format.
 
+Models now have more control over when vertical conversion happens - on demand
+as needed, or all up front before assimilation.
+
 Models that were doing vertical conversion in get_state_meta_data should set:
 &assim_tools_nml
    convert_all_state_verticals_first = .true.
@@ -369,9 +372,6 @@
 modules into a location_io_mod which contains common functions for creating
 and writing 'location' variables for any location type.
 
-Models now have more control over when vertical conversion happens - on demand
-as needed, or all up front before assimilation.
-
 QTY_RAW_STATE_VARIABLE is redundant and was shortened to QTY_STATE_VARIABLE
 
 Many utility programs use the template/model_mod.f90 because they don't
@@ -389,55 +389,65 @@
 is a tool to generate and append to the file any other ensemble size required.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ June 27rd 2017 :: $Revision$
++ Jun 2nd 2017 :: tutorial, DART_LAB, and various updates Revision: 11696
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
-Updated support for CICE5.
+- bring the DART tutorial pdf slides up to date with the current release.
 
-Updated support for model_mod_check - now compatible with netCDF input files, 
-input is through [input,output]_state_files namelist variable 
-(variables renamed).
+- include new GUIs with adaptive inflation options in DART_LAB:
+  oned_model_inf.m
+  run_lorenz_96_inf.m
 
-lorenz_96_2scale model now supported by netCDF input - additional kinds of 
-QTY_SMALL_SCALE_STATE and QTY_LARGE_SCALE_STATE added as required.
+- added the lorenz_96_2scale model - 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. 
+- add useful attributes to the variables in the diagnostic files
 
-Ensured consistency between low-order namelists and the updated DART tutorial.
+- updates and minor bug fixes to the matlab diagnostic scripts
 
-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'). 
+- updates to the default input.nmls for models
 
-netcdf_utilities_mod: more routines for defining and reading netCDF 
-dimensions and variables.
+- updates to the cam-fv shell scripts to work with the cesm 2.0 framework
 
-Added more QUANTITIES/KINDS for chemistry species.
+- updates to the cam-fv model_mod for support of cam-chem variables
+  Added more QUANTITIES/KINDS for chemistry species.
+  Removed support for 'stand-alone' CAM and CAM-SE (cam-se will be a separate 'model'). 
 
-Including model and variable metadata/ancillary data when creating files 
-from scratch.
+- major bug fix in the simple_advection model_mod: Fixed an error with 
+  the layout of the state vector. 
 
-Matlab diagnostics have default filenames that match DART defaults. 
+- 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.
 
-New DART_LABb GUIs demonstrating adaptive inflation: oned_model_inf.m, 
-run_lorenz_96_inf.m
+- bug fix in the wrf model_mod for fields which have a vertical stagger
 
-renamed QTY_RAW_STATE_VARIABLE to QTY_STATE_VARIABLE  (RAW is redundant)
+- fix to the makefiles for the GSI2DART observation converter
 
-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)
+- added additional netcdf and location utility routines
 
-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.
+- various fixes to documentation and test code
 
-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.
+- renamed QTY_RAW_STATE_VARIABLE to QTY_STATE_VARIABLE  (RAW is redundant)


More information about the Dart-dev mailing list