[Dart-dev] DART/branches Revision: 12702

dart at ucar.edu dart at ucar.edu
Mon Jul 2 11:17:48 MDT 2018


nancy at ucar.edu
2018-07-02 11:17:48 -0600 (Mon, 02 Jul 2018)
234
merge all recent changes from the rma_trunk onto
the gigg branch.  the remaining changes between 
gigg and rma_trunk are the gigg-specific changes
that need to be merged onto the rma_trunk branch
and then into the manhattan release.




Index: DART/branches/gigg
===================================================================
--- DART/branches/gigg	2018-06-29 17:53:46 UTC (rev 12701)
+++ DART/branches/gigg	2018-07-02 17:17:48 UTC (rev 12702)

Property changes on: DART/branches/gigg
___________________________________________________________________
Modified: svn:mergeinfo
## -7,12 +7,15 ##
 /DART/branches/helen:5987-6153
 /DART/branches/mmc:12038-12269
 /DART/branches/model_mod_changes:11401-11602
+/DART/branches/qc8:12643-12657
 /DART/branches/rma_array_nml:11814-11839
 /DART/branches/rma_cam_fv:9550-9726
 /DART/branches/rma_cf_conventions:9725-10084
 /DART/branches/rma_cice:10647-10850
 /DART/branches/rma_clm:8903-9124
+/DART/branches/rma_closest_member_tool:12576-12617
 /DART/branches/rma_diag:9621-9735
+/DART/branches/rma_fill_inf:12517-12656
 /DART/branches/rma_fix_clm_restarts:9634-11919
 /DART/branches/rma_fixed_filenames:10700-10893
 /DART/branches/rma_kinds_to_state_structure:8950-9429
## -36,7 +39,7 ##
 /DART/branches/rma_sprint:8093-8164
 /DART/branches/rma_state_structure_test_dir:9470-9674
 /DART/branches/rma_state_structure_unit_test:9689-10266
-/DART/branches/rma_trunk:11851-12590
+/DART/branches/rma_trunk:11851-12701
 /DART/branches/rma_trunk_clamping:8784-8799
 /DART/branches/rma_trunk_filename:8009-8155
 /DART/branches/rma_trunk_get_state_fun:8566-8594
Modified: DART/branches/gigg/CHANGELOG
===================================================================
--- DART/branches/gigg/CHANGELOG	2018-06-29 17:53:46 UTC (rev 12701)
+++ DART/branches/gigg/CHANGELOG	2018-07-02 17:17:48 UTC (rev 12702)
@@ -697,7 +697,7 @@
 - Updated the location module test programs.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ May DD 2018 :: enhanced inflation option, WRF scripting      Revision: 12591 
++ May 21 2018 :: enhanced inflation option, scripting          Revision: 12591
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 - Enhanced inflation algorithm added.  See the filter_mod.html for new
@@ -745,12 +745,37 @@
 - Removed makefiles for the obsolete trans_time program.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Jun 18 2018 :: CAM/CESM 2.0, DART QC 8, closest_member_tool  Revision: XXXXX 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- Support for CAM assimilations in the CESM 2.0 release.  See 
+  documentation in models/cam-fv/doc/README_cam-fv for details.
+
+- obs_diag and matlab scripts updated to report statistics on DART QC 8, 
+  observation failed vertical conversion
+
+- Updates to fix minor problems with the new WRF scripts
+
+- Added the 'inf_sd_max_change' namelist item to all input.nml files for
+  the enhanced inflation option
+
+- Revival of the closest_member_tool, which now runs in parallel on
+  all ensemble members at one time.  This tool can be used as a template
+  for any other tools which need to process something for all ensemble
+  members in parallel.
+
+- Revival of the fill_inflation_restart tool as a Fortran 90 program.
+  Using ncap2 is still possible, but if the correct version is not
+  installed or available this tool can be used.
+
+- Added more functions to the netcdf_utilities_mod.f90
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 + MMM DD YYYY :: summary of next changes                    $Revision$
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 - note for next release
 
-
 # <next few lines under version control, do not edit>
 # $URL$
 # $Revision$


Property changes on: DART/branches/gigg/CHANGELOG
___________________________________________________________________
Modified: svn:mergeinfo
## -36,7 +36,7 ##
 /DART/branches/rma_sprint/CHANGELOG:8093-8164
 /DART/branches/rma_state_structure_test_dir/CHANGELOG:9470-9674
 /DART/branches/rma_state_structure_unit_test/CHANGELOG:9689-10266
-/DART/branches/rma_trunk/CHANGELOG:11851-12590
+/DART/branches/rma_trunk/CHANGELOG:11851-12701
 /DART/branches/rma_trunk_clamping/CHANGELOG:8784-8799
 /DART/branches/rma_trunk_filename/CHANGELOG:8009-8155
 /DART/branches/rma_trunk_get_state_fun/CHANGELOG:8566-8594
Index: DART/branches/gigg/assimilation_code/modules/assimilation/assim_tools_mod.f90
===================================================================


More information about the Dart-dev mailing list