[Dart-dev] svn:mergeinfo/ Revision: 12682
dart at ucar.edu
dart at ucar.edu
Mon Jun 18 14:35:29 MDT 2018
nancy at ucar.edu
2018-06-18 14:35:29 -0600 (Mon, 18 Jun 2018)
964
push latest rma_trunk changes to the Manhattan release.
changes include:
- 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,
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
Index: DART/releases/Manhattan
===================================================================
--- DART/releases/Manhattan 2018-06-18 20:31:21 UTC (rev 12681)
+++ DART/releases/Manhattan 2018-06-18 20:35:29 UTC (rev 12682)
Property changes on: DART/releases/Manhattan
___________________________________________________________________
Modified: svn:mergeinfo
## -15,6 +15,7 ##
/DART/branches/rma_clm:8903-9124
/DART/branches/rma_closest_member_tool:12576-12617
/DART/branches/rma_diag:9621-9735
+/DART/branches/rma_fill_inf:12517-12656
/DART/branches/rma_fix_clm_restarts:9634-11919
/DART/branches/rma_fixed_filenames:10700-10893
/DART/branches/rma_kinds_to_state_structure:8950-9429
## -38,7 +39,7 ##
/DART/branches/rma_sprint:8093-8164
/DART/branches/rma_state_structure_test_dir:9470-9674
/DART/branches/rma_state_structure_unit_test:9689-10266
-/DART/branches/rma_trunk:11347-12663
+/DART/branches/rma_trunk:11347-12681
/DART/branches/rma_trunk_clamping:8784-8799
/DART/branches/rma_trunk_filename:8009-8155
/DART/branches/rma_trunk_get_state_fun:8566-8594
Modified: DART/releases/Manhattan/CHANGELOG
===================================================================
--- DART/releases/Manhattan/CHANGELOG 2018-06-18 20:31:21 UTC (rev 12681)
+++ DART/releases/Manhattan/CHANGELOG 2018-06-18 20:35:29 UTC (rev 12682)
@@ -745,26 +745,33 @@
- Removed makefiles for the obsolete trans_time program.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Jun 12 2018 :: DART QC 8, closest_member_tool, WRF scripts Revision: 12664
++ Jun 18 2018 :: CAM/CESM 2.0, DART QC 8, closest_member_tool Revision: 12682
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+- 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,
observation failed vertical conversion
-- updates to fix minor problems with the new WRF scripts
+- Updates to fix minor problems with the new WRF scripts
-- added the 'inf_sd_max_change' namelist item to all input.nml files for
+- 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
+- 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.
-- added more functions to the netcdf_utilities_mod.f90
+- 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
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ MMM DD YYYY :: summary of next changes $Revision$
++ MMM DD YYYY :: summary of next changes Revision: XXXXX
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# <next few lines under version control, do not edit>
Property changes on: DART/releases/Manhattan/CHANGELOG
___________________________________________________________________
Modified: svn:mergeinfo
## -35,7 +35,7 ##
/DART/branches/rma_sprint/CHANGELOG:8093-8164
/DART/branches/rma_state_structure_test_dir/CHANGELOG:9470-9674
/DART/branches/rma_state_structure_unit_test/CHANGELOG:9689-10266
-/DART/branches/rma_trunk/CHANGELOG:11347-12653
+/DART/branches/rma_trunk/CHANGELOG:11347-12679
/DART/branches/rma_trunk_clamping/CHANGELOG:8784-8799
/DART/branches/rma_trunk_filename/CHANGELOG:8009-8155
/DART/branches/rma_trunk_get_state_fun/CHANGELOG:8566-8594
Index: DART/releases/Manhattan/assimilation_code/modules/assimilation/assim_tools_mod.f90
===================================================================
--- DART/releases/Manhattan/assimilation_code/modules/assimilation/assim_tools_mod.f90 2018-06-18 20:31:21 UTC (rev 12681)
+++ DART/releases/Manhattan/assimilation_code/modules/assimilation/assim_tools_mod.f90 2018-06-18 20:35:29 UTC (rev 12682)
Property changes on: DART/releases/Manhattan/assimilation_code/modules/assimilation/assim_tools_mod.f90
___________________________________________________________________
Modified: svn:mergeinfo
## -26,6 +26,7 ##
/DART/branches/rma_clm/assimilation_code/modules/assimilation/assim_tools_mod.f90:8905-9126
/DART/branches/rma_diag/assim_tools/assim_tools_mod.f90:9621-9735
/DART/branches/rma_diag/assimilation_code/modules/assimilation/assim_tools_mod.f90:9623-9737
+/DART/branches/rma_fill_inf/assimilation_code/modules/assimilation/assim_tools_mod.f90:12517-12656
/DART/branches/rma_fix_clm_restarts/assimilation_code/modules/assimilation/assim_tools_mod.f90:11845-11919
/DART/branches/rma_fixed_filenames/assim_tools/assim_tools_mod.f90:10700-10893
/DART/branches/rma_fixed_filenames/assimilation_code/modules/assimilation/assim_tools_mod.f90:10702-10895
## -63,7 +64,7 ##
More information about the Dart-dev
mailing list