[Dart-dev] Added/ Revision: 11771

dart at ucar.edu dart at ucar.edu
Tue Jun 27 10:19:58 MDT 2017


thoar at ucar.edu
2017-06-27 10:19:58 -0600 (Tue, 27 Jun 2017)
174
Bringing up-to-date with the rma_trunk.
Updating namelists to match code and documentation - more under way.
Updates for CICE5.
Updates for cam-fv CESM2_0_beta05 scripting.




Index: DART/releases/Manhattan
===================================================================
--- DART/releases/Manhattan	2017-06-27 16:14:57 UTC (rev 11770)
+++ DART/releases/Manhattan	2017-06-27 16:19:58 UTC (rev 11771)

Property changes on: DART/releases/Manhattan
___________________________________________________________________
Modified: svn:mergeinfo
## -14,6 +14,7 ##
 /DART/branches/rma_fixed_filenames:10708-10901
 /DART/branches/rma_kinds_to_state_structure:8958-9437
 /DART/branches/rma_kinds_to_state_strucutre:8909-8957
+/DART/branches/rma_mmc:11731-11755
 /DART/branches/rma_model_mod_check:8965-9178
 /DART/branches/rma_mpas_fold_mean_fwd:9348-9458
 /DART/branches/rma_mpas_get_state_meta_data:8871-8890
## -30,7 +31,7 ##
 /DART/branches/rma_sprint:8101-8172
 /DART/branches/rma_state_structure_test_dir:9478-9682
 /DART/branches/rma_state_structure_unit_test:9697-10274
-/DART/branches/rma_trunk:11355-11693
+/DART/branches/rma_trunk:11355-11770
 /DART/branches/rma_trunk_clamping:8792-8807
 /DART/branches/rma_trunk_filename:8017-8163
 /DART/branches/rma_trunk_get_state_fun:8574-8602
\ No newline at end of property
Modified: DART/releases/Manhattan/CHANGELOG
===================================================================
--- DART/releases/Manhattan/CHANGELOG	2017-06-27 16:14:57 UTC (rev 11770)
+++ DART/releases/Manhattan/CHANGELOG	2017-06-27 16:19:58 UTC (rev 11771)
@@ -293,7 +293,7 @@
 
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ May 5th 2017 :: major changes to model_mod interfaces  Revision: 11626 
++ May 5th 2017 :: major changes to model_mod interfaces  Revision: 11615
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 A long-awaited overhaul of the model_mod interfaces. All models which are
@@ -389,14 +389,17 @@
 is a tool to generate and append to the file any other ensemble size required.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Jun 2nd 2017 :: tutorial, DART_LAB, and various updates $Revision$
++ Jun 2nd 2017 :: tutorial, DART_LAB, and various updates Revision: 11696
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 - bring the DART tutorial pdf slides up to date with the current release.
 
-- include new GUIs with inflation options in DART_LAB
+- include new GUIs with adaptive inflation options in DART_LAB:
+  oned_model_inf.m
+  run_lorenz_96_inf.m
 
-- added the lorenz_96_2scale model
+- added the lorenz_96_2scale model - additional kinds of 
+  QTY_SMALL_SCALE_STATE and QTY_LARGE_SCALE_STATE added as required.
 
 - add useful attributes to the variables in the diagnostic files
 
@@ -407,10 +410,16 @@
 - updates to the cam-fv shell scripts to work with the cesm 2.0 framework
 
 - 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'). 
 
-- major bug fix in the simple_advection model_mod
+- major bug fix in the simple_advection model_mod: Fixed an error with 
+  the layout of the state vector. 
 
-- bug fix in the radar forward operator if the fall velocity is not in the state vector
+- 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.
 
 - bug fix in the wrf model_mod for fields which have a vertical stagger
 
@@ -420,8 +429,33 @@
 
 - various fixes to documentation and test code
 
+- renamed QTY_RAW_STATE_VARIABLE to QTY_STATE_VARIABLE  (RAW is redundant)
 
+- 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.
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ 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).
+
+Ensured consistency between low-order namelists and the updated DART tutorial.
+Updated documentation of many namelists. More to come.


More information about the Dart-dev mailing list