[Dart-dev] Added/ Revision: 13003

dart at ucar.edu dart at ucar.edu
Wed Mar 6 15:21:34 MST 2019


thoar at ucar.edu
2019-03-06 15:21:34 -0700 (Wed, 06 Mar 2019)
196
Bringing up-to-date with the rma_trunk.

The most pervasive changes are the support for the CICE model and 
the ability to avoid computing the posterior forward operators.
Minor bugfixes to WRF.




Index: DART/branches/cesm_dart_esp
===================================================================
--- DART/branches/cesm_dart_esp	2019-03-05 15:40:57 UTC (rev 13002)
+++ DART/branches/cesm_dart_esp	2019-03-06 22:21:34 UTC (rev 13003)

Property changes on: DART/branches/cesm_dart_esp
___________________________________________________________________
Modified: svn:mergeinfo
## -2,17 +2,23 ##
 /DART/branches/bgrid_sprint:8188-8237
 /DART/branches/bgrid_sprint_state_reorder:8208-8250
 /DART/branches/development:4674-6249
+/DART/branches/gigg:12710-12714
 /DART/branches/gitm:5137-6209
 /DART/branches/gitm_lanai:6565-6646
 /DART/branches/helen:5989-6155
 /DART/branches/mmc:12038-12269
 /DART/branches/model_mod_changes:11403-11604
+/DART/branches/pertirb_tool:12695-12764
+/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_broken:12835-12848
 /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,6 +42,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:12599-13002
 /DART/branches/rma_trunk_clamping:8786-8801
 /DART/branches/rma_trunk_filename:8011-8157
 /DART/branches/rma_trunk_get_state_fun:8568-8596
## -49,4 +56,5 ##
 /DART/branches/rma_types_kinds:11202-11236
 /DART/branches/rma_updates_nancy:11615-11676
 /DART/branches/trunk_with_cam_style:9467-9534
+/DART/branches/yz-cice:12771-12805
 /DART/trunk:6306-9550
\ No newline at end of property
Modified: DART/branches/cesm_dart_esp/CHANGELOG
===================================================================
--- DART/branches/cesm_dart_esp/CHANGELOG	2019-03-05 15:40:57 UTC (rev 13002)
+++ DART/branches/cesm_dart_esp/CHANGELOG	2019-03-06 22:21:34 UTC (rev 13003)
@@ -697,7 +697,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
@@ -745,11 +745,95 @@
 - Removed makefiles for the obsolete trans_time program.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ MMM DD YYYY :: summary of next changes                    $Revision$
++ Jun 18 2018 :: CAM/CESM 2.0, DART QC 8, closest_member_tool  Revision: 12681 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
-- obs_diag reports statistics on DART QC 8, observation failed vertical
+- 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
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Aug 03 2018 :: performance fix for distributed mean          Revision: 12758
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- Important performance fix if model does vertical conversion for localization.
+Results were not wrong but performance was poor if 'distribute_mean = .true.'
+was selected in the &assim_tools_nml namelist.
+Now distributing the mean runs in close to the non-distributed time and uses
+much less memory for large models. This only impacts models which do a vertical
+conversion of either the observation or state vertical coordinate for localization


More information about the Dart-dev mailing list