[Dart-dev] DART/branches Revision: 12597
dart at ucar.edu
dart at ucar.edu
Wed May 23 13:47:08 MDT 2018
thoar at ucar.edu
2018-05-23 13:47:07 -0600 (Wed, 23 May 2018)
41
Bringing up-to-date with the rma_trunk.
Index: DART/branches/cesm_clm
===================================================================
--- DART/branches/cesm_clm 2018-05-23 19:43:04 UTC (rev 12596)
+++ DART/branches/cesm_clm 2018-05-23 19:47:07 UTC (rev 12597)
Property changes on: DART/branches/cesm_clm
___________________________________________________________________
Modified: svn:mergeinfo
## -36,7 +36,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-12462
+/DART/branches/rma_trunk:12108-12595
/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-05-23 19:43:04 UTC (rev 12596)
+++ DART/branches/cesm_clm/CHANGELOG 2018-05-23 19:47:07 UTC (rev 12597)
@@ -701,12 +701,59 @@
- Updated the location module test programs.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ May DD 2018 :: enhanced inflation option, scripting $Revision$
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- Enhanced inflation algorithm added. See the filter_mod.html for new
+documentation on this option.
+
+- Updated WRF scripts for the Manhattan release.
+
+- Obs_diag reports statistics on DART QC 8, observation failed vertical
+conversion. Matlab scripts also updated to support QC 8.
+
+- New parallel conversion scripts for GPS Radio Occultation observations and
+ NCEP prepbufr conversions.
+
+- Further updates to documentation files to change KIND to QTY or Quantity.
+
+- Documented required changes when moving from the Lanai/Classic release to
+Manhattan in documentation/html/Manhattan_diffs_from_Lanai.html
+
+- Expanded the routines in the netcdf_utilities_mod.f90
+
+- Add an ensemble handle parameter to the 6 ensemble manager routines
+where it was missing.
+
+- The advance_time program can read/generate CESM format time strings
+(YYYY-MM-DD-SSSSS).
+
+- Fixed a bug in the netcdf read routines that under certain circumstances
+could report an array was using the unlimited dimension incorrectly.
+
+- Removed the option to try to bitwise reproduce Lanai results; due to the
+number of changes this is no longer possible.
+
+- Minor bug fixes to the (seldom used) perturb routines in the WRF
+and MPAS_ATM model_mod.f90 files. (used to add gaussian noise to a
+single model state to generate an ensemble; this is never the recommended
+method of starting a new experiment but the code remains for testing
+purposes.)
+
+- Several remaining model-specific model_mod_check programs were
+removed in favor of a single common program source file.
+
+- Keep filter_mod.dopplerfold.f90 in sync with filter_mod.f90,
+and assim_tools_mod.pf.f90 in sync with assim_tools_mod.f90.
+
+- Removed makefiles for the obsolete trans_time program.
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ MMM DD YYYY :: summary of next changes $Revision$
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- next ...
+- obs_diag reports statistics on DART QC 8, observation failed vertical
-
# <next few lines under version control, do not edit>
# $URL$
# $Revision$
Modified: DART/branches/cesm_clm/assimilation_code/modules/assimilation/adaptive_inflate_mod.f90
===================================================================
--- DART/branches/cesm_clm/assimilation_code/modules/assimilation/adaptive_inflate_mod.f90 2018-05-23 19:43:04 UTC (rev 12596)
+++ DART/branches/cesm_clm/assimilation_code/modules/assimilation/adaptive_inflate_mod.f90 2018-05-23 19:47:07 UTC (rev 12597)
@@ -16,26 +16,23 @@
use utilities_mod, only : register_module, open_file, close_file, &
error_handler, E_ERR, E_MSG
use random_seq_mod, only : random_seq_type, random_gaussian, init_random_seq
-use ensemble_manager_mod, only : ensemble_type, &
- get_copy_owner_index, prepare_to_write_to_vars, &
- prepare_to_read_from_vars, prepare_to_update_vars, &
- map_pe_to_task
-
+use ensemble_manager_mod, only : ensemble_type, map_pe_to_task
use mpi_utilities_mod, only : my_task_id, send_to, receive_from, send_minmax_to
implicit none
More information about the Dart-dev
mailing list