[Dart-dev] Added/ Revision: 13199
dart at ucar.edu
dart at ucar.edu
Mon Jul 22 15:26:58 MDT 2019
thoar at ucar.edu
2019-07-22 15:26:58 -0600 (Mon, 22 Jul 2019)
102
Keeping up-to-date with the rma_trunk.
Better test suite.
Better use of the netcdf_utilities_mod.f90
Index: DART/branches/rma_wrfHydro
===================================================================
--- DART/branches/rma_wrfHydro 2019-07-17 15:26:39 UTC (rev 13198)
+++ DART/branches/rma_wrfHydro 2019-07-22 21:26:58 UTC (rev 13199)
Property changes on: DART/branches/rma_wrfHydro
___________________________________________________________________
Modified: svn:mergeinfo
## -10,6 +10,8 ##
/DART/branches/model_mod_changes:11403-11604
/DART/branches/pertirb_tool:12695-12764
/DART/branches/qc8:12643-12657
+/DART/branches/qc8diags:13002-13130
+/DART/branches/recam:12028-13088
/DART/branches/rma_array_nml:11814-11839
/DART/branches/rma_cam_fv:9552-9728
/DART/branches/rma_cf_conventions:9727-10086
## -42,7 +44,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:12581-12876
+/DART/branches/rma_trunk:12581-13198
/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/rma_wrfHydro/CHANGELOG
===================================================================
--- DART/branches/rma_wrfHydro/CHANGELOG 2019-07-17 15:26:39 UTC (rev 13198)
+++ DART/branches/rma_wrfHydro/CHANGELOG 2019-07-22 21:26:58 UTC (rev 13199)
@@ -745,10 +745,10 @@
- Removed makefiles for the obsolete trans_time program.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Jun 18 2018 :: CAM/CESM 2.0, DART QC 8, closest_member_tool Revision: 12681
++ Jun 18 2018 :: CAM/CESM 2.0, DART QC 8, closest_member_tool Revision: 12682
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Support for CAM assimilations in the CESM 2.0 release. See
+- Support for CAM-FV 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,
@@ -771,27 +771,88 @@
- Added more functions to the netcdf_utilities_mod.f90
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Aug 03 2018 :: performance fix for distributed mean Revision: 12758
++ 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.
+ 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 14 2018 :: WRF Polar, obs_diag files Revision: 12778
++ Apr 30 2019 :: cam-fv refactor, posteriors optional, QC 8 Revision: 13138
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+- The CAM Finite Volume (cam-fv) model_mod.f90 has undergone substantial
+ refactoring to improve simplicity and remove code for unsupported CAM variants
+ while also supporting WACCM and WACCM-X. Namelist changes will be required.
+
+- CAM-FV setup and scripting support added for CESM 2.1, including advanced
+ archiving and compression
+
- fix for WRF's wind direction vectors when using the Polar Stereographic
map projection. Thanks to Kevin Manning for the fix.
+- Add filter namelist option to avoid calling the posterior forward operators
+ and to not create those copies in the obs_seq.final file.
+
+- Use less memory if writing ensemble member values into the obs_seq.final file.
+
+- added a DART QC of 8 for failed vertical conversions
+
+- updated Matlab scripts support QC=8 and no posterior in obs sequence files.
+
+- sampling error correction table now has all ensemble sizes between 3 and 200
+
+- closest_member_tool can be compiled with other MPI targets
+
More information about the Dart-dev
mailing list