[Dart-dev] DART/branches Revision: 12816

dart at ucar.edu dart at ucar.edu
Fri Sep 7 17:38:28 MDT 2018


hendric at ucar.edu
2018-09-07 17:38:28 -0600 (Fri, 07 Sep 2018)
344

merging in changes from the rma_trunk and commiting
a simple group communicator for distributing the ensemble
mean.  New subroutine my_vars_to_mpi_groups, which takes a 
state ensemble handle and returns a mean handle that is
distributed in groups of group_size.  Everything compiles
but does not work as expected. I will continue on Monday.




Index: DART/branches/rma_distrib
===================================================================
--- DART/branches/rma_distrib	2018-09-07 22:05:00 UTC (rev 12815)
+++ DART/branches/rma_distrib	2018-09-07 23:38:28 UTC (rev 12816)

Property changes on: DART/branches/rma_distrib
___________________________________________________________________
Modified: svn:mergeinfo
## -41,7 +41,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:12423-12779
+/DART/branches/rma_trunk:12423-12813
 /DART/branches/rma_trunk_clamping:8786-8801
 /DART/branches/rma_trunk_filename:8011-8157
 /DART/branches/rma_trunk_get_state_fun:8568-8596
## -55,4 +55,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/rma_distrib/CHANGELOG
===================================================================
--- DART/branches/rma_distrib/CHANGELOG	2018-09-07 22:05:00 UTC (rev 12815)
+++ DART/branches/rma_distrib/CHANGELOG	2018-09-07 23:38:28 UTC (rev 12816)
@@ -745,7 +745,7 @@
 - Removed makefiles for the obsolete trans_time program.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Jun 18 2018 :: CAM/CESM 2.0, DART QC 8, closest_member_tool  Revision: XXXXX 
++ Jun 18 2018 :: CAM/CESM 2.0, DART QC 8, closest_member_tool  Revision: 12681 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 - Support for CAM assimilations in the CESM 2.0 release.  See 
@@ -786,7 +786,7 @@
 "convert_all_state_verticals_first = .true.' can also be set.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ MMM DD YYYY :: summary of next changes                    $Revision$
++ Aug 14 2018 :: WRF Polar, obs_diag files                     Revision: 12778
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 - fix for WRF's wind direction vectors when using the Polar Stereographic 
@@ -798,6 +798,20 @@
 
 - increased the maximum number of input files to obs_diag from 100 to 10000.
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Aug 31 2018 :: reintegrate CICE branch (yz-cice)             Revision: 12806
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- Yongfei Zhang and Cecilia Bitz had improvements to the CICE model and 
+  observation converters and forward operators. These changes also use the
+  locations of the 'new' glade filesystem. They used CESM tag: cesm2_0_alpha06n
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ MMM DD YYYY :: summary of next changes                    $Revision$
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+
+
 # <next few lines under version control, do not edit>
 # $URL$
 # $Revision$

Modified: DART/branches/rma_distrib/assimilation_code/location/threed_sphere/location_mod.html
===================================================================
--- DART/branches/rma_distrib/assimilation_code/location/threed_sphere/location_mod.html	2018-09-07 22:05:00 UTC (rev 12815)
+++ DART/branches/rma_distrib/assimilation_code/location/threed_sphere/location_mod.html	2018-09-07 23:38:28 UTC (rev 12816)
@@ -143,6 +143,11 @@
 cutoff and the vertical radius is defined by the normalization factors.
 </P>
 
+<P>
+See <a href="#Example">examples below</a> for specific examples that 
+highlight some vertical localization issues.
+</P>
+
 <H4>Different vertical factors per observation type</H4>
 <P>
 Generally a single cutoff value and a single set of normalization
@@ -236,6 +241,61 @@
 location search.
 </P>
 
+<A NAME="Example"></A>
+<H4>Examples and Questions involving vertical issues</H4>
+<H5>Example of specifying a cutoff based on a distance in kilometers</H5>
+<P>
+The Earth radius is nominally 6,371 Km.  If you want the
+maximum horizontal distance that an observation can possibly
+influence something in the model state to be X km, then set
+the cutoff to be (X / 6,371) / 2.  Remember the actual impact will
+depend on a combination of this distance and the regression
+coefficient computed from the distribution of forward operator values 
+and the ensemble of values in the model state.
+</P>
+<H5>Cutoff and half-widths</H5>


More information about the Dart-dev mailing list