[Dart-dev] svn:mergeinfo/ Revision: 12664

dart at ucar.edu dart at ucar.edu
Tue Jun 12 16:04:36 MDT 2018


nancy at ucar.edu
2018-06-12 16:04:36 -0600 (Tue, 12 Jun 2018)
672
soft push to manhattan release.  these changes are
committed today, more will be added by friday:

- 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.

- added more functions to the netcdf_utilities_mod.f90





Index: DART/releases/Manhattan
===================================================================
--- DART/releases/Manhattan	2018-06-12 21:55:34 UTC (rev 12663)
+++ DART/releases/Manhattan	2018-06-12 22:04:36 UTC (rev 12664)

Property changes on: DART/releases/Manhattan
___________________________________________________________________
Modified: svn:mergeinfo
## -7,11 +7,13 ##
 /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_fix_clm_restarts:9634-11919
 /DART/branches/rma_fixed_filenames:10700-10893
## -36,7 +38,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:11347-12590
+/DART/branches/rma_trunk:11347-12663
 /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/releases/Manhattan/CHANGELOG
===================================================================
--- DART/releases/Manhattan/CHANGELOG	2018-06-12 21:55:34 UTC (rev 12663)
+++ DART/releases/Manhattan/CHANGELOG	2018-06-12 22:04:36 UTC (rev 12664)
@@ -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,28 @@
 - Removed makefiles for the obsolete trans_time program.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ MMM DD YYYY :: summary of next changes                    $Revision$
++ Jun 12 2018 :: DART QC 8, closest_member_tool, WRF scripts   Revision: 12664
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
-- note for next release
+- 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.
+
+- added more functions to the netcdf_utilities_mod.f90
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ MMM DD YYYY :: summary of next changes                    $Revision$
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
 # <next few lines under version control, do not edit>
 # $URL$
 # $Revision$


Property changes on: DART/releases/Manhattan/CHANGELOG
___________________________________________________________________
Modified: svn:mergeinfo
## -35,7 +35,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:11347-12590
+/DART/branches/rma_trunk/CHANGELOG:11347-12653
 /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/releases/Manhattan/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90
===================================================================
--- DART/releases/Manhattan/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90	2018-06-12 21:55:34 UTC (rev 12663)
+++ DART/releases/Manhattan/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90	2018-06-12 22:04:36 UTC (rev 12664)

Property changes on: DART/releases/Manhattan/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90
___________________________________________________________________
Modified: svn:mergeinfo
## -63,7 +63,7 ##
 /DART/branches/rma_state_structure_test_dir/obs_kind/DEFAULT_obs_kind_mod.F90:9478-9682
 /DART/branches/rma_state_structure_unit_test/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90:9691-10268
 /DART/branches/rma_state_structure_unit_test/obs_kind/DEFAULT_obs_kind_mod.F90:9697-10274


More information about the Dart-dev mailing list