[Dart-dev] Added/ Revision: 12981
dart at ucar.edu
dart at ucar.edu
Tue Feb 12 08:55:12 MST 2019
hendric at ucar.edu
2019-02-12 08:55:12 -0700 (Tue, 12 Feb 2019)
70
merging latest changes from the rma_trunk into the radiance branch.
Index: DART/branches/radiance
===================================================================
--- DART/branches/radiance 2019-02-11 22:37:44 UTC (rev 12980)
+++ DART/branches/radiance 2019-02-12 15:55:12 UTC (rev 12981)
Property changes on: DART/branches/radiance
___________________________________________________________________
Modified: svn:mergeinfo
## -8,6 +8,7 ##
/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
## -17,6 +18,7 ##
/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
## -40,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:12736-12980
/DART/branches/rma_trunk_clamping:8786-8801
/DART/branches/rma_trunk_filename:8011-8157
/DART/branches/rma_trunk_get_state_fun:8568-8596
## -53,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/radiance/CHANGELOG
===================================================================
--- DART/branches/radiance/CHANGELOG 2019-02-11 22:37:44 UTC (rev 12980)
+++ DART/branches/radiance/CHANGELOG 2019-02-12 15:55:12 UTC (rev 12981)
@@ -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
@@ -771,9 +771,69 @@
- Added more functions to the netcdf_utilities_mod.f90
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ MMM DD YYYY :: summary of next changes $Revision$
++ 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
+AND which set &assim_tools_nml :: distribute_mean = .true. to use less memory.
+When using a distributed mean "convert_all_obs_verticals_first = .true." should
+be set. If your observations will impact most of the model state, then
+"convert_all_state_verticals_first = .true.' can also be set.
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Aug 31 2018 :: WRF Polar, CICE, obs_diag files Revision: 12807
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- fix for WRF's wind direction vectors when using the Polar Stereographic
+ map projection. Thanks to Kevin Manning for the fix.
+
+- removed 'allow_missing_in_clm' flag from the &assim_tools_nml namelist in
+ the CICE work directory. The flag moved to a different namelist and the
+ CICE model doesn't care about it.
+
+- increased the maximum number of input files to obs_diag from 100 to 10000.
+
+- Yongfei Zhang and Cecilia Bitz added 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
+
+- Worked with Yongfei Zhang to remove prototype codes and more completely
+ document observation converters and data sources for cice assimilation.
+
+- Default routines now create a time variable as time(time) to allow multiple
+ files to be concatinated along the unlimited dimension more easily. Also
+ conforms to the netCDF convention for coordinate dimensions.
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Nov 01 2018 :: summary of changes in Manhattan update $Revision$
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- Updated dewpoint equation to avoid dividing by zero given a very unlikely
+ scenario (r12832)
More information about the Dart-dev
mailing list