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

dart at ucar.edu dart at ucar.edu
Fri Jun 15 07:44:26 MDT 2018


thoar at ucar.edu
2018-06-15 07:44:26 -0600 (Fri, 15 Jun 2018)
77
Updating to the rma_trunk ... DART QC=8, Moha's inflation namelist setting.




Index: DART/branches/cesm_clm
===================================================================
--- DART/branches/cesm_clm	2018-06-14 20:07:15 UTC (rev 12670)
+++ DART/branches/cesm_clm	2018-06-15 13:44:26 UTC (rev 12671)

Property changes on: DART/branches/cesm_clm
___________________________________________________________________
Modified: svn:mergeinfo
## -7,12 +7,15 ##
 /DART/branches/helen:5989-6155
 /DART/branches/mmc:12038-12269
 /DART/branches/model_mod_changes:11403-11604
+/DART/branches/qc8:12643-12657
 /DART/branches/rma_array_nml:11814-11839
 /DART/branches/rma_cam_fv:9552-9728
 /DART/branches/rma_cf_conventions:9727-10086
 /DART/branches/rma_cice:10649-10852
 /DART/branches/rma_clm:8905-9126
+/DART/branches/rma_closest_member_tool:12576-12617
 /DART/branches/rma_diag:9623-9737
+/DART/branches/rma_fill_inf:12517-12656
 /DART/branches/rma_fix_clm_restarts:9634-11919
 /DART/branches/rma_fixed_filenames:10702-10895
 /DART/branches/rma_kinds_to_state_structure:8952-9431
## -36,7 +39,7 ##
 /DART/branches/rma_sprint:8095-8166
 /DART/branches/rma_state_structure_test_dir:9472-9676
 /DART/branches/rma_state_structure_unit_test:9691-10268
-/DART/branches/rma_trunk:12108-12595
+/DART/branches/rma_trunk:12108-12670
 /DART/branches/rma_trunk_clamping:8786-8801
 /DART/branches/rma_trunk_filename:8011-8157
 /DART/branches/rma_trunk_get_state_fun:8568-8596
Modified: DART/branches/cesm_clm/CHANGELOG
===================================================================
--- DART/branches/cesm_clm/CHANGELOG	2018-06-14 20:07:15 UTC (rev 12670)
+++ DART/branches/cesm_clm/CHANGELOG	2018-06-15 13:44:26 UTC (rev 12671)
@@ -701,7 +701,7 @@
 - Updated the location module test programs.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ May DD 2018 :: enhanced inflation option, scripting       $Revision$
++ May 21 2018 :: enhanced inflation option, scripting          Revision: 12591
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 - Enhanced inflation algorithm added.  See the filter_mod.html for new
@@ -749,11 +749,28 @@
 - Removed makefiles for the obsolete trans_time program.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Jun 12 2018 :: DART QC 8, closest_member_tool, WRF scripts   Revision: XXXXX 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- 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$
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
-- obs_diag reports statistics on DART QC 8, observation failed vertical
-
 # <next few lines under version control, do not edit>
 # $URL$
 # $Revision$

Index: DART/branches/cesm_clm/assimilation_code/modules/assimilation/assim_tools_mod.f90
===================================================================
--- DART/branches/cesm_clm/assimilation_code/modules/assimilation/assim_tools_mod.f90	2018-06-14 20:07:15 UTC (rev 12670)
+++ DART/branches/cesm_clm/assimilation_code/modules/assimilation/assim_tools_mod.f90	2018-06-15 13:44:26 UTC (rev 12671)

Property changes on: DART/branches/cesm_clm/assimilation_code/modules/assimilation/assim_tools_mod.f90
___________________________________________________________________
Modified: svn:mergeinfo
## -26,6 +26,7 ##
 /DART/branches/rma_clm/assimilation_code/modules/assimilation/assim_tools_mod.f90:8905-9126
 /DART/branches/rma_diag/assim_tools/assim_tools_mod.f90:9623-9737
 /DART/branches/rma_diag/assimilation_code/modules/assimilation/assim_tools_mod.f90:9623-9737
+/DART/branches/rma_fill_inf/assimilation_code/modules/assimilation/assim_tools_mod.f90:12517-12656
 /DART/branches/rma_fix_clm_restarts/assimilation_code/modules/assimilation/assim_tools_mod.f90:11845-11919
 /DART/branches/rma_fixed_filenames/assim_tools/assim_tools_mod.f90:10702-10895
 /DART/branches/rma_fixed_filenames/assimilation_code/modules/assimilation/assim_tools_mod.f90:10702-10895
## -63,7 +64,7 ##
 /DART/branches/rma_state_structure_test_dir/assimilation_code/modules/assimilation/assim_tools_mod.f90:9472-9676
 /DART/branches/rma_state_structure_unit_test/assim_tools/assim_tools_mod.f90:9691-10268
 /DART/branches/rma_state_structure_unit_test/assimilation_code/modules/assimilation/assim_tools_mod.f90:9691-10268
-/DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.f90:9634-9728,12108-12595
+/DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.f90:9634-9728,12108-12670
 /DART/branches/rma_trunk_clamping/assimilation_code/modules/assimilation/assim_tools_mod.f90:8786-8801


More information about the Dart-dev mailing list